Shades of Olive Drab #729213
Tints of Olive Drab #729213
RGB
CMYK
RGB Variations
Color information
#729213 (or 0x729213) is known color: Olive Drab. HEX triplet: 72, 92 and 13. RGB value is (114,146,19). Sum of RGB (Red+Green+Blue) = 114+146+19=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #729213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729213 is #8D6DEC. Grayscale: #7A7A7A. Windows color (decimal): -9268717 or 1282674. OLE color: 1282674.
HSL color Cylindrical-coordinate representation of color #729213: hue angle of 75.12º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #729213 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 146 | 19 | - |
| CMYK | 0.22 | 0 | 0.87 | 0.43 |
| HSL | 75.12º | 0.77% | 0.32% | - |
| HSV(B) | 75.12º | 0.87% | 0.57% | - |
| XYZ | 17.34 | 24.18 | 4.37 | - |
| YUV | 121.95 | 69.9 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 19 | 0.22 | 0 | 0.87 | 0.43 | 75.12 | 0.77 | 0.32 |
| Hex | 72 | 92 | 13 | 16 | 0 | 57 | 2B | 4B | 4D | 20 |
| Octal | 162 | 222 | 23 | 26 | 0 | 127 | 53 | 113 | 115 | 40 |
| Binary | 1110010 | 10010010 | 10011 | 10110 | 0 | 1010111 | 101011 | 1001011 | 1001101 | 100000 |
Color Harmonies of #729213
Complementary color
Monochromatic Colors of #729213
Black with #729213
Text Example
Text Example
White with #729213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729213; }
p { color: rgb(114,146,19); }
H1.HeaderClassName
{
color: #729213;
}
.AnyTagClassName
{
color: #729213;
}
</style>
background-color css
<style>
a { background-color: #729213; }
a { background-color: rgb(114,146,19); }
div.DivClassName
{
background-color: #729213;
}
.BgClassName
{
background-color: #729213;
}
</style>
border-color css
<style>
span { border-color: #729213; }
span { border-color: rgb(114,146,19); }
td.TdClassName
{
border-color: #729213;
}
.TagClassName
{
border-color: #729213;
}
</style>