Shades of Olive Drab #779116
Tints of Olive Drab #779116
RGB
CMYK
RGB Variations
Color information
#779116 (or 0x779116) is known color: Olive Drab. HEX triplet: 77, 91 and 16. RGB value is (119,145,22). Sum of RGB (Red+Green+Blue) = 119+145+22=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #779116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779116 is #886EE9. Grayscale: #7B7B7B. Windows color (decimal): -8941290 or 1479031. OLE color: 1479031.
HSL color Cylindrical-coordinate representation of color #779116: hue angle of 72.68º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #779116 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 145 | 22 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.43 |
| HSL | 72.68º | 0.74% | 0.33% | - |
| HSV(B) | 72.68º | 0.85% | 0.57% | - |
| XYZ | 17.88 | 24.23 | 4.49 | - |
| YUV | 123.2 | 70.89 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 22 | 0.18 | 0 | 0.85 | 0.43 | 72.68 | 0.74 | 0.33 |
| Hex | 77 | 91 | 16 | 12 | 0 | 55 | 2B | 49 | 4A | 21 |
| Octal | 167 | 221 | 26 | 22 | 0 | 125 | 53 | 111 | 112 | 41 |
| Binary | 1110111 | 10010001 | 10110 | 10010 | 0 | 1010101 | 101011 | 1001001 | 1001010 | 100001 |
Color Harmonies of #779116
Complementary color
Monochromatic Colors of #779116
Black with #779116
Text Example
Text Example
White with #779116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779116; }
p { color: rgb(119,145,22); }
H1.HeaderClassName
{
color: #779116;
}
.AnyTagClassName
{
color: #779116;
}
</style>
background-color css
<style>
a { background-color: #779116; }
a { background-color: rgb(119,145,22); }
div.DivClassName
{
background-color: #779116;
}
.BgClassName
{
background-color: #779116;
}
</style>
border-color css
<style>
span { border-color: #779116; }
span { border-color: rgb(119,145,22); }
td.TdClassName
{
border-color: #779116;
}
.TagClassName
{
border-color: #779116;
}
</style>