Shades of Wasabi #798D31
Tints of Wasabi #798D31
RGB
CMYK
RGB Variations
Color information
#798D31 (or 0x798D31) is known color: Wasabi. HEX triplet: 79, 8D and 31. RGB value is (121,141,49). Sum of RGB (Red+Green+Blue) = 121+141+49=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #798D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798D31 is #8672CE. Grayscale: #7C7C7C. Windows color (decimal): -8811215 or 3247481. OLE color: 3247481.
HSL color Cylindrical-coordinate representation of color #798D31: hue angle of 73.04º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #798D31 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 141 | 49 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.45 |
| HSL | 73.04º | 0.48% | 0.37% | - |
| HSV(B) | 73.04º | 0.65% | 0.55% | - |
| XYZ | 17.96 | 23.34 | 6.46 | - |
| YUV | 124.53 | 85.37 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 49 | 0.14 | 0 | 0.65 | 0.45 | 73.04 | 0.48 | 0.37 |
| Hex | 79 | 8D | 31 | E | 0 | 41 | 2D | 49 | 30 | 25 |
| Octal | 171 | 215 | 61 | 16 | 0 | 101 | 55 | 111 | 60 | 45 |
| Binary | 1111001 | 10001101 | 110001 | 1110 | 0 | 1000001 | 101101 | 1001001 | 110000 | 100101 |
Color Harmonies of #798D31
Complementary color
Monochromatic Colors of #798D31
Black with #798D31
Text Example
Text Example
White with #798D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798D31; }
p { color: rgb(121,141,49); }
H1.HeaderClassName
{
color: #798D31;
}
.AnyTagClassName
{
color: #798D31;
}
</style>
background-color css
<style>
a { background-color: #798D31; }
a { background-color: rgb(121,141,49); }
div.DivClassName
{
background-color: #798D31;
}
.BgClassName
{
background-color: #798D31;
}
</style>
border-color css
<style>
span { border-color: #798D31; }
span { border-color: rgb(121,141,49); }
td.TdClassName
{
border-color: #798D31;
}
.TagClassName
{
border-color: #798D31;
}
</style>