Shades of Olive Drab #729118
Tints of Olive Drab #729118
RGB
CMYK
RGB Variations
Color information
#729118 (or 0x729118) is known color: Olive Drab. HEX triplet: 72, 91 and 18. RGB value is (114,145,24). Sum of RGB (Red+Green+Blue) = 114+145+24=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #729118 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729118 is #8D6EE7. Grayscale: #7A7A7A. Windows color (decimal): -9268968 or 1610098. OLE color: 1610098.
HSL color Cylindrical-coordinate representation of color #729118: hue angle of 75.37º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #729118 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 145 | 24 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.43 |
| HSL | 75.37º | 0.72% | 0.33% | - |
| HSV(B) | 75.37º | 0.83% | 0.57% | - |
| XYZ | 17.23 | 23.89 | 4.57 | - |
| YUV | 121.94 | 72.73 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 145 | 24 | 0.21 | 0 | 0.83 | 0.43 | 75.37 | 0.72 | 0.33 |
| Hex | 72 | 91 | 18 | 15 | 0 | 53 | 2B | 4B | 48 | 21 |
| Octal | 162 | 221 | 30 | 25 | 0 | 123 | 53 | 113 | 110 | 41 |
| Binary | 1110010 | 10010001 | 11000 | 10101 | 0 | 1010011 | 101011 | 1001011 | 1001000 | 100001 |
Color Harmonies of #729118
Complementary color
Monochromatic Colors of #729118
Black with #729118
Text Example
Text Example
White with #729118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729118; }
p { color: rgb(114,145,24); }
H1.HeaderClassName
{
color: #729118;
}
.AnyTagClassName
{
color: #729118;
}
</style>
background-color css
<style>
a { background-color: #729118; }
a { background-color: rgb(114,145,24); }
div.DivClassName
{
background-color: #729118;
}
.BgClassName
{
background-color: #729118;
}
</style>
border-color css
<style>
span { border-color: #729118; }
span { border-color: rgb(114,145,24); }
td.TdClassName
{
border-color: #729118;
}
.TagClassName
{
border-color: #729118;
}
</style>