Shades of Olivetone #776F11
Tints of Olivetone #776F11
RGB
CMYK
RGB Variations
Color information
#776F11 (or 0x776F11) is known color: Olivetone. HEX triplet: 77, 6F and 11. RGB value is (119,111,17). Sum of RGB (Red+Green+Blue) = 119+111+17=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #776F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F11 is #8890EE. Grayscale: #676767. Windows color (decimal): -8949999 or 1142647. OLE color: 1142647.
HSL color Cylindrical-coordinate representation of color #776F11: hue angle of 55.29º 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 #776F11 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 17 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.53 |
| HSL | 55.29º | 0.75% | 0.27% | - |
| HSV(B) | 55.29º | 0.86% | 0.47% | - |
| XYZ | 13.39 | 15.33 | 2.78 | - |
| YUV | 102.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 17 | 0 | 0.07 | 0.86 | 0.53 | 55.29 | 0.75 | 0.27 |
| Hex | 77 | 6F | 11 | 0 | 7 | 56 | 35 | 37 | 4B | 1B |
| Octal | 167 | 157 | 21 | 0 | 7 | 126 | 65 | 67 | 113 | 33 |
| Binary | 1110111 | 1101111 | 10001 | 0 | 111 | 1010110 | 110101 | 110111 | 1001011 | 11011 |
Color Harmonies of #776F11
Complementary color
Monochromatic Colors of #776F11
Black with #776F11
Text Example
Text Example
White with #776F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F11; }
p { color: rgb(119,111,17); }
H1.HeaderClassName
{
color: #776F11;
}
.AnyTagClassName
{
color: #776F11;
}
</style>
background-color css
<style>
a { background-color: #776F11; }
a { background-color: rgb(119,111,17); }
div.DivClassName
{
background-color: #776F11;
}
.BgClassName
{
background-color: #776F11;
}
</style>
border-color css
<style>
span { border-color: #776F11; }
span { border-color: rgb(119,111,17); }
td.TdClassName
{
border-color: #776F11;
}
.TagClassName
{
border-color: #776F11;
}
</style>