Shades of Wasabi #798938
Tints of Wasabi #798938
RGB
CMYK
RGB Variations
Color information
#798938 (or 0x798938) is known color: Wasabi. HEX triplet: 79, 89 and 38. RGB value is (121,137,56). Sum of RGB (Red+Green+Blue) = 121+137+56=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #798938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798938 is #8676C7. Grayscale: #7B7B7B. Windows color (decimal): -8812232 or 3705209. OLE color: 3705209.
HSL color Cylindrical-coordinate representation of color #798938: hue angle of 71.85º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #798938 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 137 | 56 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.46 |
| HSL | 71.85º | 0.42% | 0.38% | - |
| HSV(B) | 71.85º | 0.59% | 0.54% | - |
| XYZ | 17.54 | 22.24 | 7.11 | - |
| YUV | 122.98 | 90.2 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 137 | 56 | 0.12 | 0 | 0.59 | 0.46 | 71.85 | 0.42 | 0.38 |
| Hex | 79 | 89 | 38 | C | 0 | 3B | 2E | 48 | 2A | 26 |
| Octal | 171 | 211 | 70 | 14 | 0 | 73 | 56 | 110 | 52 | 46 |
| Binary | 1111001 | 10001001 | 111000 | 1100 | 0 | 111011 | 101110 | 1001000 | 101010 | 100110 |
Color Harmonies of #798938
Complementary color
Monochromatic Colors of #798938
Black with #798938
Text Example
Text Example
White with #798938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798938; }
p { color: rgb(121,137,56); }
H1.HeaderClassName
{
color: #798938;
}
.AnyTagClassName
{
color: #798938;
}
</style>
background-color css
<style>
a { background-color: #798938; }
a { background-color: rgb(121,137,56); }
div.DivClassName
{
background-color: #798938;
}
.BgClassName
{
background-color: #798938;
}
</style>
border-color css
<style>
span { border-color: #798938; }
span { border-color: rgb(121,137,56); }
td.TdClassName
{
border-color: #798938;
}
.TagClassName
{
border-color: #798938;
}
</style>