Shades of Olive Drab #728810
Tints of Olive Drab #728810
RGB
CMYK
RGB Variations
Color information
#728810 (or 0x728810) is known color: Olive Drab. HEX triplet: 72, 88 and 10. RGB value is (114,136,16). Sum of RGB (Red+Green+Blue) = 114+136+16=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #728810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728810 is #8D77EF. Grayscale: #747474. Windows color (decimal): -9271280 or 1083506. OLE color: 1083506.
HSL color Cylindrical-coordinate representation of color #728810: hue angle of 71º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #728810 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 16 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.47 |
| HSL | 71º | 0.79% | 0.3% | - |
| HSV(B) | 71º | 0.88% | 0.53% | - |
| XYZ | 15.84 | 21.22 | 3.75 | - |
| YUV | 115.74 | 71.71 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 16 | 0.16 | 0 | 0.88 | 0.47 | 71 | 0.79 | 0.3 |
| Hex | 72 | 88 | 10 | 10 | 0 | 58 | 2F | 47 | 4F | 1E |
| Octal | 162 | 210 | 20 | 20 | 0 | 130 | 57 | 107 | 117 | 36 |
| Binary | 1110010 | 10001000 | 10000 | 10000 | 0 | 1011000 | 101111 | 1000111 | 1001111 | 11110 |
Color Harmonies of #728810
Complementary color
Monochromatic Colors of #728810
Black with #728810
Text Example
Text Example
White with #728810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728810; }
p { color: rgb(114,136,16); }
H1.HeaderClassName
{
color: #728810;
}
.AnyTagClassName
{
color: #728810;
}
</style>
background-color css
<style>
a { background-color: #728810; }
a { background-color: rgb(114,136,16); }
div.DivClassName
{
background-color: #728810;
}
.BgClassName
{
background-color: #728810;
}
</style>
border-color css
<style>
span { border-color: #728810; }
span { border-color: rgb(114,136,16); }
td.TdClassName
{
border-color: #728810;
}
.TagClassName
{
border-color: #728810;
}
</style>