Shades of Olive #706E0B
Tints of Olive #706E0B
RGB
CMYK
RGB Variations
Color information
#706E0B (or 0x706E0B) is known color: Olive. HEX triplet: 70, 6E and 0B. RGB value is (112,110,11). Sum of RGB (Red+Green+Blue) = 112+110+11=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 110 (43.36% from 255 or 47.21% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #706E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706E0B is #8F91F4. Grayscale: #636363. Windows color (decimal): -9409013 or 749168. OLE color: 749168.
HSL color Cylindrical-coordinate representation of color #706E0B: hue angle of 58.81º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #706E0B is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 11 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.56 |
| HSL | 58.81º | 0.82% | 0.24% | - |
| HSV(B) | 58.81º | 0.9% | 0.44% | - |
| XYZ | 12.32 | 14.62 | 2.49 | - |
| YUV | 99.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 11 | 0 | 0.02 | 0.90 | 0.56 | 58.81 | 0.82 | 0.24 |
| Hex | 70 | 6E | B | 0 | 2 | 5A | 38 | 3B | 52 | 18 |
| Octal | 160 | 156 | 13 | 0 | 2 | 132 | 70 | 73 | 122 | 30 |
| Binary | 1110000 | 1101110 | 1011 | 0 | 10 | 1011010 | 111000 | 111011 | 1010010 | 11000 |
Color Harmonies of #706E0B
Complementary color
Monochromatic Colors of #706E0B
Black with #706E0B
Text Example
Text Example
White with #706E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E0B; }
p { color: rgb(112,110,11); }
H1.HeaderClassName
{
color: #706E0B;
}
.AnyTagClassName
{
color: #706E0B;
}
</style>
background-color css
<style>
a { background-color: #706E0B; }
a { background-color: rgb(112,110,11); }
div.DivClassName
{
background-color: #706E0B;
}
.BgClassName
{
background-color: #706E0B;
}
</style>
border-color css
<style>
span { border-color: #706E0B; }
span { border-color: rgb(112,110,11); }
td.TdClassName
{
border-color: #706E0B;
}
.TagClassName
{
border-color: #706E0B;
}
</style>