Shades of Olive Drab #759811
Tints of Olive Drab #759811
RGB
CMYK
RGB Variations
Color information
#759811 (or 0x759811) is known color: Olive Drab. HEX triplet: 75, 98 and 11. RGB value is (117,152,17). Sum of RGB (Red+Green+Blue) = 117+152+17=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #759811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759811 is #8A67EE. Grayscale: #7E7E7E. Windows color (decimal): -9070575 or 1153141. OLE color: 1153141.
HSL color Cylindrical-coordinate representation of color #759811: hue angle of 75.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #759811 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 152 | 17 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.40 |
| HSL | 75.56º | 0.8% | 0.33% | - |
| HSV(B) | 75.56º | 0.89% | 0.6% | - |
| XYZ | 18.67 | 26.28 | 4.62 | - |
| YUV | 126.15 | 66.4 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 17 | 0.23 | 0 | 0.89 | 0.40 | 75.56 | 0.8 | 0.33 |
| Hex | 75 | 98 | 11 | 17 | 0 | 59 | 28 | 4C | 50 | 21 |
| Octal | 165 | 230 | 21 | 27 | 0 | 131 | 50 | 114 | 120 | 41 |
| Binary | 1110101 | 10011000 | 10001 | 10111 | 0 | 1011001 | 101000 | 1001100 | 1010000 | 100001 |
Color Harmonies of #759811
Complementary color
Monochromatic Colors of #759811
Black with #759811
Text Example
Text Example
White with #759811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759811; }
p { color: rgb(117,152,17); }
H1.HeaderClassName
{
color: #759811;
}
.AnyTagClassName
{
color: #759811;
}
</style>
background-color css
<style>
a { background-color: #759811; }
a { background-color: rgb(117,152,17); }
div.DivClassName
{
background-color: #759811;
}
.BgClassName
{
background-color: #759811;
}
</style>
border-color css
<style>
span { border-color: #759811; }
span { border-color: rgb(117,152,17); }
td.TdClassName
{
border-color: #759811;
}
.TagClassName
{
border-color: #759811;
}
</style>