Shades of Olive Drab #729B20
Tints of Olive Drab #729B20
RGB
CMYK
RGB Variations
Color information
#729B20 (or 0x729B20) is known color: Olive Drab. HEX triplet: 72, 9B and 20. RGB value is (114,155,32). Sum of RGB (Red+Green+Blue) = 114+155+32=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 155 (60.94% from 255 or 51.50% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 155 - color contains mainly: green. Hex color #729B20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729B20 is #8D64DF. Grayscale: #818181. Windows color (decimal): -9266400 or 2136946. OLE color: 2136946.
HSL color Cylindrical-coordinate representation of color #729B20: hue angle of 80º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #729B20 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 155 | 32 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.39 |
| HSL | 80º | 0.66% | 0.37% | - |
| HSV(B) | 80º | 0.79% | 0.61% | - |
| XYZ | 18.92 | 27.12 | 5.6 | - |
| YUV | 128.72 | 73.42 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 32 | 0.26 | 0 | 0.79 | 0.39 | 80 | 0.66 | 0.37 |
| Hex | 72 | 9B | 20 | 1A | 0 | 4F | 27 | 50 | 42 | 25 |
| Octal | 162 | 233 | 40 | 32 | 0 | 117 | 47 | 120 | 102 | 45 |
| Binary | 1110010 | 10011011 | 100000 | 11010 | 0 | 1001111 | 100111 | 1010000 | 1000010 | 100101 |
Color Harmonies of #729B20
Complementary color
Monochromatic Colors of #729B20
Black with #729B20
Text Example
Text Example
White with #729B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729B20; }
p { color: rgb(114,155,32); }
H1.HeaderClassName
{
color: #729B20;
}
.AnyTagClassName
{
color: #729B20;
}
</style>
background-color css
<style>
a { background-color: #729B20; }
a { background-color: rgb(114,155,32); }
div.DivClassName
{
background-color: #729B20;
}
.BgClassName
{
background-color: #729B20;
}
</style>
border-color css
<style>
span { border-color: #729B20; }
span { border-color: rgb(114,155,32); }
td.TdClassName
{
border-color: #729B20;
}
.TagClassName
{
border-color: #729B20;
}
</style>