Shades of Olivetone #786E15
Tints of Olivetone #786E15
RGB
CMYK
RGB Variations
Color information
#786E15 (or 0x786E15) is known color: Olivetone. HEX triplet: 78, 6E and 15. RGB value is (120,110,21). Sum of RGB (Red+Green+Blue) = 120+110+21=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #786E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786E15 is #8791EA. Grayscale: #676767. Windows color (decimal): -8884715 or 1404536. OLE color: 1404536.
HSL color Cylindrical-coordinate representation of color #786E15: hue angle of 53.94º degrees, saturation: 0.7, 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 #786E15 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 110 | 21 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.53 |
| HSL | 53.94º | 0.7% | 0.28% | - |
| HSV(B) | 53.94º | 0.83% | 0.47% | - |
| XYZ | 13.46 | 15.2 | 2.93 | - |
| YUV | 102.84 | 81.81 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 21 | 0 | 0.08 | 0.83 | 0.53 | 53.94 | 0.7 | 0.28 |
| Hex | 78 | 6E | 15 | 0 | 8 | 53 | 35 | 36 | 46 | 1C |
| Octal | 170 | 156 | 25 | 0 | 10 | 123 | 65 | 66 | 106 | 34 |
| Binary | 1111000 | 1101110 | 10101 | 0 | 1000 | 1010011 | 110101 | 110110 | 1000110 | 11100 |
Color Harmonies of #786E15
Complementary color
Monochromatic Colors of #786E15
Black with #786E15
Text Example
Text Example
White with #786E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786E15; }
p { color: rgb(120,110,21); }
H1.HeaderClassName
{
color: #786E15;
}
.AnyTagClassName
{
color: #786E15;
}
</style>
background-color css
<style>
a { background-color: #786E15; }
a { background-color: rgb(120,110,21); }
div.DivClassName
{
background-color: #786E15;
}
.BgClassName
{
background-color: #786E15;
}
</style>
border-color css
<style>
span { border-color: #786E15; }
span { border-color: rgb(120,110,21); }
td.TdClassName
{
border-color: #786E15;
}
.TagClassName
{
border-color: #786E15;
}
</style>