Shades of Olive Drab #729110
Tints of Olive Drab #729110
RGB
CMYK
RGB Variations
Color information
#729110 (or 0x729110) is known color: Olive Drab. HEX triplet: 72, 91 and 10. RGB value is (114,145,16). Sum of RGB (Red+Green+Blue) = 114+145+16=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #729110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729110 is #8D6EEF. Grayscale: #797979. Windows color (decimal): -9268976 or 1085810. OLE color: 1085810.
HSL color Cylindrical-coordinate representation of color #729110: hue angle of 74.42º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #729110 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 145 | 16 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.43 |
| HSL | 74.42º | 0.8% | 0.32% | - |
| HSV(B) | 74.42º | 0.89% | 0.57% | - |
| XYZ | 17.16 | 23.87 | 4.19 | - |
| YUV | 121.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 145 | 16 | 0.21 | 0 | 0.89 | 0.43 | 74.42 | 0.8 | 0.32 |
| Hex | 72 | 91 | 10 | 15 | 0 | 59 | 2B | 4A | 50 | 20 |
| Octal | 162 | 221 | 20 | 25 | 0 | 131 | 53 | 112 | 120 | 40 |
| Binary | 1110010 | 10010001 | 10000 | 10101 | 0 | 1011001 | 101011 | 1001010 | 1010000 | 100000 |
Color Harmonies of #729110
Complementary color
Monochromatic Colors of #729110
Black with #729110
Text Example
Text Example
White with #729110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729110; }
p { color: rgb(114,145,16); }
H1.HeaderClassName
{
color: #729110;
}
.AnyTagClassName
{
color: #729110;
}
</style>
background-color css
<style>
a { background-color: #729110; }
a { background-color: rgb(114,145,16); }
div.DivClassName
{
background-color: #729110;
}
.BgClassName
{
background-color: #729110;
}
</style>
border-color css
<style>
span { border-color: #729110; }
span { border-color: rgb(114,145,16); }
td.TdClassName
{
border-color: #729110;
}
.TagClassName
{
border-color: #729110;
}
</style>