Shades of Olive Drab #709921
Tints of Olive Drab #709921
RGB
CMYK
RGB Variations
Color information
#709921 (or 0x709921) is known color: Olive Drab. HEX triplet: 70, 99 and 21. RGB value is (112,153,33). Sum of RGB (Red+Green+Blue) = 112+153+33=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #709921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709921 is #8F66DE. Grayscale: #7F7F7F. Windows color (decimal): -9397983 or 2201968. OLE color: 2201968.
HSL color Cylindrical-coordinate representation of color #709921: hue angle of 80.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #709921 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 153 | 33 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.4 |
| HSL | 80.5º | 0.65% | 0.36% | - |
| HSV(B) | 80.5º | 0.78% | 0.6% | - |
| XYZ | 18.35 | 26.34 | 5.56 | - |
| YUV | 127.06 | 74.92 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 33 | 0.27 | 0 | 0.78 | 0.4 | 80.5 | 0.65 | 0.36 |
| Hex | 70 | 99 | 21 | 1B | 0 | 4E | 28 | 50 | 41 | 24 |
| Octal | 160 | 231 | 41 | 33 | 0 | 116 | 50 | 120 | 101 | 44 |
| Binary | 1110000 | 10011001 | 100001 | 11011 | 0 | 1001110 | 101000 | 1010000 | 1000001 | 100100 |
Color Harmonies of #709921
Complementary color
Monochromatic Colors of #709921
Black with #709921
Text Example
Text Example
White with #709921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709921; }
p { color: rgb(112,153,33); }
H1.HeaderClassName
{
color: #709921;
}
.AnyTagClassName
{
color: #709921;
}
</style>
background-color css
<style>
a { background-color: #709921; }
a { background-color: rgb(112,153,33); }
div.DivClassName
{
background-color: #709921;
}
.BgClassName
{
background-color: #709921;
}
</style>
border-color css
<style>
span { border-color: #709921; }
span { border-color: rgb(112,153,33); }
td.TdClassName
{
border-color: #709921;
}
.TagClassName
{
border-color: #709921;
}
</style>