Shades of Olivetone #787627
Tints of Olivetone #787627
RGB
CMYK
RGB Variations
Color information
#787627 (or 0x787627) is known color: Olivetone. HEX triplet: 78, 76 and 27. RGB value is (120,118,39). Sum of RGB (Red+Green+Blue) = 120+118+39=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #787627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787627 is #8789D8. Grayscale: #6D6D6D. Windows color (decimal): -8882649 or 2586232. OLE color: 2586232.
HSL color Cylindrical-coordinate representation of color #787627: hue angle of 58.52º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #787627 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 39 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.53 |
| HSL | 58.52º | 0.51% | 0.31% | - |
| HSV(B) | 58.52º | 0.68% | 0.47% | - |
| XYZ | 14.59 | 17.1 | 4.45 | - |
| YUV | 109.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 39 | 0 | 0.02 | 0.67 | 0.53 | 58.52 | 0.51 | 0.31 |
| Hex | 78 | 76 | 27 | 0 | 2 | 43 | 35 | 3B | 33 | 1F |
| Octal | 170 | 166 | 47 | 0 | 2 | 103 | 65 | 73 | 63 | 37 |
| Binary | 1111000 | 1110110 | 100111 | 0 | 10 | 1000011 | 110101 | 111011 | 110011 | 11111 |
Color Harmonies of #787627
Complementary color
Monochromatic Colors of #787627
Black with #787627
Text Example
Text Example
White with #787627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787627; }
p { color: rgb(120,118,39); }
H1.HeaderClassName
{
color: #787627;
}
.AnyTagClassName
{
color: #787627;
}
</style>
background-color css
<style>
a { background-color: #787627; }
a { background-color: rgb(120,118,39); }
div.DivClassName
{
background-color: #787627;
}
.BgClassName
{
background-color: #787627;
}
</style>
border-color css
<style>
span { border-color: #787627; }
span { border-color: rgb(120,118,39); }
td.TdClassName
{
border-color: #787627;
}
.TagClassName
{
border-color: #787627;
}
</style>