Shades of Olive Drab #709516
Tints of Olive Drab #709516
RGB
CMYK
RGB Variations
Color information
#709516 (or 0x709516) is known color: Olive Drab. HEX triplet: 70, 95 and 16. RGB value is (112,149,22). Sum of RGB (Red+Green+Blue) = 112+149+22=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #709516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709516 is #8F6AE9. Grayscale: #7B7B7B. Windows color (decimal): -9399018 or 1480048. OLE color: 1480048.
HSL color Cylindrical-coordinate representation of color #709516: hue angle of 77.48º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #709516 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 22 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.42 |
| HSL | 77.48º | 0.74% | 0.34% | - |
| HSV(B) | 77.48º | 0.85% | 0.58% | - |
| XYZ | 17.57 | 25 | 4.66 | - |
| YUV | 123.46 | 70.74 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 22 | 0.25 | 0 | 0.85 | 0.42 | 77.48 | 0.74 | 0.34 |
| Hex | 70 | 95 | 16 | 19 | 0 | 55 | 2A | 4D | 4A | 22 |
| Octal | 160 | 225 | 26 | 31 | 0 | 125 | 52 | 115 | 112 | 42 |
| Binary | 1110000 | 10010101 | 10110 | 11001 | 0 | 1010101 | 101010 | 1001101 | 1001010 | 100010 |
Color Harmonies of #709516
Complementary color
Monochromatic Colors of #709516
Black with #709516
Text Example
Text Example
White with #709516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709516; }
p { color: rgb(112,149,22); }
H1.HeaderClassName
{
color: #709516;
}
.AnyTagClassName
{
color: #709516;
}
</style>
background-color css
<style>
a { background-color: #709516; }
a { background-color: rgb(112,149,22); }
div.DivClassName
{
background-color: #709516;
}
.BgClassName
{
background-color: #709516;
}
</style>
border-color css
<style>
span { border-color: #709516; }
span { border-color: rgb(112,149,22); }
td.TdClassName
{
border-color: #709516;
}
.TagClassName
{
border-color: #709516;
}
</style>