Shades of Olivetone #787825
Tints of Olivetone #787825
RGB
CMYK
RGB Variations
Color information
#787825 (or 0x787825) is known color: Olivetone. HEX triplet: 78, 78 and 25. RGB value is (120,120,37). Sum of RGB (Red+Green+Blue) = 120+120+37=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787825 is #8787DA. Grayscale: #6E6E6E. Windows color (decimal): -8882139 or 2455672. OLE color: 2455672.
HSL color Cylindrical-coordinate representation of color #787825: hue angle of 60º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #787825 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 120 | 37 | - |
| CMYK | 0 | 0 | 0.69 | 0.53 |
| HSL | 60º | 0.53% | 0.31% | - |
| HSV(B) | 60º | 0.69% | 0.47% | - |
| XYZ | 14.8 | 17.56 | 4.36 | - |
| YUV | 110.54 | 86.5 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 37 | 0 | 0 | 0.69 | 0.53 | 60 | 0.53 | 0.31 |
| Hex | 78 | 78 | 25 | 0 | 0 | 45 | 35 | 3C | 35 | 1F |
| Octal | 170 | 170 | 45 | 0 | 0 | 105 | 65 | 74 | 65 | 37 |
| Binary | 1111000 | 1111000 | 100101 | 0 | 0 | 1000101 | 110101 | 111100 | 110101 | 11111 |
Color Harmonies of #787825
Complementary color
Monochromatic Colors of #787825
Black with #787825
Text Example
Text Example
White with #787825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787825; }
p { color: rgb(120,120,37); }
H1.HeaderClassName
{
color: #787825;
}
.AnyTagClassName
{
color: #787825;
}
</style>
background-color css
<style>
a { background-color: #787825; }
a { background-color: rgb(120,120,37); }
div.DivClassName
{
background-color: #787825;
}
.BgClassName
{
background-color: #787825;
}
</style>
border-color css
<style>
span { border-color: #787825; }
span { border-color: rgb(120,120,37); }
td.TdClassName
{
border-color: #787825;
}
.TagClassName
{
border-color: #787825;
}
</style>