Shades of Olive Drab #708E1F
Tints of Olive Drab #708E1F
RGB
CMYK
RGB Variations
Color information
#708E1F (or 0x708E1F) is known color: Olive Drab. HEX triplet: 70, 8E and 1F. RGB value is (112,142,31). Sum of RGB (Red+Green+Blue) = 112+142+31=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #708E1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708E1F is #8F71E0. Grayscale: #787878. Windows color (decimal): -9400801 or 2068080. OLE color: 2068080.
HSL color Cylindrical-coordinate representation of color #708E1F: hue angle of 76.22º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #708E1F is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 142 | 31 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.44 |
| HSL | 76.22º | 0.64% | 0.34% | - |
| HSV(B) | 76.22º | 0.78% | 0.56% | - |
| XYZ | 16.6 | 22.89 | 4.84 | - |
| YUV | 120.38 | 77.56 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 31 | 0.21 | 0 | 0.78 | 0.44 | 76.22 | 0.64 | 0.34 |
| Hex | 70 | 8E | 1F | 15 | 0 | 4E | 2C | 4C | 40 | 22 |
| Octal | 160 | 216 | 37 | 25 | 0 | 116 | 54 | 114 | 100 | 42 |
| Binary | 1110000 | 10001110 | 11111 | 10101 | 0 | 1001110 | 101100 | 1001100 | 1000000 | 100010 |
Color Harmonies of #708E1F
Complementary color
Monochromatic Colors of #708E1F
Black with #708E1F
Text Example
Text Example
White with #708E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E1F; }
p { color: rgb(112,142,31); }
H1.HeaderClassName
{
color: #708E1F;
}
.AnyTagClassName
{
color: #708E1F;
}
</style>
background-color css
<style>
a { background-color: #708E1F; }
a { background-color: rgb(112,142,31); }
div.DivClassName
{
background-color: #708E1F;
}
.BgClassName
{
background-color: #708E1F;
}
</style>
border-color css
<style>
span { border-color: #708E1F; }
span { border-color: rgb(112,142,31); }
td.TdClassName
{
border-color: #708E1F;
}
.TagClassName
{
border-color: #708E1F;
}
</style>