Shades of Olive Drab #779518
Tints of Olive Drab #779518
RGB
CMYK
RGB Variations
Color information
#779518 (or 0x779518) is known color: Olive Drab. HEX triplet: 77, 95 and 18. RGB value is (119,149,24). Sum of RGB (Red+Green+Blue) = 119+149+24=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #779518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779518 is #886AE7. Grayscale: #7E7E7E. Windows color (decimal): -8940264 or 1611127. OLE color: 1611127.
HSL color Cylindrical-coordinate representation of color #779518: hue angle of 74.4º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #779518 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 149 | 24 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.42 |
| HSL | 74.4º | 0.72% | 0.34% | - |
| HSV(B) | 74.4º | 0.84% | 0.58% | - |
| XYZ | 18.52 | 25.48 | 4.81 | - |
| YUV | 125.78 | 70.56 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 24 | 0.20 | 0 | 0.84 | 0.42 | 74.4 | 0.72 | 0.34 |
| Hex | 77 | 95 | 18 | 14 | 0 | 54 | 2A | 4A | 48 | 22 |
| Octal | 167 | 225 | 30 | 24 | 0 | 124 | 52 | 112 | 110 | 42 |
| Binary | 1110111 | 10010101 | 11000 | 10100 | 0 | 1010100 | 101010 | 1001010 | 1001000 | 100010 |
Color Harmonies of #779518
Complementary color
Monochromatic Colors of #779518
Black with #779518
Text Example
Text Example
White with #779518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779518; }
p { color: rgb(119,149,24); }
H1.HeaderClassName
{
color: #779518;
}
.AnyTagClassName
{
color: #779518;
}
</style>
background-color css
<style>
a { background-color: #779518; }
a { background-color: rgb(119,149,24); }
div.DivClassName
{
background-color: #779518;
}
.BgClassName
{
background-color: #779518;
}
</style>
border-color css
<style>
span { border-color: #779518; }
span { border-color: rgb(119,149,24); }
td.TdClassName
{
border-color: #779518;
}
.TagClassName
{
border-color: #779518;
}
</style>