Shades of Olive #776C0C
Tints of Olive #776C0C
RGB
CMYK
RGB Variations
Color information
#776C0C (or 0x776C0C) is known color: Olive. HEX triplet: 77, 6C and 0C. RGB value is (119,108,12). Sum of RGB (Red+Green+Blue) = 119+108+12=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #776C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776C0C is #8893F3. Grayscale: #646464. Windows color (decimal): -8950772 or 814199. OLE color: 814199.
HSL color Cylindrical-coordinate representation of color #776C0C: hue angle of 53.83º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #776C0C is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 12 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.53 |
| HSL | 53.83º | 0.82% | 0.26% | - |
| HSV(B) | 53.83º | 0.9% | 0.47% | - |
| XYZ | 13.04 | 14.67 | 2.49 | - |
| YUV | 100.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 12 | 0 | 0.09 | 0.90 | 0.53 | 53.83 | 0.82 | 0.26 |
| Hex | 77 | 6C | C | 0 | 9 | 5A | 35 | 36 | 52 | 1A |
| Octal | 167 | 154 | 14 | 0 | 11 | 132 | 65 | 66 | 122 | 32 |
| Binary | 1110111 | 1101100 | 1100 | 0 | 1001 | 1011010 | 110101 | 110110 | 1010010 | 11010 |
Color Harmonies of #776C0C
Complementary color
Monochromatic Colors of #776C0C
Black with #776C0C
Text Example
Text Example
White with #776C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C0C; }
p { color: rgb(119,108,12); }
H1.HeaderClassName
{
color: #776C0C;
}
.AnyTagClassName
{
color: #776C0C;
}
</style>
background-color css
<style>
a { background-color: #776C0C; }
a { background-color: rgb(119,108,12); }
div.DivClassName
{
background-color: #776C0C;
}
.BgClassName
{
background-color: #776C0C;
}
</style>
border-color css
<style>
span { border-color: #776C0C; }
span { border-color: rgb(119,108,12); }
td.TdClassName
{
border-color: #776C0C;
}
.TagClassName
{
border-color: #776C0C;
}
</style>