Shades of Olive Drab #719107
Tints of Olive Drab #719107
RGB
CMYK
RGB Variations
Color information
#719107 (or 0x719107) is known color: Olive Drab. HEX triplet: 71, 91 and 07. RGB value is (113,145,7). Sum of RGB (Red+Green+Blue) = 113+145+7=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #719107 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719107 is #8E6EF8. Grayscale: #787878. Windows color (decimal): -9334521 or 495985. OLE color: 495985.
HSL color Cylindrical-coordinate representation of color #719107: hue angle of 73.91º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #719107 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 145 | 7 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.43 |
| HSL | 73.91º | 0.91% | 0.3% | - |
| HSV(B) | 73.91º | 0.95% | 0.57% | - |
| XYZ | 16.97 | 23.78 | 3.9 | - |
| YUV | 119.7 | 64.4 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 7 | 0.22 | 0 | 0.95 | 0.43 | 73.91 | 0.91 | 0.3 |
| Hex | 71 | 91 | 7 | 16 | 0 | 5F | 2B | 4A | 5B | 1E |
| Octal | 161 | 221 | 7 | 26 | 0 | 137 | 53 | 112 | 133 | 36 |
| Binary | 1110001 | 10010001 | 111 | 10110 | 0 | 1011111 | 101011 | 1001010 | 1011011 | 11110 |
Color Harmonies of #719107
Complementary color
Monochromatic Colors of #719107
Black with #719107
Text Example
Text Example
White with #719107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719107; }
p { color: rgb(113,145,7); }
H1.HeaderClassName
{
color: #719107;
}
.AnyTagClassName
{
color: #719107;
}
</style>
background-color css
<style>
a { background-color: #719107; }
a { background-color: rgb(113,145,7); }
div.DivClassName
{
background-color: #719107;
}
.BgClassName
{
background-color: #719107;
}
</style>
border-color css
<style>
span { border-color: #719107; }
span { border-color: rgb(113,145,7); }
td.TdClassName
{
border-color: #719107;
}
.TagClassName
{
border-color: #719107;
}
</style>