Shades of Olive Drab #729611
Tints of Olive Drab #729611
RGB
CMYK
RGB Variations
Color information
#729611 (or 0x729611) is known color: Olive Drab. HEX triplet: 72, 96 and 11. RGB value is (114,150,17). Sum of RGB (Red+Green+Blue) = 114+150+17=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #729611 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729611 is #8D69EE. Grayscale: #7C7C7C. Windows color (decimal): -9267695 or 1152626. OLE color: 1152626.
HSL color Cylindrical-coordinate representation of color #729611: hue angle of 76.24º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #729611 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 17 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.41 |
| HSL | 76.24º | 0.8% | 0.33% | - |
| HSV(B) | 76.24º | 0.89% | 0.59% | - |
| XYZ | 17.95 | 25.43 | 4.49 | - |
| YUV | 124.07 | 67.57 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 17 | 0.24 | 0 | 0.89 | 0.41 | 76.24 | 0.8 | 0.33 |
| Hex | 72 | 96 | 11 | 18 | 0 | 59 | 29 | 4C | 50 | 21 |
| Octal | 162 | 226 | 21 | 30 | 0 | 131 | 51 | 114 | 120 | 41 |
| Binary | 1110010 | 10010110 | 10001 | 11000 | 0 | 1011001 | 101001 | 1001100 | 1010000 | 100001 |
Color Harmonies of #729611
Complementary color
Monochromatic Colors of #729611
Black with #729611
Text Example
Text Example
White with #729611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729611; }
p { color: rgb(114,150,17); }
H1.HeaderClassName
{
color: #729611;
}
.AnyTagClassName
{
color: #729611;
}
</style>
background-color css
<style>
a { background-color: #729611; }
a { background-color: rgb(114,150,17); }
div.DivClassName
{
background-color: #729611;
}
.BgClassName
{
background-color: #729611;
}
</style>
border-color css
<style>
span { border-color: #729611; }
span { border-color: rgb(114,150,17); }
td.TdClassName
{
border-color: #729611;
}
.TagClassName
{
border-color: #729611;
}
</style>