Shades of Olive Drab #729127
Tints of Olive Drab #729127
RGB
CMYK
RGB Variations
Color information
#729127 (or 0x729127) is known color: Olive Drab. HEX triplet: 72, 91 and 27. RGB value is (114,145,39). Sum of RGB (Red+Green+Blue) = 114+145+39=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #729127 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729127 is #8D6ED8. Grayscale: #7C7C7C. Windows color (decimal): -9268953 or 2593138. OLE color: 2593138.
HSL color Cylindrical-coordinate representation of color #729127: hue angle of 77.55º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #729127 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 145 | 39 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.43 |
| HSL | 77.55º | 0.58% | 0.36% | - |
| HSV(B) | 77.55º | 0.73% | 0.57% | - |
| XYZ | 17.43 | 23.97 | 5.63 | - |
| YUV | 123.65 | 80.23 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 145 | 39 | 0.21 | 0 | 0.73 | 0.43 | 77.55 | 0.58 | 0.36 |
| Hex | 72 | 91 | 27 | 15 | 0 | 49 | 2B | 4E | 3A | 24 |
| Octal | 162 | 221 | 47 | 25 | 0 | 111 | 53 | 116 | 72 | 44 |
| Binary | 1110010 | 10010001 | 100111 | 10101 | 0 | 1001001 | 101011 | 1001110 | 111010 | 100100 |
Color Harmonies of #729127
Complementary color
Monochromatic Colors of #729127
Black with #729127
Text Example
Text Example
White with #729127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729127; }
p { color: rgb(114,145,39); }
H1.HeaderClassName
{
color: #729127;
}
.AnyTagClassName
{
color: #729127;
}
</style>
background-color css
<style>
a { background-color: #729127; }
a { background-color: rgb(114,145,39); }
div.DivClassName
{
background-color: #729127;
}
.BgClassName
{
background-color: #729127;
}
</style>
border-color css
<style>
span { border-color: #729127; }
span { border-color: rgb(114,145,39); }
td.TdClassName
{
border-color: #729127;
}
.TagClassName
{
border-color: #729127;
}
</style>