Shades of Olive Drab #759221
Tints of Olive Drab #759221
RGB
CMYK
RGB Variations
Color information
#759221 (or 0x759221) is known color: Olive Drab. HEX triplet: 75, 92 and 21. RGB value is (117,146,33). Sum of RGB (Red+Green+Blue) = 117+146+33=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #759221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759221 is #8A6DDE. Grayscale: #7C7C7C. Windows color (decimal): -9072095 or 2200181. OLE color: 2200181.
HSL color Cylindrical-coordinate representation of color #759221: hue angle of 75.4º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #759221 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 146 | 33 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.43 |
| HSL | 75.4º | 0.63% | 0.35% | - |
| HSV(B) | 75.4º | 0.77% | 0.57% | - |
| XYZ | 17.89 | 24.45 | 5.22 | - |
| YUV | 124.45 | 76.39 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 33 | 0.20 | 0 | 0.77 | 0.43 | 75.4 | 0.63 | 0.35 |
| Hex | 75 | 92 | 21 | 14 | 0 | 4D | 2B | 4B | 3F | 23 |
| Octal | 165 | 222 | 41 | 24 | 0 | 115 | 53 | 113 | 77 | 43 |
| Binary | 1110101 | 10010010 | 100001 | 10100 | 0 | 1001101 | 101011 | 1001011 | 111111 | 100011 |
Color Harmonies of #759221
Complementary color
Monochromatic Colors of #759221
Black with #759221
Text Example
Text Example
White with #759221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759221; }
p { color: rgb(117,146,33); }
H1.HeaderClassName
{
color: #759221;
}
.AnyTagClassName
{
color: #759221;
}
</style>
background-color css
<style>
a { background-color: #759221; }
a { background-color: rgb(117,146,33); }
div.DivClassName
{
background-color: #759221;
}
.BgClassName
{
background-color: #759221;
}
</style>
border-color css
<style>
span { border-color: #759221; }
span { border-color: rgb(117,146,33); }
td.TdClassName
{
border-color: #759221;
}
.TagClassName
{
border-color: #759221;
}
</style>