Shades of Olive Drab #719923
Tints of Olive Drab #719923
RGB
CMYK
RGB Variations
Color information
#719923 (or 0x719923) is known color: Olive Drab. HEX triplet: 71, 99 and 23. RGB value is (113,153,35). Sum of RGB (Red+Green+Blue) = 113+153+35=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #719923 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719923 is #8E66DC. Grayscale: #808080. Windows color (decimal): -9332445 or 2333041. OLE color: 2333041.
HSL color Cylindrical-coordinate representation of color #719923: hue angle of 80.34º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #719923 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 153 | 35 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.4 |
| HSL | 80.34º | 0.63% | 0.37% | - |
| HSV(B) | 80.34º | 0.77% | 0.6% | - |
| XYZ | 18.5 | 26.41 | 5.71 | - |
| YUV | 127.59 | 75.75 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 153 | 35 | 0.26 | 0 | 0.77 | 0.4 | 80.34 | 0.63 | 0.37 |
| Hex | 71 | 99 | 23 | 1A | 0 | 4D | 28 | 50 | 3F | 25 |
| Octal | 161 | 231 | 43 | 32 | 0 | 115 | 50 | 120 | 77 | 45 |
| Binary | 1110001 | 10011001 | 100011 | 11010 | 0 | 1001101 | 101000 | 1010000 | 111111 | 100101 |
Color Harmonies of #719923
Complementary color
Monochromatic Colors of #719923
Black with #719923
Text Example
Text Example
White with #719923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719923; }
p { color: rgb(113,153,35); }
H1.HeaderClassName
{
color: #719923;
}
.AnyTagClassName
{
color: #719923;
}
</style>
background-color css
<style>
a { background-color: #719923; }
a { background-color: rgb(113,153,35); }
div.DivClassName
{
background-color: #719923;
}
.BgClassName
{
background-color: #719923;
}
</style>
border-color css
<style>
span { border-color: #719923; }
span { border-color: rgb(113,153,35); }
td.TdClassName
{
border-color: #719923;
}
.TagClassName
{
border-color: #719923;
}
</style>