Shades of Olive Drab #779520
Tints of Olive Drab #779520
RGB
CMYK
RGB Variations
Color information
#779520 (or 0x779520) is known color: Olive Drab. HEX triplet: 77, 95 and 20. RGB value is (119,149,32). Sum of RGB (Red+Green+Blue) = 119+149+32=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #779520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779520 is #886ADF. Grayscale: #7F7F7F. Windows color (decimal): -8940256 or 2135415. OLE color: 2135415.
HSL color Cylindrical-coordinate representation of color #779520: hue angle of 75.38º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #779520 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 149 | 32 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.42 |
| HSL | 75.38º | 0.65% | 0.35% | - |
| HSV(B) | 75.38º | 0.79% | 0.58% | - |
| XYZ | 18.62 | 25.52 | 5.31 | - |
| YUV | 126.69 | 74.56 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 32 | 0.20 | 0 | 0.79 | 0.42 | 75.38 | 0.65 | 0.35 |
| Hex | 77 | 95 | 20 | 14 | 0 | 4F | 2A | 4B | 41 | 23 |
| Octal | 167 | 225 | 40 | 24 | 0 | 117 | 52 | 113 | 101 | 43 |
| Binary | 1110111 | 10010101 | 100000 | 10100 | 0 | 1001111 | 101010 | 1001011 | 1000001 | 100011 |
Color Harmonies of #779520
Complementary color
Monochromatic Colors of #779520
Black with #779520
Text Example
Text Example
White with #779520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779520; }
p { color: rgb(119,149,32); }
H1.HeaderClassName
{
color: #779520;
}
.AnyTagClassName
{
color: #779520;
}
</style>
background-color css
<style>
a { background-color: #779520; }
a { background-color: rgb(119,149,32); }
div.DivClassName
{
background-color: #779520;
}
.BgClassName
{
background-color: #779520;
}
</style>
border-color css
<style>
span { border-color: #779520; }
span { border-color: rgb(119,149,32); }
td.TdClassName
{
border-color: #779520;
}
.TagClassName
{
border-color: #779520;
}
</style>