Shades of Olive #706E0A
Tints of Olive #706E0A
RGB
CMYK
RGB Variations
Color information
#706E0A (or 0x706E0A) is known color: Olive. HEX triplet: 70, 6E and 0A. RGB value is (112,110,10). Sum of RGB (Red+Green+Blue) = 112+110+10=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #706E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706E0A is #8F91F5. Grayscale: #636363. Windows color (decimal): -9409014 or 683632. OLE color: 683632.
HSL color Cylindrical-coordinate representation of color #706E0A: hue angle of 58.82º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #706E0A is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 10 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.56 |
| HSL | 58.82º | 0.84% | 0.24% | - |
| HSV(B) | 58.82º | 0.91% | 0.44% | - |
| XYZ | 12.31 | 14.62 | 2.46 | - |
| YUV | 99.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 10 | 0 | 0.02 | 0.91 | 0.56 | 58.82 | 0.84 | 0.24 |
| Hex | 70 | 6E | A | 0 | 2 | 5B | 38 | 3B | 54 | 18 |
| Octal | 160 | 156 | 12 | 0 | 2 | 133 | 70 | 73 | 124 | 30 |
| Binary | 1110000 | 1101110 | 1010 | 0 | 10 | 1011011 | 111000 | 111011 | 1010100 | 11000 |
Color Harmonies of #706E0A
Complementary color
Monochromatic Colors of #706E0A
Black with #706E0A
Text Example
Text Example
White with #706E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E0A; }
p { color: rgb(112,110,10); }
H1.HeaderClassName
{
color: #706E0A;
}
.AnyTagClassName
{
color: #706E0A;
}
</style>
background-color css
<style>
a { background-color: #706E0A; }
a { background-color: rgb(112,110,10); }
div.DivClassName
{
background-color: #706E0A;
}
.BgClassName
{
background-color: #706E0A;
}
</style>
border-color css
<style>
span { border-color: #706E0A; }
span { border-color: rgb(112,110,10); }
td.TdClassName
{
border-color: #706E0A;
}
.TagClassName
{
border-color: #706E0A;
}
</style>