Shades of Olivetone #777010
Tints of Olivetone #777010
RGB
CMYK
RGB Variations
Color information
#777010 (or 0x777010) is known color: Olivetone. HEX triplet: 77, 70 and 10. RGB value is (119,112,16). Sum of RGB (Red+Green+Blue) = 119+112+16=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #777010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777010 is #888FEF. Grayscale: #676767. Windows color (decimal): -8949744 or 1077367. OLE color: 1077367.
HSL color Cylindrical-coordinate representation of color #777010: hue angle of 55.92º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #777010 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 16 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.53 |
| HSL | 55.92º | 0.76% | 0.26% | - |
| HSV(B) | 55.92º | 0.87% | 0.47% | - |
| XYZ | 13.5 | 15.55 | 2.78 | - |
| YUV | 103.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 16 | 0 | 0.06 | 0.87 | 0.53 | 55.92 | 0.76 | 0.26 |
| Hex | 77 | 70 | 10 | 0 | 6 | 57 | 35 | 38 | 4C | 1A |
| Octal | 167 | 160 | 20 | 0 | 6 | 127 | 65 | 70 | 114 | 32 |
| Binary | 1110111 | 1110000 | 10000 | 0 | 110 | 1010111 | 110101 | 111000 | 1001100 | 11010 |
Color Harmonies of #777010
Complementary color
Monochromatic Colors of #777010
Black with #777010
Text Example
Text Example
White with #777010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777010; }
p { color: rgb(119,112,16); }
H1.HeaderClassName
{
color: #777010;
}
.AnyTagClassName
{
color: #777010;
}
</style>
background-color css
<style>
a { background-color: #777010; }
a { background-color: rgb(119,112,16); }
div.DivClassName
{
background-color: #777010;
}
.BgClassName
{
background-color: #777010;
}
</style>
border-color css
<style>
span { border-color: #777010; }
span { border-color: rgb(119,112,16); }
td.TdClassName
{
border-color: #777010;
}
.TagClassName
{
border-color: #777010;
}
</style>