Shades of Olive #776C00
Tints of Olive #776C00
RGB
CMYK
RGB Variations
Color information
#776C00 (or 0x776C00) is known color: Olive. HEX triplet: 77, 6C and 00. RGB value is (119,108,0). Sum of RGB (Red+Green+Blue) = 119+108+0=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #776C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776C00 is #8893FF. Grayscale: #636363. Windows color (decimal): -8950784 or 27767. OLE color: 27767.
HSL color Cylindrical-coordinate representation of color #776C00: hue angle of 54.45º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #776C00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.53 |
| HSL | 54.45º | 1% | 0.23% | - |
| HSV(B) | 54.45º | 1% | 0.47% | - |
| XYZ | 12.97 | 14.65 | 2.14 | - |
| YUV | 98.98 | 72.14 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 0 | 0 | 0.09 | 1 | 0.53 | 54.45 | 1 | 0.23 |
| Hex | 77 | 6C | 0 | 0 | 9 | 64 | 35 | 36 | 64 | 17 |
| Octal | 167 | 154 | 0 | 0 | 11 | 144 | 65 | 66 | 144 | 27 |
| Binary | 1110111 | 1101100 | 0 | 0 | 1001 | 1100100 | 110101 | 110110 | 1100100 | 10111 |
Color Harmonies of #776C00
Complementary color
Monochromatic Colors of #776C00
Black with #776C00
Text Example
Text Example
White with #776C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C00; }
p { color: rgb(119,108,0); }
H1.HeaderClassName
{
color: #776C00;
}
.AnyTagClassName
{
color: #776C00;
}
</style>
background-color css
<style>
a { background-color: #776C00; }
a { background-color: rgb(119,108,0); }
div.DivClassName
{
background-color: #776C00;
}
.BgClassName
{
background-color: #776C00;
}
</style>
border-color css
<style>
span { border-color: #776C00; }
span { border-color: rgb(119,108,0); }
td.TdClassName
{
border-color: #776C00;
}
.TagClassName
{
border-color: #776C00;
}
</style>