Shades of Olive Drab #729917
Tints of Olive Drab #729917
RGB
CMYK
RGB Variations
Color information
#729917 (or 0x729917) is known color: Olive Drab. HEX triplet: 72, 99 and 17. RGB value is (114,153,23). Sum of RGB (Red+Green+Blue) = 114+153+23=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #729917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729917 is #8D66E8. Grayscale: #7F7F7F. Windows color (decimal): -9266921 or 1546610. OLE color: 1546610.
HSL color Cylindrical-coordinate representation of color #729917: hue angle of 78º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #729917 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 23 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.4 |
| HSL | 78º | 0.74% | 0.35% | - |
| HSV(B) | 78º | 0.85% | 0.6% | - |
| XYZ | 18.49 | 26.42 | 4.94 | - |
| YUV | 126.52 | 69.58 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 23 | 0.25 | 0 | 0.85 | 0.4 | 78 | 0.74 | 0.35 |
| Hex | 72 | 99 | 17 | 19 | 0 | 55 | 28 | 4E | 4A | 23 |
| Octal | 162 | 231 | 27 | 31 | 0 | 125 | 50 | 116 | 112 | 43 |
| Binary | 1110010 | 10011001 | 10111 | 11001 | 0 | 1010101 | 101000 | 1001110 | 1001010 | 100011 |
Color Harmonies of #729917
Complementary color
Monochromatic Colors of #729917
Black with #729917
Text Example
Text Example
White with #729917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729917; }
p { color: rgb(114,153,23); }
H1.HeaderClassName
{
color: #729917;
}
.AnyTagClassName
{
color: #729917;
}
</style>
background-color css
<style>
a { background-color: #729917; }
a { background-color: rgb(114,153,23); }
div.DivClassName
{
background-color: #729917;
}
.BgClassName
{
background-color: #729917;
}
</style>
border-color css
<style>
span { border-color: #729917; }
span { border-color: rgb(114,153,23); }
td.TdClassName
{
border-color: #729917;
}
.TagClassName
{
border-color: #729917;
}
</style>