Shades of Olive Drab #729029
Tints of Olive Drab #729029
RGB
CMYK
RGB Variations
Color information
#729029 (or 0x729029) is known color: Olive Drab. HEX triplet: 72, 90 and 29. RGB value is (114,144,41). Sum of RGB (Red+Green+Blue) = 114+144+41=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #729029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729029 is #8D6FD6. Grayscale: #7B7B7B. Windows color (decimal): -9269207 or 2723954. OLE color: 2723954.
HSL color Cylindrical-coordinate representation of color #729029: hue angle of 77.48º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #729029 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 41 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.44 |
| HSL | 77.48º | 0.56% | 0.36% | - |
| HSV(B) | 77.48º | 0.72% | 0.56% | - |
| XYZ | 17.31 | 23.68 | 5.76 | - |
| YUV | 123.29 | 81.56 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 41 | 0.21 | 0 | 0.72 | 0.44 | 77.48 | 0.56 | 0.36 |
| Hex | 72 | 90 | 29 | 15 | 0 | 48 | 2C | 4D | 38 | 24 |
| Octal | 162 | 220 | 51 | 25 | 0 | 110 | 54 | 115 | 70 | 44 |
| Binary | 1110010 | 10010000 | 101001 | 10101 | 0 | 1001000 | 101100 | 1001101 | 111000 | 100100 |
Color Harmonies of #729029
Complementary color
Monochromatic Colors of #729029
Black with #729029
Text Example
Text Example
White with #729029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729029; }
p { color: rgb(114,144,41); }
H1.HeaderClassName
{
color: #729029;
}
.AnyTagClassName
{
color: #729029;
}
</style>
background-color css
<style>
a { background-color: #729029; }
a { background-color: rgb(114,144,41); }
div.DivClassName
{
background-color: #729029;
}
.BgClassName
{
background-color: #729029;
}
</style>
border-color css
<style>
span { border-color: #729029; }
span { border-color: rgb(114,144,41); }
td.TdClassName
{
border-color: #729029;
}
.TagClassName
{
border-color: #729029;
}
</style>