Shades of Olive Drab #759920
Tints of Olive Drab #759920
RGB
CMYK
RGB Variations
Color information
#759920 (or 0x759920) is known color: Olive Drab. HEX triplet: 75, 99 and 20. RGB value is (117,153,32). Sum of RGB (Red+Green+Blue) = 117+153+32=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #759920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759920 is #8A66DF. Grayscale: #808080. Windows color (decimal): -9070304 or 2136437. OLE color: 2136437.
HSL color Cylindrical-coordinate representation of color #759920: hue angle of 77.85º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #759920 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 32 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.4 |
| HSL | 77.85º | 0.65% | 0.36% | - |
| HSV(B) | 77.85º | 0.79% | 0.6% | - |
| XYZ | 18.99 | 26.67 | 5.51 | - |
| YUV | 128.44 | 73.57 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 32 | 0.24 | 0 | 0.79 | 0.4 | 77.85 | 0.65 | 0.36 |
| Hex | 75 | 99 | 20 | 18 | 0 | 4F | 28 | 4E | 41 | 24 |
| Octal | 165 | 231 | 40 | 30 | 0 | 117 | 50 | 116 | 101 | 44 |
| Binary | 1110101 | 10011001 | 100000 | 11000 | 0 | 1001111 | 101000 | 1001110 | 1000001 | 100100 |
Color Harmonies of #759920
Complementary color
Monochromatic Colors of #759920
Black with #759920
Text Example
Text Example
White with #759920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759920; }
p { color: rgb(117,153,32); }
H1.HeaderClassName
{
color: #759920;
}
.AnyTagClassName
{
color: #759920;
}
</style>
background-color css
<style>
a { background-color: #759920; }
a { background-color: rgb(117,153,32); }
div.DivClassName
{
background-color: #759920;
}
.BgClassName
{
background-color: #759920;
}
</style>
border-color css
<style>
span { border-color: #759920; }
span { border-color: rgb(117,153,32); }
td.TdClassName
{
border-color: #759920;
}
.TagClassName
{
border-color: #759920;
}
</style>