Advertisement
Convert 152 (Octal) to Hexadecimal
Number base conversion — exact answer with nearby values
152 in Octal equals
6A
in Hexadecimal (base 16)
Advertisement
Nearby Values
| Octal (Base 8) | Hexadecimal (Base 16) |
|---|---|
| 145 | 65 |
| 146 | 66 |
| 147 | 67 |
| 150 | 68 |
| 151 | 69 |
| 152 | 6A |
| 153 | 6B |
| 154 | 6C |
| 155 | 6D |
| 156 | 6E |
| 157 | 6F |
How to Convert Octal to Hexadecimal
To convert from Octal (base 8) to Hexadecimal (base 16): express the value in decimal first, then convert to base 16. Decimal 106 = 6A in Hexadecimal.
Advertisement