Shades of Olive #776C06
Tints of Olive #776C06
RGB
CMYK
RGB Variations
Color information
#776C06 (or 0x776C06) is known color: Olive. HEX triplet: 77, 6C and 06. RGB value is (119,108,6). Sum of RGB (Red+Green+Blue) = 119+108+6=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #776C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776C06 is #8893F9. Grayscale: #646464. Windows color (decimal): -8950778 or 420983. OLE color: 420983.
HSL color Cylindrical-coordinate representation of color #776C06: hue angle of 54.16º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #776C06 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 6 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.53 |
| HSL | 54.16º | 0.9% | 0.25% | - |
| HSV(B) | 54.16º | 0.95% | 0.47% | - |
| XYZ | 13 | 14.66 | 2.32 | - |
| YUV | 99.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 6 | 0 | 0.09 | 0.95 | 0.53 | 54.16 | 0.9 | 0.25 |
| Hex | 77 | 6C | 6 | 0 | 9 | 5F | 35 | 36 | 5A | 19 |
| Octal | 167 | 154 | 6 | 0 | 11 | 137 | 65 | 66 | 132 | 31 |
| Binary | 1110111 | 1101100 | 110 | 0 | 1001 | 1011111 | 110101 | 110110 | 1011010 | 11001 |
Color Harmonies of #776C06
Complementary color
Monochromatic Colors of #776C06
Black with #776C06
Text Example
Text Example
White with #776C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C06; }
p { color: rgb(119,108,6); }
H1.HeaderClassName
{
color: #776C06;
}
.AnyTagClassName
{
color: #776C06;
}
</style>
background-color css
<style>
a { background-color: #776C06; }
a { background-color: rgb(119,108,6); }
div.DivClassName
{
background-color: #776C06;
}
.BgClassName
{
background-color: #776C06;
}
</style>
border-color css
<style>
span { border-color: #776C06; }
span { border-color: rgb(119,108,6); }
td.TdClassName
{
border-color: #776C06;
}
.TagClassName
{
border-color: #776C06;
}
</style>