Shades of Wasabi #797E3F
Tints of Wasabi #797E3F
RGB
CMYK
RGB Variations
Color information
#797E3F (or 0x797E3F) is known color: Wasabi. HEX triplet: 79, 7E and 3F. RGB value is (121,126,63). Sum of RGB (Red+Green+Blue) = 121+126+63=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 126 - color contains mainly: green. Hex color #797E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797E3F is #8681C0. Grayscale: #757575. Windows color (decimal): -8815041 or 4161145. OLE color: 4161145.
HSL color Cylindrical-coordinate representation of color #797E3F: hue angle of 64.76º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #797E3F is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 126 | 63 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.51 |
| HSL | 64.76º | 0.33% | 0.37% | - |
| HSV(B) | 64.76º | 0.5% | 0.49% | - |
| XYZ | 16.24 | 19.35 | 7.58 | - |
| YUV | 117.32 | 97.34 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 63 | 0.04 | 0 | 0.50 | 0.51 | 64.76 | 0.33 | 0.37 |
| Hex | 79 | 7E | 3F | 4 | 0 | 32 | 33 | 41 | 21 | 25 |
| Octal | 171 | 176 | 77 | 4 | 0 | 62 | 63 | 101 | 41 | 45 |
| Binary | 1111001 | 1111110 | 111111 | 100 | 0 | 110010 | 110011 | 1000001 | 100001 | 100101 |
Color Harmonies of #797E3F
Complementary color
Monochromatic Colors of #797E3F
Black with #797E3F
Text Example
Text Example
White with #797E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797E3F; }
p { color: rgb(121,126,63); }
H1.HeaderClassName
{
color: #797E3F;
}
.AnyTagClassName
{
color: #797E3F;
}
</style>
background-color css
<style>
a { background-color: #797E3F; }
a { background-color: rgb(121,126,63); }
div.DivClassName
{
background-color: #797E3F;
}
.BgClassName
{
background-color: #797E3F;
}
</style>
border-color css
<style>
span { border-color: #797E3F; }
span { border-color: rgb(121,126,63); }
td.TdClassName
{
border-color: #797E3F;
}
.TagClassName
{
border-color: #797E3F;
}
</style>