Shades of Olive #777611
Tints of Olive #777611
RGB
CMYK
RGB Variations
Color information
#777611 (or 0x777611) is known color: Olive. HEX triplet: 77, 76 and 11. RGB value is (119,118,17). Sum of RGB (Red+Green+Blue) = 119+118+17=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #777611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777611 is #8889EE. Grayscale: #6B6B6B. Windows color (decimal): -8948207 or 1144439. OLE color: 1144439.
HSL color Cylindrical-coordinate representation of color #777611: hue angle of 59.41º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #777611 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 17 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.53 |
| HSL | 59.41º | 0.75% | 0.27% | - |
| HSV(B) | 59.41º | 0.86% | 0.47% | - |
| XYZ | 14.19 | 16.92 | 3.05 | - |
| YUV | 106.79 | 77.33 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 17 | 0 | 0.01 | 0.86 | 0.53 | 59.41 | 0.75 | 0.27 |
| Hex | 77 | 76 | 11 | 0 | 1 | 56 | 35 | 3B | 4B | 1B |
| Octal | 167 | 166 | 21 | 0 | 1 | 126 | 65 | 73 | 113 | 33 |
| Binary | 1110111 | 1110110 | 10001 | 0 | 1 | 1010110 | 110101 | 111011 | 1001011 | 11011 |
Color Harmonies of #777611
Complementary color
Monochromatic Colors of #777611
Black with #777611
Text Example
Text Example
White with #777611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777611; }
p { color: rgb(119,118,17); }
H1.HeaderClassName
{
color: #777611;
}
.AnyTagClassName
{
color: #777611;
}
</style>
background-color css
<style>
a { background-color: #777611; }
a { background-color: rgb(119,118,17); }
div.DivClassName
{
background-color: #777611;
}
.BgClassName
{
background-color: #777611;
}
</style>
border-color css
<style>
span { border-color: #777611; }
span { border-color: rgb(119,118,17); }
td.TdClassName
{
border-color: #777611;
}
.TagClassName
{
border-color: #777611;
}
</style>