Shades of Olivetone #787621
Tints of Olivetone #787621
RGB
CMYK
RGB Variations
Color information
#787621 (or 0x787621) is known color: Olivetone. HEX triplet: 78, 76 and 21. RGB value is (120,118,33). Sum of RGB (Red+Green+Blue) = 120+118+33=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #787621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787621 is #8789DE. Grayscale: #6D6D6D. Windows color (decimal): -8882655 or 2193016. OLE color: 2193016.
HSL color Cylindrical-coordinate representation of color #787621: hue angle of 58.62º degrees, saturation: 0.57, 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 #787621 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 33 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.53 |
| HSL | 58.62º | 0.57% | 0.3% | - |
| HSV(B) | 58.62º | 0.73% | 0.47% | - |
| XYZ | 14.5 | 17.06 | 3.97 | - |
| YUV | 108.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 33 | 0 | 0.02 | 0.72 | 0.53 | 58.62 | 0.57 | 0.3 |
| Hex | 78 | 76 | 21 | 0 | 2 | 48 | 35 | 3B | 39 | 1E |
| Octal | 170 | 166 | 41 | 0 | 2 | 110 | 65 | 73 | 71 | 36 |
| Binary | 1111000 | 1110110 | 100001 | 0 | 10 | 1001000 | 110101 | 111011 | 111001 | 11110 |
Color Harmonies of #787621
Complementary color
Monochromatic Colors of #787621
Black with #787621
Text Example
Text Example
White with #787621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787621; }
p { color: rgb(120,118,33); }
H1.HeaderClassName
{
color: #787621;
}
.AnyTagClassName
{
color: #787621;
}
</style>
background-color css
<style>
a { background-color: #787621; }
a { background-color: rgb(120,118,33); }
div.DivClassName
{
background-color: #787621;
}
.BgClassName
{
background-color: #787621;
}
</style>
border-color css
<style>
span { border-color: #787621; }
span { border-color: rgb(120,118,33); }
td.TdClassName
{
border-color: #787621;
}
.TagClassName
{
border-color: #787621;
}
</style>