Shades of Olive Drab #779711
Tints of Olive Drab #779711
RGB
CMYK
RGB Variations
Color information
#779711 (or 0x779711) is known color: Olive Drab. HEX triplet: 77, 97 and 11. RGB value is (119,151,17). Sum of RGB (Red+Green+Blue) = 119+151+17=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #779711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779711 is #8868EE. Grayscale: #7E7E7E. Windows color (decimal): -8939759 or 1152887. OLE color: 1152887.
HSL color Cylindrical-coordinate representation of color #779711: hue angle of 74.33º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #779711 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 151 | 17 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.41 |
| HSL | 74.33º | 0.8% | 0.33% | - |
| HSV(B) | 74.33º | 0.89% | 0.59% | - |
| XYZ | 18.78 | 26.1 | 4.58 | - |
| YUV | 126.16 | 66.4 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 151 | 17 | 0.21 | 0 | 0.89 | 0.41 | 74.33 | 0.8 | 0.33 |
| Hex | 77 | 97 | 11 | 15 | 0 | 59 | 29 | 4A | 50 | 21 |
| Octal | 167 | 227 | 21 | 25 | 0 | 131 | 51 | 112 | 120 | 41 |
| Binary | 1110111 | 10010111 | 10001 | 10101 | 0 | 1011001 | 101001 | 1001010 | 1010000 | 100001 |
Color Harmonies of #779711
Complementary color
Monochromatic Colors of #779711
Black with #779711
Text Example
Text Example
White with #779711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779711; }
p { color: rgb(119,151,17); }
H1.HeaderClassName
{
color: #779711;
}
.AnyTagClassName
{
color: #779711;
}
</style>
background-color css
<style>
a { background-color: #779711; }
a { background-color: rgb(119,151,17); }
div.DivClassName
{
background-color: #779711;
}
.BgClassName
{
background-color: #779711;
}
</style>
border-color css
<style>
span { border-color: #779711; }
span { border-color: rgb(119,151,17); }
td.TdClassName
{
border-color: #779711;
}
.TagClassName
{
border-color: #779711;
}
</style>