Shades of Olivetone #787520
Tints of Olivetone #787520
RGB
CMYK
RGB Variations
Color information
#787520 (or 0x787520) is known color: Olivetone. HEX triplet: 78, 75 and 20. RGB value is (120,117,32). Sum of RGB (Red+Green+Blue) = 120+117+32=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #787520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787520 is #878ADF. Grayscale: #6C6C6C. Windows color (decimal): -8882912 or 2127224. OLE color: 2127224.
HSL color Cylindrical-coordinate representation of color #787520: hue angle of 57.95º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #787520 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 32 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.53 |
| HSL | 57.95º | 0.58% | 0.3% | - |
| HSV(B) | 57.95º | 0.73% | 0.47% | - |
| XYZ | 14.37 | 16.82 | 3.86 | - |
| YUV | 108.21 | 84.99 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 32 | 0 | 0.02 | 0.73 | 0.53 | 57.95 | 0.58 | 0.3 |
| Hex | 78 | 75 | 20 | 0 | 2 | 49 | 35 | 3A | 3A | 1E |
| Octal | 170 | 165 | 40 | 0 | 2 | 111 | 65 | 72 | 72 | 36 |
| Binary | 1111000 | 1110101 | 100000 | 0 | 10 | 1001001 | 110101 | 111010 | 111010 | 11110 |
Color Harmonies of #787520
Complementary color
Monochromatic Colors of #787520
Black with #787520
Text Example
Text Example
White with #787520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787520; }
p { color: rgb(120,117,32); }
H1.HeaderClassName
{
color: #787520;
}
.AnyTagClassName
{
color: #787520;
}
</style>
background-color css
<style>
a { background-color: #787520; }
a { background-color: rgb(120,117,32); }
div.DivClassName
{
background-color: #787520;
}
.BgClassName
{
background-color: #787520;
}
</style>
border-color css
<style>
span { border-color: #787520; }
span { border-color: rgb(120,117,32); }
td.TdClassName
{
border-color: #787520;
}
.TagClassName
{
border-color: #787520;
}
</style>