Shades of Olive Drab #729617
Tints of Olive Drab #729617
RGB
CMYK
RGB Variations
Color information
#729617 (or 0x729617) is known color: Olive Drab. HEX triplet: 72, 96 and 17. RGB value is (114,150,23). Sum of RGB (Red+Green+Blue) = 114+150+23=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #729617 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729617 is #8D69E8. Grayscale: #7D7D7D. Windows color (decimal): -9267689 or 1545842. OLE color: 1545842.
HSL color Cylindrical-coordinate representation of color #729617: hue angle of 77.01º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #729617 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 23 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.41 |
| HSL | 77.01º | 0.73% | 0.34% | - |
| HSV(B) | 77.01º | 0.85% | 0.59% | - |
| XYZ | 18 | 25.45 | 4.77 | - |
| YUV | 124.76 | 70.57 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 23 | 0.24 | 0 | 0.85 | 0.41 | 77.01 | 0.73 | 0.34 |
| Hex | 72 | 96 | 17 | 18 | 0 | 55 | 29 | 4D | 49 | 22 |
| Octal | 162 | 226 | 27 | 30 | 0 | 125 | 51 | 115 | 111 | 42 |
| Binary | 1110010 | 10010110 | 10111 | 11000 | 0 | 1010101 | 101001 | 1001101 | 1001001 | 100010 |
Color Harmonies of #729617
Complementary color
Monochromatic Colors of #729617
Black with #729617
Text Example
Text Example
White with #729617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729617; }
p { color: rgb(114,150,23); }
H1.HeaderClassName
{
color: #729617;
}
.AnyTagClassName
{
color: #729617;
}
</style>
background-color css
<style>
a { background-color: #729617; }
a { background-color: rgb(114,150,23); }
div.DivClassName
{
background-color: #729617;
}
.BgClassName
{
background-color: #729617;
}
</style>
border-color css
<style>
span { border-color: #729617; }
span { border-color: rgb(114,150,23); }
td.TdClassName
{
border-color: #729617;
}
.TagClassName
{
border-color: #729617;
}
</style>