Shades of Olivetone #78761E
Tints of Olivetone #78761E
RGB
CMYK
RGB Variations
Color information
#78761E (or 0x78761E) is known color: Olivetone. HEX triplet: 78, 76 and 1E. RGB value is (120,118,30). Sum of RGB (Red+Green+Blue) = 120+118+30=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #78761E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78761E is #8789E1. Grayscale: #6C6C6C. Windows color (decimal): -8882658 or 1996408. OLE color: 1996408.
HSL color Cylindrical-coordinate representation of color #78761E: hue angle of 58.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78761E is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 30 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.53 |
| HSL | 58.67º | 0.6% | 0.29% | - |
| HSV(B) | 58.67º | 0.75% | 0.47% | - |
| XYZ | 14.46 | 17.04 | 3.76 | - |
| YUV | 108.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 30 | 0 | 0.02 | 0.75 | 0.53 | 58.67 | 0.6 | 0.29 |
| Hex | 78 | 76 | 1E | 0 | 2 | 4B | 35 | 3B | 3C | 1D |
| Octal | 170 | 166 | 36 | 0 | 2 | 113 | 65 | 73 | 74 | 35 |
| Binary | 1111000 | 1110110 | 11110 | 0 | 10 | 1001011 | 110101 | 111011 | 111100 | 11101 |
Color Harmonies of #78761E
Complementary color
Monochromatic Colors of #78761E
Black with #78761E
Text Example
Text Example
White with #78761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78761E; }
p { color: rgb(120,118,30); }
H1.HeaderClassName
{
color: #78761E;
}
.AnyTagClassName
{
color: #78761E;
}
</style>
background-color css
<style>
a { background-color: #78761E; }
a { background-color: rgb(120,118,30); }
div.DivClassName
{
background-color: #78761E;
}
.BgClassName
{
background-color: #78761E;
}
</style>
border-color css
<style>
span { border-color: #78761E; }
span { border-color: rgb(120,118,30); }
td.TdClassName
{
border-color: #78761E;
}
.TagClassName
{
border-color: #78761E;
}
</style>