Shades of Olivetone #787623
Tints of Olivetone #787623
RGB
CMYK
RGB Variations
Color information
#787623 (or 0x787623) is known color: Olivetone. HEX triplet: 78, 76 and 23. RGB value is (120,118,35). Sum of RGB (Red+Green+Blue) = 120+118+35=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #787623 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787623 is #8789DC. Grayscale: #6D6D6D. Windows color (decimal): -8882653 or 2324088. OLE color: 2324088.
HSL color Cylindrical-coordinate representation of color #787623: hue angle of 58.59º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #787623 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 35 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.53 |
| HSL | 58.59º | 0.55% | 0.3% | - |
| HSV(B) | 58.59º | 0.71% | 0.47% | - |
| XYZ | 14.53 | 17.07 | 4.12 | - |
| YUV | 109.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 35 | 0 | 0.02 | 0.71 | 0.53 | 58.59 | 0.55 | 0.3 |
| Hex | 78 | 76 | 23 | 0 | 2 | 47 | 35 | 3B | 37 | 1E |
| Octal | 170 | 166 | 43 | 0 | 2 | 107 | 65 | 73 | 67 | 36 |
| Binary | 1111000 | 1110110 | 100011 | 0 | 10 | 1000111 | 110101 | 111011 | 110111 | 11110 |
Color Harmonies of #787623
Complementary color
Monochromatic Colors of #787623
Black with #787623
Text Example
Text Example
White with #787623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787623; }
p { color: rgb(120,118,35); }
H1.HeaderClassName
{
color: #787623;
}
.AnyTagClassName
{
color: #787623;
}
</style>
background-color css
<style>
a { background-color: #787623; }
a { background-color: rgb(120,118,35); }
div.DivClassName
{
background-color: #787623;
}
.BgClassName
{
background-color: #787623;
}
</style>
border-color css
<style>
span { border-color: #787623; }
span { border-color: rgb(120,118,35); }
td.TdClassName
{
border-color: #787623;
}
.TagClassName
{
border-color: #787623;
}
</style>