Shades of Olive Drab #728913
Tints of Olive Drab #728913
RGB
CMYK
RGB Variations
Color information
#728913 (or 0x728913) is known color: Olive Drab. HEX triplet: 72, 89 and 13. RGB value is (114,137,19). Sum of RGB (Red+Green+Blue) = 114+137+19=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #728913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728913 is #8D76EC. Grayscale: #757575. Windows color (decimal): -9271021 or 1280370. OLE color: 1280370.
HSL color Cylindrical-coordinate representation of color #728913: hue angle of 71.69º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #728913 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 137 | 19 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.46 |
| HSL | 71.69º | 0.76% | 0.31% | - |
| HSV(B) | 71.69º | 0.86% | 0.54% | - |
| XYZ | 16 | 21.52 | 3.93 | - |
| YUV | 116.67 | 72.88 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 19 | 0.17 | 0 | 0.86 | 0.46 | 71.69 | 0.76 | 0.31 |
| Hex | 72 | 89 | 13 | 11 | 0 | 56 | 2E | 48 | 4C | 1F |
| Octal | 162 | 211 | 23 | 21 | 0 | 126 | 56 | 110 | 114 | 37 |
| Binary | 1110010 | 10001001 | 10011 | 10001 | 0 | 1010110 | 101110 | 1001000 | 1001100 | 11111 |
Color Harmonies of #728913
Complementary color
Monochromatic Colors of #728913
Black with #728913
Text Example
Text Example
White with #728913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728913; }
p { color: rgb(114,137,19); }
H1.HeaderClassName
{
color: #728913;
}
.AnyTagClassName
{
color: #728913;
}
</style>
background-color css
<style>
a { background-color: #728913; }
a { background-color: rgb(114,137,19); }
div.DivClassName
{
background-color: #728913;
}
.BgClassName
{
background-color: #728913;
}
</style>
border-color css
<style>
span { border-color: #728913; }
span { border-color: rgb(114,137,19); }
td.TdClassName
{
border-color: #728913;
}
.TagClassName
{
border-color: #728913;
}
</style>