Shades of Olive Drab #70870F
Tints of Olive Drab #70870F
RGB
CMYK
RGB Variations
Color information
#70870F (or 0x70870F) is known color: Olive Drab. HEX triplet: 70, 87 and 0F. RGB value is (112,135,15). Sum of RGB (Red+Green+Blue) = 112+135+15=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #70870F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70870F is #8F78F0. Grayscale: #727272. Windows color (decimal): -9402609 or 1017712. OLE color: 1017712.
HSL color Cylindrical-coordinate representation of color #70870F: hue angle of 71.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70870F is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 15 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.47 |
| HSL | 71.5º | 0.8% | 0.29% | - |
| HSV(B) | 71.5º | 0.89% | 0.53% | - |
| XYZ | 15.43 | 20.81 | 3.65 | - |
| YUV | 114.44 | 71.88 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 15 | 0.17 | 0 | 0.89 | 0.47 | 71.5 | 0.8 | 0.29 |
| Hex | 70 | 87 | F | 11 | 0 | 59 | 2F | 48 | 50 | 1D |
| Octal | 160 | 207 | 17 | 21 | 0 | 131 | 57 | 110 | 120 | 35 |
| Binary | 1110000 | 10000111 | 1111 | 10001 | 0 | 1011001 | 101111 | 1001000 | 1010000 | 11101 |
Color Harmonies of #70870F
Complementary color
Monochromatic Colors of #70870F
Black with #70870F
Text Example
Text Example
White with #70870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70870F; }
p { color: rgb(112,135,15); }
H1.HeaderClassName
{
color: #70870F;
}
.AnyTagClassName
{
color: #70870F;
}
</style>
background-color css
<style>
a { background-color: #70870F; }
a { background-color: rgb(112,135,15); }
div.DivClassName
{
background-color: #70870F;
}
.BgClassName
{
background-color: #70870F;
}
</style>
border-color css
<style>
span { border-color: #70870F; }
span { border-color: rgb(112,135,15); }
td.TdClassName
{
border-color: #70870F;
}
.TagClassName
{
border-color: #70870F;
}
</style>