Shades of Olive #70870C
Tints of Olive #70870C
RGB
CMYK
RGB Variations
Color information
#70870C (or 0x70870C) is known color: Olive. HEX triplet: 70, 87 and 0C. RGB value is (112,135,12). Sum of RGB (Red+Green+Blue) = 112+135+12=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #70870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70870C is #8F78F3. Grayscale: #727272. Windows color (decimal): -9402612 or 821104. OLE color: 821104.
HSL color Cylindrical-coordinate representation of color #70870C: hue angle of 71.22º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70870C is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 12 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.47 |
| HSL | 71.22º | 0.84% | 0.29% | - |
| HSV(B) | 71.22º | 0.91% | 0.53% | - |
| XYZ | 15.41 | 20.8 | 3.55 | - |
| YUV | 114.1 | 70.38 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 12 | 0.17 | 0 | 0.91 | 0.47 | 71.22 | 0.84 | 0.29 |
| Hex | 70 | 87 | C | 11 | 0 | 5B | 2F | 47 | 54 | 1D |
| Octal | 160 | 207 | 14 | 21 | 0 | 133 | 57 | 107 | 124 | 35 |
| Binary | 1110000 | 10000111 | 1100 | 10001 | 0 | 1011011 | 101111 | 1000111 | 1010100 | 11101 |
Color Harmonies of #70870C
Complementary color
Monochromatic Colors of #70870C
Black with #70870C
Text Example
Text Example
White with #70870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70870C; }
p { color: rgb(112,135,12); }
H1.HeaderClassName
{
color: #70870C;
}
.AnyTagClassName
{
color: #70870C;
}
</style>
background-color css
<style>
a { background-color: #70870C; }
a { background-color: rgb(112,135,12); }
div.DivClassName
{
background-color: #70870C;
}
.BgClassName
{
background-color: #70870C;
}
</style>
border-color css
<style>
span { border-color: #70870C; }
span { border-color: rgb(112,135,12); }
td.TdClassName
{
border-color: #70870C;
}
.TagClassName
{
border-color: #70870C;
}
</style>