Shades of Olivetone #777615
Tints of Olivetone #777615
RGB
CMYK
RGB Variations
Color information
#777615 (or 0x777615) is known color: Olivetone. HEX triplet: 77, 76 and 15. RGB value is (119,118,21). Sum of RGB (Red+Green+Blue) = 119+118+21=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #777615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777615 is #8889EA. Grayscale: #6B6B6B. Windows color (decimal): -8948203 or 1406583. OLE color: 1406583.
HSL color Cylindrical-coordinate representation of color #777615: hue angle of 59.39º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #777615 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 21 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.53 |
| HSL | 59.39º | 0.7% | 0.27% | - |
| HSV(B) | 59.39º | 0.82% | 0.47% | - |
| XYZ | 14.22 | 16.93 | 3.23 | - |
| YUV | 107.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 21 | 0 | 0.01 | 0.82 | 0.53 | 59.39 | 0.7 | 0.27 |
| Hex | 77 | 76 | 15 | 0 | 1 | 52 | 35 | 3B | 46 | 1B |
| Octal | 167 | 166 | 25 | 0 | 1 | 122 | 65 | 73 | 106 | 33 |
| Binary | 1110111 | 1110110 | 10101 | 0 | 1 | 1010010 | 110101 | 111011 | 1000110 | 11011 |
Color Harmonies of #777615
Complementary color
Monochromatic Colors of #777615
Black with #777615
Text Example
Text Example
White with #777615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777615; }
p { color: rgb(119,118,21); }
H1.HeaderClassName
{
color: #777615;
}
.AnyTagClassName
{
color: #777615;
}
</style>
background-color css
<style>
a { background-color: #777615; }
a { background-color: rgb(119,118,21); }
div.DivClassName
{
background-color: #777615;
}
.BgClassName
{
background-color: #777615;
}
</style>
border-color css
<style>
span { border-color: #777615; }
span { border-color: rgb(119,118,21); }
td.TdClassName
{
border-color: #777615;
}
.TagClassName
{
border-color: #777615;
}
</style>