Shades of Olivetone #776C20
Tints of Olivetone #776C20
RGB
CMYK
RGB Variations
Color information
#776C20 (or 0x776C20) is known color: Olivetone. HEX triplet: 77, 6C and 20. RGB value is (119,108,32). Sum of RGB (Red+Green+Blue) = 119+108+32=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #776C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C20 is #8893DF. Grayscale: #666666. Windows color (decimal): -8950752 or 2124919. OLE color: 2124919.
HSL color Cylindrical-coordinate representation of color #776C20: hue angle of 52.41º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #776C20 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 32 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.53 |
| HSL | 52.41º | 0.58% | 0.3% | - |
| HSV(B) | 52.41º | 0.73% | 0.47% | - |
| XYZ | 13.23 | 14.75 | 3.52 | - |
| YUV | 102.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 32 | 0 | 0.09 | 0.73 | 0.53 | 52.41 | 0.58 | 0.3 |
| Hex | 77 | 6C | 20 | 0 | 9 | 49 | 35 | 34 | 3A | 1E |
| Octal | 167 | 154 | 40 | 0 | 11 | 111 | 65 | 64 | 72 | 36 |
| Binary | 1110111 | 1101100 | 100000 | 0 | 1001 | 1001001 | 110101 | 110100 | 111010 | 11110 |
Color Harmonies of #776C20
Complementary color
Monochromatic Colors of #776C20
Black with #776C20
Text Example
Text Example
White with #776C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C20; }
p { color: rgb(119,108,32); }
H1.HeaderClassName
{
color: #776C20;
}
.AnyTagClassName
{
color: #776C20;
}
</style>
background-color css
<style>
a { background-color: #776C20; }
a { background-color: rgb(119,108,32); }
div.DivClassName
{
background-color: #776C20;
}
.BgClassName
{
background-color: #776C20;
}
</style>
border-color css
<style>
span { border-color: #776C20; }
span { border-color: rgb(119,108,32); }
td.TdClassName
{
border-color: #776C20;
}
.TagClassName
{
border-color: #776C20;
}
</style>