Shades of Olivetone #777616
Tints of Olivetone #777616
RGB
CMYK
RGB Variations
Color information
#777616 (or 0x777616) is known color: Olivetone. HEX triplet: 77, 76 and 16. RGB value is (119,118,22). Sum of RGB (Red+Green+Blue) = 119+118+22=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #777616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777616 is #8889E9. Grayscale: #6B6B6B. Windows color (decimal): -8948202 or 1472119. OLE color: 1472119.
HSL color Cylindrical-coordinate representation of color #777616: hue angle of 59.38º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #777616 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 22 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.53 |
| HSL | 59.38º | 0.69% | 0.28% | - |
| HSV(B) | 59.38º | 0.82% | 0.47% | - |
| XYZ | 14.23 | 16.94 | 3.28 | - |
| YUV | 107.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 22 | 0 | 0.01 | 0.82 | 0.53 | 59.38 | 0.69 | 0.28 |
| Hex | 77 | 76 | 16 | 0 | 1 | 52 | 35 | 3B | 45 | 1C |
| Octal | 167 | 166 | 26 | 0 | 1 | 122 | 65 | 73 | 105 | 34 |
| Binary | 1110111 | 1110110 | 10110 | 0 | 1 | 1010010 | 110101 | 111011 | 1000101 | 11100 |
Color Harmonies of #777616
Complementary color
Monochromatic Colors of #777616
Black with #777616
Text Example
Text Example
White with #777616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777616; }
p { color: rgb(119,118,22); }
H1.HeaderClassName
{
color: #777616;
}
.AnyTagClassName
{
color: #777616;
}
</style>
background-color css
<style>
a { background-color: #777616; }
a { background-color: rgb(119,118,22); }
div.DivClassName
{
background-color: #777616;
}
.BgClassName
{
background-color: #777616;
}
</style>
border-color css
<style>
span { border-color: #777616; }
span { border-color: rgb(119,118,22); }
td.TdClassName
{
border-color: #777616;
}
.TagClassName
{
border-color: #777616;
}
</style>