Shades of Olive Drab #729529
Tints of Olive Drab #729529
RGB
CMYK
RGB Variations
Color information
#729529 (or 0x729529) is known color: Olive Drab. HEX triplet: 72, 95 and 29. RGB value is (114,149,41). Sum of RGB (Red+Green+Blue) = 114+149+41=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #729529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729529 is #8D6AD6. Grayscale: #7E7E7E. Windows color (decimal): -9267927 or 2725234. OLE color: 2725234.
HSL color Cylindrical-coordinate representation of color #729529: hue angle of 79.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #729529 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 149 | 41 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.42 |
| HSL | 79.44º | 0.57% | 0.37% | - |
| HSV(B) | 79.44º | 0.72% | 0.58% | - |
| XYZ | 18.09 | 25.23 | 6.01 | - |
| YUV | 126.22 | 79.9 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 149 | 41 | 0.23 | 0 | 0.72 | 0.42 | 79.44 | 0.57 | 0.37 |
| Hex | 72 | 95 | 29 | 17 | 0 | 48 | 2A | 4F | 39 | 25 |
| Octal | 162 | 225 | 51 | 27 | 0 | 110 | 52 | 117 | 71 | 45 |
| Binary | 1110010 | 10010101 | 101001 | 10111 | 0 | 1001000 | 101010 | 1001111 | 111001 | 100101 |
Color Harmonies of #729529
Complementary color
Monochromatic Colors of #729529
Black with #729529
Text Example
Text Example
White with #729529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729529; }
p { color: rgb(114,149,41); }
H1.HeaderClassName
{
color: #729529;
}
.AnyTagClassName
{
color: #729529;
}
</style>
background-color css
<style>
a { background-color: #729529; }
a { background-color: rgb(114,149,41); }
div.DivClassName
{
background-color: #729529;
}
.BgClassName
{
background-color: #729529;
}
</style>
border-color css
<style>
span { border-color: #729529; }
span { border-color: rgb(114,149,41); }
td.TdClassName
{
border-color: #729529;
}
.TagClassName
{
border-color: #729529;
}
</style>