Shades of Olive Drab #708D18
Tints of Olive Drab #708D18
RGB
CMYK
RGB Variations
Color information
#708D18 (or 0x708D18) is known color: Olive Drab. HEX triplet: 70, 8D and 18. RGB value is (112,141,24). Sum of RGB (Red+Green+Blue) = 112+141+24=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #708D18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708D18 is #8F72E7. Grayscale: #777777. Windows color (decimal): -9401064 or 1609072. OLE color: 1609072.
HSL color Cylindrical-coordinate representation of color #708D18: hue angle of 74.87º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #708D18 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 141 | 24 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.45 |
| HSL | 74.87º | 0.71% | 0.32% | - |
| HSV(B) | 74.87º | 0.83% | 0.55% | - |
| XYZ | 16.37 | 22.56 | 4.36 | - |
| YUV | 118.99 | 74.39 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 24 | 0.21 | 0 | 0.83 | 0.45 | 74.87 | 0.71 | 0.32 |
| Hex | 70 | 8D | 18 | 15 | 0 | 53 | 2D | 4B | 47 | 20 |
| Octal | 160 | 215 | 30 | 25 | 0 | 123 | 55 | 113 | 107 | 40 |
| Binary | 1110000 | 10001101 | 11000 | 10101 | 0 | 1010011 | 101101 | 1001011 | 1000111 | 100000 |
Color Harmonies of #708D18
Complementary color
Monochromatic Colors of #708D18
Black with #708D18
Text Example
Text Example
White with #708D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D18; }
p { color: rgb(112,141,24); }
H1.HeaderClassName
{
color: #708D18;
}
.AnyTagClassName
{
color: #708D18;
}
</style>
background-color css
<style>
a { background-color: #708D18; }
a { background-color: rgb(112,141,24); }
div.DivClassName
{
background-color: #708D18;
}
.BgClassName
{
background-color: #708D18;
}
</style>
border-color css
<style>
span { border-color: #708D18; }
span { border-color: rgb(112,141,24); }
td.TdClassName
{
border-color: #708D18;
}
.TagClassName
{
border-color: #708D18;
}
</style>