Shades of Olive Drab #759111
Tints of Olive Drab #759111
RGB
CMYK
RGB Variations
Color information
#759111 (or 0x759111) is known color: Olive Drab. HEX triplet: 75, 91 and 11. RGB value is (117,145,17). Sum of RGB (Red+Green+Blue) = 117+145+17=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #759111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759111 is #8A6EEE. Grayscale: #7A7A7A. Windows color (decimal): -9072367 or 1151349. OLE color: 1151349.
HSL color Cylindrical-coordinate representation of color #759111: hue angle of 73.12º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #759111 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 145 | 17 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.43 |
| HSL | 73.13º | 0.79% | 0.32% | - |
| HSV(B) | 73.13º | 0.88% | 0.57% | - |
| XYZ | 17.56 | 24.07 | 4.25 | - |
| YUV | 122.04 | 68.72 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 17 | 0.19 | 0 | 0.88 | 0.43 | 73.13 | 0.79 | 0.32 |
| Hex | 75 | 91 | 11 | 13 | 0 | 58 | 2B | 49 | 4F | 20 |
| Octal | 165 | 221 | 21 | 23 | 0 | 130 | 53 | 111 | 117 | 40 |
| Binary | 1110101 | 10010001 | 10001 | 10011 | 0 | 1011000 | 101011 | 1001001 | 1001111 | 100000 |
Color Harmonies of #759111
Complementary color
Monochromatic Colors of #759111
Black with #759111
Text Example
Text Example
White with #759111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759111; }
p { color: rgb(117,145,17); }
H1.HeaderClassName
{
color: #759111;
}
.AnyTagClassName
{
color: #759111;
}
</style>
background-color css
<style>
a { background-color: #759111; }
a { background-color: rgb(117,145,17); }
div.DivClassName
{
background-color: #759111;
}
.BgClassName
{
background-color: #759111;
}
</style>
border-color css
<style>
span { border-color: #759111; }
span { border-color: rgb(117,145,17); }
td.TdClassName
{
border-color: #759111;
}
.TagClassName
{
border-color: #759111;
}
</style>