Shades of Olive Drab #708918
Tints of Olive Drab #708918
RGB
CMYK
RGB Variations
Color information
#708918 (or 0x708918) is known color: Olive Drab. HEX triplet: 70, 89 and 18. RGB value is (112,137,24). Sum of RGB (Red+Green+Blue) = 112+137+24=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #708918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708918 is #8F76E7. Grayscale: #757575. Windows color (decimal): -9402088 or 1608048. OLE color: 1608048.
HSL color Cylindrical-coordinate representation of color #708918: hue angle of 73.27º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #708918 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 24 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.46 |
| HSL | 73.27º | 0.7% | 0.32% | - |
| HSV(B) | 73.27º | 0.82% | 0.54% | - |
| XYZ | 15.79 | 21.4 | 4.16 | - |
| YUV | 116.64 | 75.72 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 24 | 0.18 | 0 | 0.82 | 0.46 | 73.27 | 0.7 | 0.32 |
| Hex | 70 | 89 | 18 | 12 | 0 | 52 | 2E | 49 | 46 | 20 |
| Octal | 160 | 211 | 30 | 22 | 0 | 122 | 56 | 111 | 106 | 40 |
| Binary | 1110000 | 10001001 | 11000 | 10010 | 0 | 1010010 | 101110 | 1001001 | 1000110 | 100000 |
Color Harmonies of #708918
Complementary color
Monochromatic Colors of #708918
Black with #708918
Text Example
Text Example
White with #708918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708918; }
p { color: rgb(112,137,24); }
H1.HeaderClassName
{
color: #708918;
}
.AnyTagClassName
{
color: #708918;
}
</style>
background-color css
<style>
a { background-color: #708918; }
a { background-color: rgb(112,137,24); }
div.DivClassName
{
background-color: #708918;
}
.BgClassName
{
background-color: #708918;
}
</style>
border-color css
<style>
span { border-color: #708918; }
span { border-color: rgb(112,137,24); }
td.TdClassName
{
border-color: #708918;
}
.TagClassName
{
border-color: #708918;
}
</style>