Shades of Olive #776E0B
Tints of Olive #776E0B
RGB
CMYK
RGB Variations
Color information
#776E0B (or 0x776E0B) is known color: Olive. HEX triplet: 77, 6E and 0B. RGB value is (119,110,11). Sum of RGB (Red+Green+Blue) = 119+110+11=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #776E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776E0B is #8891F4. Grayscale: #656565. Windows color (decimal): -8950261 or 749175. OLE color: 749175.
HSL color Cylindrical-coordinate representation of color #776E0B: hue angle of 55º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #776E0B is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 11 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.53 |
| HSL | 55º | 0.83% | 0.25% | - |
| HSV(B) | 55º | 0.91% | 0.47% | - |
| XYZ | 13.24 | 15.1 | 2.53 | - |
| YUV | 101.41 | 76.98 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 11 | 0 | 0.08 | 0.91 | 0.53 | 55 | 0.83 | 0.25 |
| Hex | 77 | 6E | B | 0 | 8 | 5B | 35 | 37 | 53 | 19 |
| Octal | 167 | 156 | 13 | 0 | 10 | 133 | 65 | 67 | 123 | 31 |
| Binary | 1110111 | 1101110 | 1011 | 0 | 1000 | 1011011 | 110101 | 110111 | 1010011 | 11001 |
Color Harmonies of #776E0B
Complementary color
Monochromatic Colors of #776E0B
Black with #776E0B
Text Example
Text Example
White with #776E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E0B; }
p { color: rgb(119,110,11); }
H1.HeaderClassName
{
color: #776E0B;
}
.AnyTagClassName
{
color: #776E0B;
}
</style>
background-color css
<style>
a { background-color: #776E0B; }
a { background-color: rgb(119,110,11); }
div.DivClassName
{
background-color: #776E0B;
}
.BgClassName
{
background-color: #776E0B;
}
</style>
border-color css
<style>
span { border-color: #776E0B; }
span { border-color: rgb(119,110,11); }
td.TdClassName
{
border-color: #776E0B;
}
.TagClassName
{
border-color: #776E0B;
}
</style>