Shades of Olive Drab #719008
Tints of Olive Drab #719008
RGB
CMYK
RGB Variations
Color information
#719008 (or 0x719008) is known color: Olive Drab. HEX triplet: 71, 90 and 08. RGB value is (113,144,8). Sum of RGB (Red+Green+Blue) = 113+144+8=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #719008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719008 is #8E6FF7. Grayscale: #777777. Windows color (decimal): -9334776 or 561265. OLE color: 561265.
HSL color Cylindrical-coordinate representation of color #719008: hue angle of 73.68º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #719008 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 144 | 8 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.44 |
| HSL | 73.68º | 0.89% | 0.3% | - |
| HSV(B) | 73.68º | 0.94% | 0.56% | - |
| XYZ | 16.83 | 23.47 | 3.87 | - |
| YUV | 119.23 | 65.23 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 8 | 0.22 | 0 | 0.94 | 0.44 | 73.68 | 0.89 | 0.3 |
| Hex | 71 | 90 | 8 | 16 | 0 | 5E | 2C | 4A | 59 | 1E |
| Octal | 161 | 220 | 10 | 26 | 0 | 136 | 54 | 112 | 131 | 36 |
| Binary | 1110001 | 10010000 | 1000 | 10110 | 0 | 1011110 | 101100 | 1001010 | 1011001 | 11110 |
Color Harmonies of #719008
Complementary color
Monochromatic Colors of #719008
Black with #719008
Text Example
Text Example
White with #719008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719008; }
p { color: rgb(113,144,8); }
H1.HeaderClassName
{
color: #719008;
}
.AnyTagClassName
{
color: #719008;
}
</style>
background-color css
<style>
a { background-color: #719008; }
a { background-color: rgb(113,144,8); }
div.DivClassName
{
background-color: #719008;
}
.BgClassName
{
background-color: #719008;
}
</style>
border-color css
<style>
span { border-color: #719008; }
span { border-color: rgb(113,144,8); }
td.TdClassName
{
border-color: #719008;
}
.TagClassName
{
border-color: #719008;
}
</style>