Shades of Olive Drab #759921
Tints of Olive Drab #759921
RGB
CMYK
RGB Variations
Color information
#759921 (or 0x759921) is known color: Olive Drab. HEX triplet: 75, 99 and 21. RGB value is (117,153,33). Sum of RGB (Red+Green+Blue) = 117+153+33=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #759921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759921 is #8A66DE. Grayscale: #818181. Windows color (decimal): -9070303 or 2201973. OLE color: 2201973.
HSL color Cylindrical-coordinate representation of color #759921: hue angle of 78º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #759921 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 33 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.4 |
| HSL | 78º | 0.65% | 0.36% | - |
| HSV(B) | 78º | 0.78% | 0.6% | - |
| XYZ | 19 | 26.67 | 5.59 | - |
| YUV | 128.56 | 74.07 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 33 | 0.24 | 0 | 0.78 | 0.4 | 78 | 0.65 | 0.36 |
| Hex | 75 | 99 | 21 | 18 | 0 | 4E | 28 | 4E | 41 | 24 |
| Octal | 165 | 231 | 41 | 30 | 0 | 116 | 50 | 116 | 101 | 44 |
| Binary | 1110101 | 10011001 | 100001 | 11000 | 0 | 1001110 | 101000 | 1001110 | 1000001 | 100100 |
Color Harmonies of #759921
Complementary color
Monochromatic Colors of #759921
Black with #759921
Text Example
Text Example
White with #759921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759921; }
p { color: rgb(117,153,33); }
H1.HeaderClassName
{
color: #759921;
}
.AnyTagClassName
{
color: #759921;
}
</style>
background-color css
<style>
a { background-color: #759921; }
a { background-color: rgb(117,153,33); }
div.DivClassName
{
background-color: #759921;
}
.BgClassName
{
background-color: #759921;
}
</style>
border-color css
<style>
span { border-color: #759921; }
span { border-color: rgb(117,153,33); }
td.TdClassName
{
border-color: #759921;
}
.TagClassName
{
border-color: #759921;
}
</style>