Shades of Olive Drab #719719
Tints of Olive Drab #719719
RGB
CMYK
RGB Variations
Color information
#719719 (or 0x719719) is known color: Olive Drab. HEX triplet: 71, 97 and 19. RGB value is (113,151,25). Sum of RGB (Red+Green+Blue) = 113+151+25=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #719719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719719 is #8E68E6. Grayscale: #7D7D7D. Windows color (decimal): -9332967 or 1677169. OLE color: 1677169.
HSL color Cylindrical-coordinate representation of color #719719: hue angle of 78.1º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #719719 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 151 | 25 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.41 |
| HSL | 78.1º | 0.72% | 0.35% | - |
| HSV(B) | 78.1º | 0.83% | 0.59% | - |
| XYZ | 18.05 | 25.71 | 4.93 | - |
| YUV | 125.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 151 | 25 | 0.25 | 0 | 0.83 | 0.41 | 78.1 | 0.72 | 0.35 |
| Hex | 71 | 97 | 19 | 19 | 0 | 53 | 29 | 4E | 48 | 23 |
| Octal | 161 | 227 | 31 | 31 | 0 | 123 | 51 | 116 | 110 | 43 |
| Binary | 1110001 | 10010111 | 11001 | 11001 | 0 | 1010011 | 101001 | 1001110 | 1001000 | 100011 |
Color Harmonies of #719719
Complementary color
Monochromatic Colors of #719719
Black with #719719
Text Example
Text Example
White with #719719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719719; }
p { color: rgb(113,151,25); }
H1.HeaderClassName
{
color: #719719;
}
.AnyTagClassName
{
color: #719719;
}
</style>
background-color css
<style>
a { background-color: #719719; }
a { background-color: rgb(113,151,25); }
div.DivClassName
{
background-color: #719719;
}
.BgClassName
{
background-color: #719719;
}
</style>
border-color css
<style>
span { border-color: #719719; }
span { border-color: rgb(113,151,25); }
td.TdClassName
{
border-color: #719719;
}
.TagClassName
{
border-color: #719719;
}
</style>