Shades of Wasabi #798B49
Tints of Wasabi #798B49
RGB
CMYK
RGB Variations
Color information
#798B49 (or 0x798B49) is known color: Wasabi. HEX triplet: 79, 8B and 49. RGB value is (121,139,73). Sum of RGB (Red+Green+Blue) = 121+139+73=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 139 - color contains mainly: green. Hex color #798B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798B49 is #8674B6. Grayscale: #7E7E7E. Windows color (decimal): -8811703 or 4819833. OLE color: 4819833.
HSL color Cylindrical-coordinate representation of color #798B49: hue angle of 76.36º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #798B49 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 139 | 73 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.45 |
| HSL | 76.36º | 0.31% | 0.42% | - |
| HSV(B) | 76.36º | 0.47% | 0.55% | - |
| XYZ | 18.32 | 23.01 | 9.78 | - |
| YUV | 126.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 73 | 0.13 | 0 | 0.47 | 0.45 | 76.36 | 0.31 | 0.42 |
| Hex | 79 | 8B | 49 | D | 0 | 2F | 2D | 4C | 1F | 2A |
| Octal | 171 | 213 | 111 | 15 | 0 | 57 | 55 | 114 | 37 | 52 |
| Binary | 1111001 | 10001011 | 1001001 | 1101 | 0 | 101111 | 101101 | 1001100 | 11111 | 101010 |
Color Harmonies of #798B49
Complementary color
Monochromatic Colors of #798B49
Black with #798B49
Text Example
Text Example
White with #798B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798B49; }
p { color: rgb(121,139,73); }
H1.HeaderClassName
{
color: #798B49;
}
.AnyTagClassName
{
color: #798B49;
}
</style>
background-color css
<style>
a { background-color: #798B49; }
a { background-color: rgb(121,139,73); }
div.DivClassName
{
background-color: #798B49;
}
.BgClassName
{
background-color: #798B49;
}
</style>
border-color css
<style>
span { border-color: #798B49; }
span { border-color: rgb(121,139,73); }
td.TdClassName
{
border-color: #798B49;
}
.TagClassName
{
border-color: #798B49;
}
</style>