Shades of Olive Drab #728916
Tints of Olive Drab #728916
RGB
CMYK
RGB Variations
Color information
#728916 (or 0x728916) is known color: Olive Drab. HEX triplet: 72, 89 and 16. RGB value is (114,137,22). Sum of RGB (Red+Green+Blue) = 114+137+22=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #728916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728916 is #8D76E9. Grayscale: #757575. Windows color (decimal): -9271018 or 1476978. OLE color: 1476978.
HSL color Cylindrical-coordinate representation of color #728916: hue angle of 72º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #728916 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 137 | 22 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.46 |
| HSL | 72º | 0.72% | 0.31% | - |
| HSV(B) | 72º | 0.84% | 0.54% | - |
| XYZ | 16.03 | 21.53 | 4.07 | - |
| YUV | 117.01 | 74.38 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 22 | 0.17 | 0 | 0.84 | 0.46 | 72 | 0.72 | 0.31 |
| Hex | 72 | 89 | 16 | 11 | 0 | 54 | 2E | 48 | 48 | 1F |
| Octal | 162 | 211 | 26 | 21 | 0 | 124 | 56 | 110 | 110 | 37 |
| Binary | 1110010 | 10001001 | 10110 | 10001 | 0 | 1010100 | 101110 | 1001000 | 1001000 | 11111 |
Color Harmonies of #728916
Complementary color
Monochromatic Colors of #728916
Black with #728916
Text Example
Text Example
White with #728916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728916; }
p { color: rgb(114,137,22); }
H1.HeaderClassName
{
color: #728916;
}
.AnyTagClassName
{
color: #728916;
}
</style>
background-color css
<style>
a { background-color: #728916; }
a { background-color: rgb(114,137,22); }
div.DivClassName
{
background-color: #728916;
}
.BgClassName
{
background-color: #728916;
}
</style>
border-color css
<style>
span { border-color: #728916; }
span { border-color: rgb(114,137,22); }
td.TdClassName
{
border-color: #728916;
}
.TagClassName
{
border-color: #728916;
}
</style>