Shades of Olive Drab #729A23
Tints of Olive Drab #729A23
RGB
CMYK
RGB Variations
Color information
#729A23 (or 0x729A23) is known color: Olive Drab. HEX triplet: 72, 9A and 23. RGB value is (114,154,35). Sum of RGB (Red+Green+Blue) = 114+154+35=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #729A23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729A23 is #8D65DC. Grayscale: #808080. Windows color (decimal): -9266653 or 2333298. OLE color: 2333298.
HSL color Cylindrical-coordinate representation of color #729A23: hue angle of 80.17º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #729A23 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 154 | 35 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.40 |
| HSL | 80.17º | 0.63% | 0.37% | - |
| HSV(B) | 80.17º | 0.77% | 0.6% | - |
| XYZ | 18.8 | 26.81 | 5.77 | - |
| YUV | 128.47 | 75.25 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 35 | 0.26 | 0 | 0.77 | 0.40 | 80.17 | 0.63 | 0.37 |
| Hex | 72 | 9A | 23 | 1A | 0 | 4D | 28 | 50 | 3F | 25 |
| Octal | 162 | 232 | 43 | 32 | 0 | 115 | 50 | 120 | 77 | 45 |
| Binary | 1110010 | 10011010 | 100011 | 11010 | 0 | 1001101 | 101000 | 1010000 | 111111 | 100101 |
Color Harmonies of #729A23
Complementary color
Monochromatic Colors of #729A23
Black with #729A23
Text Example
Text Example
White with #729A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729A23; }
p { color: rgb(114,154,35); }
H1.HeaderClassName
{
color: #729A23;
}
.AnyTagClassName
{
color: #729A23;
}
</style>
background-color css
<style>
a { background-color: #729A23; }
a { background-color: rgb(114,154,35); }
div.DivClassName
{
background-color: #729A23;
}
.BgClassName
{
background-color: #729A23;
}
</style>
border-color css
<style>
span { border-color: #729A23; }
span { border-color: rgb(114,154,35); }
td.TdClassName
{
border-color: #729A23;
}
.TagClassName
{
border-color: #729A23;
}
</style>