Shades of Olive Drab #719125
Tints of Olive Drab #719125
RGB
CMYK
RGB Variations
Color information
#719125 (or 0x719125) is known color: Olive Drab. HEX triplet: 71, 91 and 25. RGB value is (113,145,37). Sum of RGB (Red+Green+Blue) = 113+145+37=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #719125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719125 is #8E6EDA. Grayscale: #7B7B7B. Windows color (decimal): -9334491 or 2462065. OLE color: 2462065.
HSL color Cylindrical-coordinate representation of color #719125: hue angle of 77.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #719125 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 145 | 37 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.43 |
| HSL | 77.78º | 0.59% | 0.36% | - |
| HSV(B) | 77.78º | 0.74% | 0.57% | - |
| XYZ | 17.27 | 23.9 | 5.45 | - |
| YUV | 123.12 | 79.4 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 37 | 0.22 | 0 | 0.74 | 0.43 | 77.78 | 0.59 | 0.36 |
| Hex | 71 | 91 | 25 | 16 | 0 | 4A | 2B | 4E | 3B | 24 |
| Octal | 161 | 221 | 45 | 26 | 0 | 112 | 53 | 116 | 73 | 44 |
| Binary | 1110001 | 10010001 | 100101 | 10110 | 0 | 1001010 | 101011 | 1001110 | 111011 | 100100 |
Color Harmonies of #719125
Complementary color
Monochromatic Colors of #719125
Black with #719125
Text Example
Text Example
White with #719125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719125; }
p { color: rgb(113,145,37); }
H1.HeaderClassName
{
color: #719125;
}
.AnyTagClassName
{
color: #719125;
}
</style>
background-color css
<style>
a { background-color: #719125; }
a { background-color: rgb(113,145,37); }
div.DivClassName
{
background-color: #719125;
}
.BgClassName
{
background-color: #719125;
}
</style>
border-color css
<style>
span { border-color: #719125; }
span { border-color: rgb(113,145,37); }
td.TdClassName
{
border-color: #719125;
}
.TagClassName
{
border-color: #719125;
}
</style>