Shades of Olive Drab #729722
Tints of Olive Drab #729722
RGB
CMYK
RGB Variations
Color information
#729722 (or 0x729722) is known color: Olive Drab. HEX triplet: 72, 97 and 22. RGB value is (114,151,34). Sum of RGB (Red+Green+Blue) = 114+151+34=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #729722 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729722 is #8D68DD. Grayscale: #7F7F7F. Windows color (decimal): -9267422 or 2266994. OLE color: 2266994.
HSL color Cylindrical-coordinate representation of color #729722: hue angle of 78.97º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #729722 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 151 | 34 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.41 |
| HSL | 78.97º | 0.63% | 0.36% | - |
| HSV(B) | 78.97º | 0.77% | 0.59% | - |
| XYZ | 18.29 | 25.83 | 5.53 | - |
| YUV | 126.6 | 75.74 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 151 | 34 | 0.25 | 0 | 0.77 | 0.41 | 78.97 | 0.63 | 0.36 |
| Hex | 72 | 97 | 22 | 19 | 0 | 4D | 29 | 4F | 3F | 24 |
| Octal | 162 | 227 | 42 | 31 | 0 | 115 | 51 | 117 | 77 | 44 |
| Binary | 1110010 | 10010111 | 100010 | 11001 | 0 | 1001101 | 101001 | 1001111 | 111111 | 100100 |
Color Harmonies of #729722
Complementary color
Monochromatic Colors of #729722
Black with #729722
Text Example
Text Example
White with #729722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729722; }
p { color: rgb(114,151,34); }
H1.HeaderClassName
{
color: #729722;
}
.AnyTagClassName
{
color: #729722;
}
</style>
background-color css
<style>
a { background-color: #729722; }
a { background-color: rgb(114,151,34); }
div.DivClassName
{
background-color: #729722;
}
.BgClassName
{
background-color: #729722;
}
</style>
border-color css
<style>
span { border-color: #729722; }
span { border-color: rgb(114,151,34); }
td.TdClassName
{
border-color: #729722;
}
.TagClassName
{
border-color: #729722;
}
</style>