Shades of Olivetone #787619
Tints of Olivetone #787619
RGB
CMYK
RGB Variations
Color information
#787619 (or 0x787619) is known color: Olivetone. HEX triplet: 78, 76 and 19. RGB value is (120,118,25). Sum of RGB (Red+Green+Blue) = 120+118+25=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #787619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787619 is #8789E6. Grayscale: #6C6C6C. Windows color (decimal): -8882663 or 1668728. OLE color: 1668728.
HSL color Cylindrical-coordinate representation of color #787619: hue angle of 58.74º 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 #787619 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 25 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.53 |
| HSL | 58.74º | 0.66% | 0.28% | - |
| HSV(B) | 58.74º | 0.79% | 0.47% | - |
| XYZ | 14.4 | 17.02 | 3.45 | - |
| YUV | 108 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 25 | 0 | 0.02 | 0.79 | 0.53 | 58.74 | 0.66 | 0.28 |
| Hex | 78 | 76 | 19 | 0 | 2 | 4F | 35 | 3B | 42 | 1C |
| Octal | 170 | 166 | 31 | 0 | 2 | 117 | 65 | 73 | 102 | 34 |
| Binary | 1111000 | 1110110 | 11001 | 0 | 10 | 1001111 | 110101 | 111011 | 1000010 | 11100 |
Color Harmonies of #787619
Complementary color
Monochromatic Colors of #787619
Black with #787619
Text Example
Text Example
White with #787619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787619; }
p { color: rgb(120,118,25); }
H1.HeaderClassName
{
color: #787619;
}
.AnyTagClassName
{
color: #787619;
}
</style>
background-color css
<style>
a { background-color: #787619; }
a { background-color: rgb(120,118,25); }
div.DivClassName
{
background-color: #787619;
}
.BgClassName
{
background-color: #787619;
}
</style>
border-color css
<style>
span { border-color: #787619; }
span { border-color: rgb(120,118,25); }
td.TdClassName
{
border-color: #787619;
}
.TagClassName
{
border-color: #787619;
}
</style>