Shades of Olive Drab #729922
Tints of Olive Drab #729922
RGB
CMYK
RGB Variations
Color information
#729922 (or 0x729922) is known color: Olive Drab. HEX triplet: 72, 99 and 22. RGB value is (114,153,34). Sum of RGB (Red+Green+Blue) = 114+153+34=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #729922 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729922 is #8D66DD. Grayscale: #808080. Windows color (decimal): -9266910 or 2267506. OLE color: 2267506.
HSL color Cylindrical-coordinate representation of color #729922: hue angle of 79.66º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #729922 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 34 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.4 |
| HSL | 79.66º | 0.64% | 0.37% | - |
| HSV(B) | 79.66º | 0.78% | 0.6% | - |
| XYZ | 18.62 | 26.48 | 5.64 | - |
| YUV | 127.77 | 75.08 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 34 | 0.25 | 0 | 0.78 | 0.4 | 79.66 | 0.64 | 0.37 |
| Hex | 72 | 99 | 22 | 19 | 0 | 4E | 28 | 50 | 40 | 25 |
| Octal | 162 | 231 | 42 | 31 | 0 | 116 | 50 | 120 | 100 | 45 |
| Binary | 1110010 | 10011001 | 100010 | 11001 | 0 | 1001110 | 101000 | 1010000 | 1000000 | 100101 |
Color Harmonies of #729922
Complementary color
Monochromatic Colors of #729922
Black with #729922
Text Example
Text Example
White with #729922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729922; }
p { color: rgb(114,153,34); }
H1.HeaderClassName
{
color: #729922;
}
.AnyTagClassName
{
color: #729922;
}
</style>
background-color css
<style>
a { background-color: #729922; }
a { background-color: rgb(114,153,34); }
div.DivClassName
{
background-color: #729922;
}
.BgClassName
{
background-color: #729922;
}
</style>
border-color css
<style>
span { border-color: #729922; }
span { border-color: rgb(114,153,34); }
td.TdClassName
{
border-color: #729922;
}
.TagClassName
{
border-color: #729922;
}
</style>