Shades of Wasabi #798E49
Tints of Wasabi #798E49
RGB
CMYK
RGB Variations
Color information
#798E49 (or 0x798E49) is known color: Wasabi. HEX triplet: 79, 8E and 49. RGB value is (121,142,73). Sum of RGB (Red+Green+Blue) = 121+142+73=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 142 - color contains mainly: green. Hex color #798E49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798E49 is #8671B6. Grayscale: #808080. Windows color (decimal): -8810935 or 4820601. OLE color: 4820601.
HSL color Cylindrical-coordinate representation of color #798E49: hue angle of 78.26º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #798E49 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 142 | 73 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.44 |
| HSL | 78.26º | 0.32% | 0.42% | - |
| HSV(B) | 78.26º | 0.49% | 0.56% | - |
| XYZ | 18.76 | 23.89 | 9.93 | - |
| YUV | 127.86 | 97.04 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 142 | 73 | 0.15 | 0 | 0.49 | 0.44 | 78.26 | 0.32 | 0.42 |
| Hex | 79 | 8E | 49 | F | 0 | 31 | 2C | 4E | 20 | 2A |
| Octal | 171 | 216 | 111 | 17 | 0 | 61 | 54 | 116 | 40 | 52 |
| Binary | 1111001 | 10001110 | 1001001 | 1111 | 0 | 110001 | 101100 | 1001110 | 100000 | 101010 |
Color Harmonies of #798E49
Complementary color
Monochromatic Colors of #798E49
Black with #798E49
Text Example
Text Example
White with #798E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798E49; }
p { color: rgb(121,142,73); }
H1.HeaderClassName
{
color: #798E49;
}
.AnyTagClassName
{
color: #798E49;
}
</style>
background-color css
<style>
a { background-color: #798E49; }
a { background-color: rgb(121,142,73); }
div.DivClassName
{
background-color: #798E49;
}
.BgClassName
{
background-color: #798E49;
}
</style>
border-color css
<style>
span { border-color: #798E49; }
span { border-color: rgb(121,142,73); }
td.TdClassName
{
border-color: #798E49;
}
.TagClassName
{
border-color: #798E49;
}
</style>