Shades of Olive Drab #728824
Tints of Olive Drab #728824
RGB
CMYK
RGB Variations
Color information
#728824 (or 0x728824) is known color: Olive Drab. HEX triplet: 72, 88 and 24. RGB value is (114,136,36). Sum of RGB (Red+Green+Blue) = 114+136+36=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #728824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728824 is #8D77DB. Grayscale: #767676. Windows color (decimal): -9271260 or 2394226. OLE color: 2394226.
HSL color Cylindrical-coordinate representation of color #728824: hue angle of 73.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #728824 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 36 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.47 |
| HSL | 73.2º | 0.58% | 0.34% | - |
| HSV(B) | 73.2º | 0.74% | 0.53% | - |
| XYZ | 16.06 | 21.31 | 4.94 | - |
| YUV | 118.02 | 81.71 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 36 | 0.16 | 0 | 0.74 | 0.47 | 73.2 | 0.58 | 0.34 |
| Hex | 72 | 88 | 24 | 10 | 0 | 4A | 2F | 49 | 3A | 22 |
| Octal | 162 | 210 | 44 | 20 | 0 | 112 | 57 | 111 | 72 | 42 |
| Binary | 1110010 | 10001000 | 100100 | 10000 | 0 | 1001010 | 101111 | 1001001 | 111010 | 100010 |
Color Harmonies of #728824
Complementary color
Monochromatic Colors of #728824
Black with #728824
Text Example
Text Example
White with #728824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728824; }
p { color: rgb(114,136,36); }
H1.HeaderClassName
{
color: #728824;
}
.AnyTagClassName
{
color: #728824;
}
</style>
background-color css
<style>
a { background-color: #728824; }
a { background-color: rgb(114,136,36); }
div.DivClassName
{
background-color: #728824;
}
.BgClassName
{
background-color: #728824;
}
</style>
border-color css
<style>
span { border-color: #728824; }
span { border-color: rgb(114,136,36); }
td.TdClassName
{
border-color: #728824;
}
.TagClassName
{
border-color: #728824;
}
</style>