Shades of Wasabi #798D39
Tints of Wasabi #798D39
RGB
CMYK
RGB Variations
Color information
#798D39 (or 0x798D39) is known color: Wasabi. HEX triplet: 79, 8D and 39. RGB value is (121,141,57). Sum of RGB (Red+Green+Blue) = 121+141+57=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 141 - color contains mainly: green. Hex color #798D39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798D39 is #8672C6. Grayscale: #7D7D7D. Windows color (decimal): -8811207 or 3771769. OLE color: 3771769.
HSL color Cylindrical-coordinate representation of color #798D39: hue angle of 74.29º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #798D39 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 141 | 57 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.45 |
| HSL | 74.29º | 0.42% | 0.39% | - |
| HSV(B) | 74.29º | 0.6% | 0.55% | - |
| XYZ | 18.15 | 23.41 | 7.43 | - |
| YUV | 125.44 | 89.37 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 57 | 0.14 | 0 | 0.60 | 0.45 | 74.29 | 0.42 | 0.39 |
| Hex | 79 | 8D | 39 | E | 0 | 3C | 2D | 4A | 2A | 27 |
| Octal | 171 | 215 | 71 | 16 | 0 | 74 | 55 | 112 | 52 | 47 |
| Binary | 1111001 | 10001101 | 111001 | 1110 | 0 | 111100 | 101101 | 1001010 | 101010 | 100111 |
Color Harmonies of #798D39
Complementary color
Monochromatic Colors of #798D39
Black with #798D39
Text Example
Text Example
White with #798D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798D39; }
p { color: rgb(121,141,57); }
H1.HeaderClassName
{
color: #798D39;
}
.AnyTagClassName
{
color: #798D39;
}
</style>
background-color css
<style>
a { background-color: #798D39; }
a { background-color: rgb(121,141,57); }
div.DivClassName
{
background-color: #798D39;
}
.BgClassName
{
background-color: #798D39;
}
</style>
border-color css
<style>
span { border-color: #798D39; }
span { border-color: rgb(121,141,57); }
td.TdClassName
{
border-color: #798D39;
}
.TagClassName
{
border-color: #798D39;
}
</style>