Shades of Olive Drab #729016
Tints of Olive Drab #729016
RGB
CMYK
RGB Variations
Color information
#729016 (or 0x729016) is known color: Olive Drab. HEX triplet: 72, 90 and 16. RGB value is (114,144,22). Sum of RGB (Red+Green+Blue) = 114+144+22=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #729016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729016 is #8D6FE9. Grayscale: #797979. Windows color (decimal): -9269226 or 1478770. OLE color: 1478770.
HSL color Cylindrical-coordinate representation of color #729016: hue angle of 74.75º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #729016 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 22 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.44 |
| HSL | 74.75º | 0.73% | 0.33% | - |
| HSV(B) | 74.75º | 0.85% | 0.56% | - |
| XYZ | 17.06 | 23.58 | 4.41 | - |
| YUV | 121.12 | 72.06 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 22 | 0.21 | 0 | 0.85 | 0.44 | 74.75 | 0.73 | 0.33 |
| Hex | 72 | 90 | 16 | 15 | 0 | 55 | 2C | 4B | 49 | 21 |
| Octal | 162 | 220 | 26 | 25 | 0 | 125 | 54 | 113 | 111 | 41 |
| Binary | 1110010 | 10010000 | 10110 | 10101 | 0 | 1010101 | 101100 | 1001011 | 1001001 | 100001 |
Color Harmonies of #729016
Complementary color
Monochromatic Colors of #729016
Black with #729016
Text Example
Text Example
White with #729016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729016; }
p { color: rgb(114,144,22); }
H1.HeaderClassName
{
color: #729016;
}
.AnyTagClassName
{
color: #729016;
}
</style>
background-color css
<style>
a { background-color: #729016; }
a { background-color: rgb(114,144,22); }
div.DivClassName
{
background-color: #729016;
}
.BgClassName
{
background-color: #729016;
}
</style>
border-color css
<style>
span { border-color: #729016; }
span { border-color: rgb(114,144,22); }
td.TdClassName
{
border-color: #729016;
}
.TagClassName
{
border-color: #729016;
}
</style>