Shades of Wasabi #798934
Tints of Wasabi #798934
RGB
CMYK
RGB Variations
Color information
#798934 (or 0x798934) is known color: Wasabi. HEX triplet: 79, 89 and 34. RGB value is (121,137,52). Sum of RGB (Red+Green+Blue) = 121+137+52=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #798934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798934 is #8676CB. Grayscale: #7A7A7A. Windows color (decimal): -8812236 or 3443065. OLE color: 3443065.
HSL color Cylindrical-coordinate representation of color #798934: hue angle of 71.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #798934 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 137 | 52 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.46 |
| HSL | 71.29º | 0.45% | 0.37% | - |
| HSV(B) | 71.29º | 0.62% | 0.54% | - |
| XYZ | 17.45 | 22.2 | 6.61 | - |
| YUV | 122.53 | 88.2 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 137 | 52 | 0.12 | 0 | 0.62 | 0.46 | 71.29 | 0.45 | 0.37 |
| Hex | 79 | 89 | 34 | C | 0 | 3E | 2E | 47 | 2D | 25 |
| Octal | 171 | 211 | 64 | 14 | 0 | 76 | 56 | 107 | 55 | 45 |
| Binary | 1111001 | 10001001 | 110100 | 1100 | 0 | 111110 | 101110 | 1000111 | 101101 | 100101 |
Color Harmonies of #798934
Complementary color
Monochromatic Colors of #798934
Black with #798934
Text Example
Text Example
White with #798934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798934; }
p { color: rgb(121,137,52); }
H1.HeaderClassName
{
color: #798934;
}
.AnyTagClassName
{
color: #798934;
}
</style>
background-color css
<style>
a { background-color: #798934; }
a { background-color: rgb(121,137,52); }
div.DivClassName
{
background-color: #798934;
}
.BgClassName
{
background-color: #798934;
}
</style>
border-color css
<style>
span { border-color: #798934; }
span { border-color: rgb(121,137,52); }
td.TdClassName
{
border-color: #798934;
}
.TagClassName
{
border-color: #798934;
}
</style>