Shades of Olivetone #787222
Tints of Olivetone #787222
RGB
CMYK
RGB Variations
Color information
#787222 (or 0x787222) is known color: Olivetone. HEX triplet: 78, 72 and 22. RGB value is (120,114,34). Sum of RGB (Red+Green+Blue) = 120+114+34=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #787222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787222 is #878DDD. Grayscale: #6A6A6A. Windows color (decimal): -8883678 or 2257528. OLE color: 2257528.
HSL color Cylindrical-coordinate representation of color #787222: hue angle of 55.81º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #787222 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 114 | 34 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.53 |
| HSL | 55.81º | 0.56% | 0.3% | - |
| HSV(B) | 55.81º | 0.72% | 0.47% | - |
| XYZ | 14.05 | 16.14 | 3.89 | - |
| YUV | 106.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 34 | 0 | 0.05 | 0.72 | 0.53 | 55.81 | 0.56 | 0.3 |
| Hex | 78 | 72 | 22 | 0 | 5 | 48 | 35 | 38 | 38 | 1E |
| Octal | 170 | 162 | 42 | 0 | 5 | 110 | 65 | 70 | 70 | 36 |
| Binary | 1111000 | 1110010 | 100010 | 0 | 101 | 1001000 | 110101 | 111000 | 111000 | 11110 |
Color Harmonies of #787222
Complementary color
Monochromatic Colors of #787222
Black with #787222
Text Example
Text Example
White with #787222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787222; }
p { color: rgb(120,114,34); }
H1.HeaderClassName
{
color: #787222;
}
.AnyTagClassName
{
color: #787222;
}
</style>
background-color css
<style>
a { background-color: #787222; }
a { background-color: rgb(120,114,34); }
div.DivClassName
{
background-color: #787222;
}
.BgClassName
{
background-color: #787222;
}
</style>
border-color css
<style>
span { border-color: #787222; }
span { border-color: rgb(120,114,34); }
td.TdClassName
{
border-color: #787222;
}
.TagClassName
{
border-color: #787222;
}
</style>