Shades of Olive Drab #708D10
Tints of Olive Drab #708D10
RGB
CMYK
RGB Variations
Color information
#708D10 (or 0x708D10) is known color: Olive Drab. HEX triplet: 70, 8D and 10. RGB value is (112,141,16). Sum of RGB (Red+Green+Blue) = 112+141+16=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 141 (55.47% from 255 or 52.42% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 141 - color contains mainly: green. Hex color #708D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708D10 is #8F72EF. Grayscale: #767676. Windows color (decimal): -9401072 or 1084784. OLE color: 1084784.
HSL color Cylindrical-coordinate representation of color #708D10: hue angle of 73.92º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #708D10 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 141 | 16 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.45 |
| HSL | 73.92º | 0.8% | 0.31% | - |
| HSV(B) | 73.92º | 0.89% | 0.55% | - |
| XYZ | 16.3 | 22.53 | 3.98 | - |
| YUV | 118.08 | 70.39 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 16 | 0.21 | 0 | 0.89 | 0.45 | 73.92 | 0.8 | 0.31 |
| Hex | 70 | 8D | 10 | 15 | 0 | 59 | 2D | 4A | 50 | 1F |
| Octal | 160 | 215 | 20 | 25 | 0 | 131 | 55 | 112 | 120 | 37 |
| Binary | 1110000 | 10001101 | 10000 | 10101 | 0 | 1011001 | 101101 | 1001010 | 1010000 | 11111 |
Color Harmonies of #708D10
Complementary color
Monochromatic Colors of #708D10
Black with #708D10
Text Example
Text Example
White with #708D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D10; }
p { color: rgb(112,141,16); }
H1.HeaderClassName
{
color: #708D10;
}
.AnyTagClassName
{
color: #708D10;
}
</style>
background-color css
<style>
a { background-color: #708D10; }
a { background-color: rgb(112,141,16); }
div.DivClassName
{
background-color: #708D10;
}
.BgClassName
{
background-color: #708D10;
}
</style>
border-color css
<style>
span { border-color: #708D10; }
span { border-color: rgb(112,141,16); }
td.TdClassName
{
border-color: #708D10;
}
.TagClassName
{
border-color: #708D10;
}
</style>