Shades of Olive Drab #779221
Tints of Olive Drab #779221
RGB
CMYK
RGB Variations
Color information
#779221 (or 0x779221) is known color: Olive Drab. HEX triplet: 77, 92 and 21. RGB value is (119,146,33). Sum of RGB (Red+Green+Blue) = 119+146+33=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #779221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779221 is #886DDE. Grayscale: #7D7D7D. Windows color (decimal): -8941023 or 2200183. OLE color: 2200183.
HSL color Cylindrical-coordinate representation of color #779221: hue angle of 74.34º 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 #779221 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 146 | 33 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.43 |
| HSL | 74.34º | 0.63% | 0.35% | - |
| HSV(B) | 74.34º | 0.77% | 0.57% | - |
| XYZ | 18.16 | 24.59 | 5.23 | - |
| YUV | 125.05 | 76.05 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 146 | 33 | 0.18 | 0 | 0.77 | 0.43 | 74.34 | 0.63 | 0.35 |
| Hex | 77 | 92 | 21 | 12 | 0 | 4D | 2B | 4A | 3F | 23 |
| Octal | 167 | 222 | 41 | 22 | 0 | 115 | 53 | 112 | 77 | 43 |
| Binary | 1110111 | 10010010 | 100001 | 10010 | 0 | 1001101 | 101011 | 1001010 | 111111 | 100011 |
Color Harmonies of #779221
Complementary color
Monochromatic Colors of #779221
Black with #779221
Text Example
Text Example
White with #779221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779221; }
p { color: rgb(119,146,33); }
H1.HeaderClassName
{
color: #779221;
}
.AnyTagClassName
{
color: #779221;
}
</style>
background-color css
<style>
a { background-color: #779221; }
a { background-color: rgb(119,146,33); }
div.DivClassName
{
background-color: #779221;
}
.BgClassName
{
background-color: #779221;
}
</style>
border-color css
<style>
span { border-color: #779221; }
span { border-color: rgb(119,146,33); }
td.TdClassName
{
border-color: #779221;
}
.TagClassName
{
border-color: #779221;
}
</style>