Shades of Olive #777E11
Tints of Olive #777E11
RGB
CMYK
RGB Variations
Color information
#777E11 (or 0x777E11) is known color: Olive. HEX triplet: 77, 7E and 11. RGB value is (119,126,17). Sum of RGB (Red+Green+Blue) = 119+126+17=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 126 (49.61% from 255 or 48.09% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 126 - color contains mainly: green. Hex color #777E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777E11 is #8881EE. Grayscale: #6F6F6F. Windows color (decimal): -8946159 or 1146487. OLE color: 1146487.
HSL color Cylindrical-coordinate representation of color #777E11: hue angle of 63.85º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #777E11 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 126 | 17 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.51 |
| HSL | 63.85º | 0.76% | 0.28% | - |
| HSV(B) | 63.85º | 0.87% | 0.49% | - |
| XYZ | 15.17 | 18.88 | 3.38 | - |
| YUV | 111.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 17 | 0.06 | 0 | 0.87 | 0.51 | 63.85 | 0.76 | 0.28 |
| Hex | 77 | 7E | 11 | 6 | 0 | 57 | 33 | 40 | 4C | 1C |
| Octal | 167 | 176 | 21 | 6 | 0 | 127 | 63 | 100 | 114 | 34 |
| Binary | 1110111 | 1111110 | 10001 | 110 | 0 | 1010111 | 110011 | 1000000 | 1001100 | 11100 |
Color Harmonies of #777E11
Complementary color
Monochromatic Colors of #777E11
Black with #777E11
Text Example
Text Example
White with #777E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777E11; }
p { color: rgb(119,126,17); }
H1.HeaderClassName
{
color: #777E11;
}
.AnyTagClassName
{
color: #777E11;
}
</style>
background-color css
<style>
a { background-color: #777E11; }
a { background-color: rgb(119,126,17); }
div.DivClassName
{
background-color: #777E11;
}
.BgClassName
{
background-color: #777E11;
}
</style>
border-color css
<style>
span { border-color: #777E11; }
span { border-color: rgb(119,126,17); }
td.TdClassName
{
border-color: #777E11;
}
.TagClassName
{
border-color: #777E11;
}
</style>