Shades of Olive Drab #759A1E
Tints of Olive Drab #759A1E
RGB
CMYK
RGB Variations
Color information
#759A1E (or 0x759A1E) is known color: Olive Drab. HEX triplet: 75, 9A and 1E. RGB value is (117,154,30). Sum of RGB (Red+Green+Blue) = 117+154+30=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 154 (60.55% from 255 or 51.16% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 154 - color contains mainly: green. Hex color #759A1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759A1E is #8A65E1. Grayscale: #818181. Windows color (decimal): -9070050 or 2005621. OLE color: 2005621.
HSL color Cylindrical-coordinate representation of color #759A1E: hue angle of 77.9º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #759A1E is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 154 | 30 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.40 |
| HSL | 77.9º | 0.67% | 0.36% | - |
| HSV(B) | 77.9º | 0.81% | 0.6% | - |
| XYZ | 19.13 | 26.99 | 5.43 | - |
| YUV | 128.8 | 72.24 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 30 | 0.24 | 0 | 0.81 | 0.40 | 77.9 | 0.67 | 0.36 |
| Hex | 75 | 9A | 1E | 18 | 0 | 51 | 28 | 4E | 43 | 24 |
| Octal | 165 | 232 | 36 | 30 | 0 | 121 | 50 | 116 | 103 | 44 |
| Binary | 1110101 | 10011010 | 11110 | 11000 | 0 | 1010001 | 101000 | 1001110 | 1000011 | 100100 |
Color Harmonies of #759A1E
Complementary color
Monochromatic Colors of #759A1E
Black with #759A1E
Text Example
Text Example
White with #759A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759A1E; }
p { color: rgb(117,154,30); }
H1.HeaderClassName
{
color: #759A1E;
}
.AnyTagClassName
{
color: #759A1E;
}
</style>
background-color css
<style>
a { background-color: #759A1E; }
a { background-color: rgb(117,154,30); }
div.DivClassName
{
background-color: #759A1E;
}
.BgClassName
{
background-color: #759A1E;
}
</style>
border-color css
<style>
span { border-color: #759A1E; }
span { border-color: rgb(117,154,30); }
td.TdClassName
{
border-color: #759A1E;
}
.TagClassName
{
border-color: #759A1E;
}
</style>