Shades of Olive Drab #70870D
Tints of Olive Drab #70870D
RGB
CMYK
RGB Variations
Color information
#70870D (or 0x70870D) is known color: Olive Drab. HEX triplet: 70, 87 and 0D. RGB value is (112,135,13). Sum of RGB (Red+Green+Blue) = 112+135+13=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #70870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70870D is #8F78F2. Grayscale: #727272. Windows color (decimal): -9402611 or 886640. OLE color: 886640.
HSL color Cylindrical-coordinate representation of color #70870D: hue angle of 71.31º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70870D is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 13 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.47 |
| HSL | 71.31º | 0.82% | 0.29% | - |
| HSV(B) | 71.31º | 0.9% | 0.53% | - |
| XYZ | 15.42 | 20.8 | 3.58 | - |
| YUV | 114.22 | 70.88 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 13 | 0.17 | 0 | 0.90 | 0.47 | 71.31 | 0.82 | 0.29 |
| Hex | 70 | 87 | D | 11 | 0 | 5A | 2F | 47 | 52 | 1D |
| Octal | 160 | 207 | 15 | 21 | 0 | 132 | 57 | 107 | 122 | 35 |
| Binary | 1110000 | 10000111 | 1101 | 10001 | 0 | 1011010 | 101111 | 1000111 | 1010010 | 11101 |
Color Harmonies of #70870D
Complementary color
Monochromatic Colors of #70870D
Black with #70870D
Text Example
Text Example
White with #70870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70870D; }
p { color: rgb(112,135,13); }
H1.HeaderClassName
{
color: #70870D;
}
.AnyTagClassName
{
color: #70870D;
}
</style>
background-color css
<style>
a { background-color: #70870D; }
a { background-color: rgb(112,135,13); }
div.DivClassName
{
background-color: #70870D;
}
.BgClassName
{
background-color: #70870D;
}
</style>
border-color css
<style>
span { border-color: #70870D; }
span { border-color: rgb(112,135,13); }
td.TdClassName
{
border-color: #70870D;
}
.TagClassName
{
border-color: #70870D;
}
</style>