Shades of Olive Drab #719928
Tints of Olive Drab #719928
RGB
CMYK
RGB Variations
Color information
#719928 (or 0x719928) is known color: Olive Drab. HEX triplet: 71, 99 and 28. RGB value is (113,153,40). Sum of RGB (Red+Green+Blue) = 113+153+40=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #719928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719928 is #8E66D7. Grayscale: #808080. Windows color (decimal): -9332440 or 2660721. OLE color: 2660721.
HSL color Cylindrical-coordinate representation of color #719928: hue angle of 81.24º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #719928 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 153 | 40 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.4 |
| HSL | 81.24º | 0.59% | 0.38% | - |
| HSV(B) | 81.24º | 0.74% | 0.6% | - |
| XYZ | 18.58 | 26.45 | 6.13 | - |
| YUV | 128.16 | 78.25 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 153 | 40 | 0.26 | 0 | 0.74 | 0.4 | 81.24 | 0.59 | 0.38 |
| Hex | 71 | 99 | 28 | 1A | 0 | 4A | 28 | 51 | 3B | 26 |
| Octal | 161 | 231 | 50 | 32 | 0 | 112 | 50 | 121 | 73 | 46 |
| Binary | 1110001 | 10011001 | 101000 | 11010 | 0 | 1001010 | 101000 | 1010001 | 111011 | 100110 |
Color Harmonies of #719928
Complementary color
Monochromatic Colors of #719928
Black with #719928
Text Example
Text Example
White with #719928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719928; }
p { color: rgb(113,153,40); }
H1.HeaderClassName
{
color: #719928;
}
.AnyTagClassName
{
color: #719928;
}
</style>
background-color css
<style>
a { background-color: #719928; }
a { background-color: rgb(113,153,40); }
div.DivClassName
{
background-color: #719928;
}
.BgClassName
{
background-color: #719928;
}
</style>
border-color css
<style>
span { border-color: #719928; }
span { border-color: rgb(113,153,40); }
td.TdClassName
{
border-color: #719928;
}
.TagClassName
{
border-color: #719928;
}
</style>