Shades of Olivetone #787920
Tints of Olivetone #787920
RGB
CMYK
RGB Variations
Color information
#787920 (or 0x787920) is known color: Olivetone. HEX triplet: 78, 79 and 20. RGB value is (120,121,32). Sum of RGB (Red+Green+Blue) = 120+121+32=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 121 - color contains mainly: green. Hex color #787920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787920 is #8786DF. Grayscale: #6E6E6E. Windows color (decimal): -8881888 or 2128248. OLE color: 2128248.
HSL color Cylindrical-coordinate representation of color #787920: hue angle of 60.67º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #787920 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 121 | 32 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.53 |
| HSL | 60.67º | 0.58% | 0.3% | - |
| HSV(B) | 60.67º | 0.74% | 0.47% | - |
| XYZ | 14.84 | 17.77 | 4.01 | - |
| YUV | 110.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 32 | 0.01 | 0 | 0.74 | 0.53 | 60.67 | 0.58 | 0.3 |
| Hex | 78 | 79 | 20 | 1 | 0 | 4A | 35 | 3D | 3A | 1E |
| Octal | 170 | 171 | 40 | 1 | 0 | 112 | 65 | 75 | 72 | 36 |
| Binary | 1111000 | 1111001 | 100000 | 1 | 0 | 1001010 | 110101 | 111101 | 111010 | 11110 |
Color Harmonies of #787920
Complementary color
Monochromatic Colors of #787920
Black with #787920
Text Example
Text Example
White with #787920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787920; }
p { color: rgb(120,121,32); }
H1.HeaderClassName
{
color: #787920;
}
.AnyTagClassName
{
color: #787920;
}
</style>
background-color css
<style>
a { background-color: #787920; }
a { background-color: rgb(120,121,32); }
div.DivClassName
{
background-color: #787920;
}
.BgClassName
{
background-color: #787920;
}
</style>
border-color css
<style>
span { border-color: #787920; }
span { border-color: rgb(120,121,32); }
td.TdClassName
{
border-color: #787920;
}
.TagClassName
{
border-color: #787920;
}
</style>