Shades of Olive Drab #729011
Tints of Olive Drab #729011
RGB
CMYK
RGB Variations
Color information
#729011 (or 0x729011) is known color: Olive Drab. HEX triplet: 72, 90 and 11. RGB value is (114,144,17). Sum of RGB (Red+Green+Blue) = 114+144+17=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #729011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729011 is #8D6FEE. Grayscale: #797979. Windows color (decimal): -9269231 or 1151090. OLE color: 1151090.
HSL color Cylindrical-coordinate representation of color #729011: hue angle of 74.17º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #729011 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 17 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.44 |
| HSL | 74.17º | 0.79% | 0.32% | - |
| HSV(B) | 74.17º | 0.88% | 0.56% | - |
| XYZ | 17.01 | 23.56 | 4.18 | - |
| YUV | 120.55 | 69.56 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 17 | 0.21 | 0 | 0.88 | 0.44 | 74.17 | 0.79 | 0.32 |
| Hex | 72 | 90 | 11 | 15 | 0 | 58 | 2C | 4A | 4F | 20 |
| Octal | 162 | 220 | 21 | 25 | 0 | 130 | 54 | 112 | 117 | 40 |
| Binary | 1110010 | 10010000 | 10001 | 10101 | 0 | 1011000 | 101100 | 1001010 | 1001111 | 100000 |
Color Harmonies of #729011
Complementary color
Monochromatic Colors of #729011
Black with #729011
Text Example
Text Example
White with #729011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729011; }
p { color: rgb(114,144,17); }
H1.HeaderClassName
{
color: #729011;
}
.AnyTagClassName
{
color: #729011;
}
</style>
background-color css
<style>
a { background-color: #729011; }
a { background-color: rgb(114,144,17); }
div.DivClassName
{
background-color: #729011;
}
.BgClassName
{
background-color: #729011;
}
</style>
border-color css
<style>
span { border-color: #729011; }
span { border-color: rgb(114,144,17); }
td.TdClassName
{
border-color: #729011;
}
.TagClassName
{
border-color: #729011;
}
</style>