Shades of Olive Drab #729812
Tints of Olive Drab #729812
RGB
CMYK
RGB Variations
Color information
#729812 (or 0x729812) is known color: Olive Drab. HEX triplet: 72, 98 and 12. RGB value is (114,152,18). Sum of RGB (Red+Green+Blue) = 114+152+18=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #729812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729812 is #8D67ED. Grayscale: #7D7D7D. Windows color (decimal): -9267182 or 1218674. OLE color: 1218674.
HSL color Cylindrical-coordinate representation of color #729812: hue angle of 77.01º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #729812 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 152 | 18 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.40 |
| HSL | 77.01º | 0.79% | 0.33% | - |
| HSV(B) | 77.01º | 0.88% | 0.6% | - |
| XYZ | 18.28 | 26.08 | 4.64 | - |
| YUV | 125.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 152 | 18 | 0.25 | 0 | 0.88 | 0.40 | 77.01 | 0.79 | 0.33 |
| Hex | 72 | 98 | 12 | 19 | 0 | 58 | 28 | 4D | 4F | 21 |
| Octal | 162 | 230 | 22 | 31 | 0 | 130 | 50 | 115 | 117 | 41 |
| Binary | 1110010 | 10011000 | 10010 | 11001 | 0 | 1011000 | 101000 | 1001101 | 1001111 | 100001 |
Color Harmonies of #729812
Complementary color
Monochromatic Colors of #729812
Black with #729812
Text Example
Text Example
White with #729812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729812; }
p { color: rgb(114,152,18); }
H1.HeaderClassName
{
color: #729812;
}
.AnyTagClassName
{
color: #729812;
}
</style>
background-color css
<style>
a { background-color: #729812; }
a { background-color: rgb(114,152,18); }
div.DivClassName
{
background-color: #729812;
}
.BgClassName
{
background-color: #729812;
}
</style>
border-color css
<style>
span { border-color: #729812; }
span { border-color: rgb(114,152,18); }
td.TdClassName
{
border-color: #729812;
}
.TagClassName
{
border-color: #729812;
}
</style>