Shades of Olive Drab #759114
Tints of Olive Drab #759114
RGB
CMYK
RGB Variations
Color information
#759114 (or 0x759114) is known color: Olive Drab. HEX triplet: 75, 91 and 14. RGB value is (117,145,20). Sum of RGB (Red+Green+Blue) = 117+145+20=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #759114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759114 is #8A6EEB. Grayscale: #7A7A7A. Windows color (decimal): -9072364 or 1347957. OLE color: 1347957.
HSL color Cylindrical-coordinate representation of color #759114: hue angle of 73.44º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #759114 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 145 | 20 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.43 |
| HSL | 73.44º | 0.76% | 0.32% | - |
| HSV(B) | 73.44º | 0.86% | 0.57% | - |
| XYZ | 17.59 | 24.08 | 4.38 | - |
| YUV | 122.38 | 70.22 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 20 | 0.19 | 0 | 0.86 | 0.43 | 73.44 | 0.76 | 0.32 |
| Hex | 75 | 91 | 14 | 13 | 0 | 56 | 2B | 49 | 4C | 20 |
| Octal | 165 | 221 | 24 | 23 | 0 | 126 | 53 | 111 | 114 | 40 |
| Binary | 1110101 | 10010001 | 10100 | 10011 | 0 | 1010110 | 101011 | 1001001 | 1001100 | 100000 |
Color Harmonies of #759114
Complementary color
Monochromatic Colors of #759114
Black with #759114
Text Example
Text Example
White with #759114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759114; }
p { color: rgb(117,145,20); }
H1.HeaderClassName
{
color: #759114;
}
.AnyTagClassName
{
color: #759114;
}
</style>
background-color css
<style>
a { background-color: #759114; }
a { background-color: rgb(117,145,20); }
div.DivClassName
{
background-color: #759114;
}
.BgClassName
{
background-color: #759114;
}
</style>
border-color css
<style>
span { border-color: #759114; }
span { border-color: rgb(117,145,20); }
td.TdClassName
{
border-color: #759114;
}
.TagClassName
{
border-color: #759114;
}
</style>