Shades of Olive Drab #729916
Tints of Olive Drab #729916
RGB
CMYK
RGB Variations
Color information
#729916 (or 0x729916) is known color: Olive Drab. HEX triplet: 72, 99 and 16. RGB value is (114,153,22). Sum of RGB (Red+Green+Blue) = 114+153+22=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #729916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729916 is #8D66E9. Grayscale: #7E7E7E. Windows color (decimal): -9266922 or 1481074. OLE color: 1481074.
HSL color Cylindrical-coordinate representation of color #729916: hue angle of 77.86º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #729916 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 22 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.4 |
| HSL | 77.86º | 0.75% | 0.34% | - |
| HSV(B) | 77.86º | 0.86% | 0.6% | - |
| XYZ | 18.48 | 26.42 | 4.88 | - |
| YUV | 126.41 | 69.08 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 22 | 0.25 | 0 | 0.86 | 0.4 | 77.86 | 0.75 | 0.34 |
| Hex | 72 | 99 | 16 | 19 | 0 | 56 | 28 | 4E | 4B | 22 |
| Octal | 162 | 231 | 26 | 31 | 0 | 126 | 50 | 116 | 113 | 42 |
| Binary | 1110010 | 10011001 | 10110 | 11001 | 0 | 1010110 | 101000 | 1001110 | 1001011 | 100010 |
Color Harmonies of #729916
Complementary color
Monochromatic Colors of #729916
Black with #729916
Text Example
Text Example
White with #729916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729916; }
p { color: rgb(114,153,22); }
H1.HeaderClassName
{
color: #729916;
}
.AnyTagClassName
{
color: #729916;
}
</style>
background-color css
<style>
a { background-color: #729916; }
a { background-color: rgb(114,153,22); }
div.DivClassName
{
background-color: #729916;
}
.BgClassName
{
background-color: #729916;
}
</style>
border-color css
<style>
span { border-color: #729916; }
span { border-color: rgb(114,153,22); }
td.TdClassName
{
border-color: #729916;
}
.TagClassName
{
border-color: #729916;
}
</style>