Shades of Olive Drab #759112
Tints of Olive Drab #759112
RGB
CMYK
RGB Variations
Color information
#759112 (or 0x759112) is known color: Olive Drab. HEX triplet: 75, 91 and 12. RGB value is (117,145,18). Sum of RGB (Red+Green+Blue) = 117+145+18=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #759112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759112 is #8A6EED. Grayscale: #7A7A7A. Windows color (decimal): -9072366 or 1216885. OLE color: 1216885.
HSL color Cylindrical-coordinate representation of color #759112: hue angle of 73.23º degrees, saturation: 0.78, 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 #759112 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 145 | 18 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.43 |
| HSL | 73.23º | 0.78% | 0.32% | - |
| HSV(B) | 73.23º | 0.88% | 0.57% | - |
| XYZ | 17.57 | 24.08 | 4.29 | - |
| YUV | 122.15 | 69.22 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 18 | 0.19 | 0 | 0.88 | 0.43 | 73.23 | 0.78 | 0.32 |
| Hex | 75 | 91 | 12 | 13 | 0 | 58 | 2B | 49 | 4E | 20 |
| Octal | 165 | 221 | 22 | 23 | 0 | 130 | 53 | 111 | 116 | 40 |
| Binary | 1110101 | 10010001 | 10010 | 10011 | 0 | 1011000 | 101011 | 1001001 | 1001110 | 100000 |
Color Harmonies of #759112
Complementary color
Monochromatic Colors of #759112
Black with #759112
Text Example
Text Example
White with #759112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759112; }
p { color: rgb(117,145,18); }
H1.HeaderClassName
{
color: #759112;
}
.AnyTagClassName
{
color: #759112;
}
</style>
background-color css
<style>
a { background-color: #759112; }
a { background-color: rgb(117,145,18); }
div.DivClassName
{
background-color: #759112;
}
.BgClassName
{
background-color: #759112;
}
</style>
border-color css
<style>
span { border-color: #759112; }
span { border-color: rgb(117,145,18); }
td.TdClassName
{
border-color: #759112;
}
.TagClassName
{
border-color: #759112;
}
</style>