Shades of Olivetone #776D15
Tints of Olivetone #776D15
RGB
CMYK
RGB Variations
Color information
#776D15 (or 0x776D15) is known color: Olivetone. HEX triplet: 77, 6D and 15. RGB value is (119,109,21). Sum of RGB (Red+Green+Blue) = 119+109+21=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #776D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776D15 is #8892EA. Grayscale: #666666. Windows color (decimal): -8950507 or 1404279. OLE color: 1404279.
HSL color Cylindrical-coordinate representation of color #776D15: hue angle of 53.88º 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 #776D15 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 21 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.53 |
| HSL | 53.88º | 0.7% | 0.27% | - |
| HSV(B) | 53.88º | 0.82% | 0.47% | - |
| XYZ | 13.21 | 14.91 | 2.89 | - |
| YUV | 101.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 21 | 0 | 0.08 | 0.82 | 0.53 | 53.88 | 0.7 | 0.27 |
| Hex | 77 | 6D | 15 | 0 | 8 | 52 | 35 | 36 | 46 | 1B |
| Octal | 167 | 155 | 25 | 0 | 10 | 122 | 65 | 66 | 106 | 33 |
| Binary | 1110111 | 1101101 | 10101 | 0 | 1000 | 1010010 | 110101 | 110110 | 1000110 | 11011 |
Color Harmonies of #776D15
Complementary color
Monochromatic Colors of #776D15
Black with #776D15
Text Example
Text Example
White with #776D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D15; }
p { color: rgb(119,109,21); }
H1.HeaderClassName
{
color: #776D15;
}
.AnyTagClassName
{
color: #776D15;
}
</style>
background-color css
<style>
a { background-color: #776D15; }
a { background-color: rgb(119,109,21); }
div.DivClassName
{
background-color: #776D15;
}
.BgClassName
{
background-color: #776D15;
}
</style>
border-color css
<style>
span { border-color: #776D15; }
span { border-color: rgb(119,109,21); }
td.TdClassName
{
border-color: #776D15;
}
.TagClassName
{
border-color: #776D15;
}
</style>