Shades of Go Ben #796D46
Tints of Go Ben #796D46
RGB
CMYK
RGB Variations
Color information
#796D46 (or 0x796D46) is known color: Go Ben. HEX triplet: 79, 6D and 46. RGB value is (121,109,70). Sum of RGB (Red+Green+Blue) = 121+109+70=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 121 - color contains mainly: red. Hex color #796D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796D46 is #8692B9. Grayscale: #6C6C6C. Windows color (decimal): -8819386 or 4615545. OLE color: 4615545.
HSL color Cylindrical-coordinate representation of color #796D46: hue angle of 45.88º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #796D46 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 109 | 70 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.53 |
| HSL | 45.88º | 0.27% | 0.37% | - |
| HSV(B) | 45.88º | 0.42% | 0.47% | - |
| XYZ | 14.46 | 15.44 | 8.01 | - |
| YUV | 108.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 70 | 0 | 0.10 | 0.42 | 0.53 | 45.88 | 0.27 | 0.37 |
| Hex | 79 | 6D | 46 | 0 | A | 2A | 35 | 2E | 1B | 25 |
| Octal | 171 | 155 | 106 | 0 | 12 | 52 | 65 | 56 | 33 | 45 |
| Binary | 1111001 | 1101101 | 1000110 | 0 | 1010 | 101010 | 110101 | 101110 | 11011 | 100101 |
Color Harmonies of #796D46
Complementary color
Monochromatic Colors of #796D46
Black with #796D46
Text Example
Text Example
White with #796D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796D46; }
p { color: rgb(121,109,70); }
H1.HeaderClassName
{
color: #796D46;
}
.AnyTagClassName
{
color: #796D46;
}
</style>
background-color css
<style>
a { background-color: #796D46; }
a { background-color: rgb(121,109,70); }
div.DivClassName
{
background-color: #796D46;
}
.BgClassName
{
background-color: #796D46;
}
</style>
border-color css
<style>
span { border-color: #796D46; }
span { border-color: rgb(121,109,70); }
td.TdClassName
{
border-color: #796D46;
}
.TagClassName
{
border-color: #796D46;
}
</style>