Shades of Olivetone #787119
Tints of Olivetone #787119
RGB
CMYK
RGB Variations
Color information
#787119 (or 0x787119) is known color: Olivetone. HEX triplet: 78, 71 and 19. RGB value is (120,113,25). Sum of RGB (Red+Green+Blue) = 120+113+25=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #787119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787119 is #878EE6. Grayscale: #696969. Windows color (decimal): -8883943 or 1667448. OLE color: 1667448.
HSL color Cylindrical-coordinate representation of color #787119: hue angle of 55.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #787119 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 25 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.53 |
| HSL | 55.58º | 0.66% | 0.28% | - |
| HSV(B) | 55.58º | 0.79% | 0.47% | - |
| XYZ | 13.83 | 15.87 | 3.25 | - |
| YUV | 105.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 25 | 0 | 0.06 | 0.79 | 0.53 | 55.58 | 0.66 | 0.28 |
| Hex | 78 | 71 | 19 | 0 | 6 | 4F | 35 | 38 | 42 | 1C |
| Octal | 170 | 161 | 31 | 0 | 6 | 117 | 65 | 70 | 102 | 34 |
| Binary | 1111000 | 1110001 | 11001 | 0 | 110 | 1001111 | 110101 | 111000 | 1000010 | 11100 |
Color Harmonies of #787119
Complementary color
Monochromatic Colors of #787119
Black with #787119
Text Example
Text Example
White with #787119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787119; }
p { color: rgb(120,113,25); }
H1.HeaderClassName
{
color: #787119;
}
.AnyTagClassName
{
color: #787119;
}
</style>
background-color css
<style>
a { background-color: #787119; }
a { background-color: rgb(120,113,25); }
div.DivClassName
{
background-color: #787119;
}
.BgClassName
{
background-color: #787119;
}
</style>
border-color css
<style>
span { border-color: #787119; }
span { border-color: rgb(120,113,25); }
td.TdClassName
{
border-color: #787119;
}
.TagClassName
{
border-color: #787119;
}
</style>