Shades of Wasabi #798932
Tints of Wasabi #798932
RGB
CMYK
RGB Variations
Color information
#798932 (or 0x798932) is known color: Wasabi. HEX triplet: 79, 89 and 32. RGB value is (121,137,50). Sum of RGB (Red+Green+Blue) = 121+137+50=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #798932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798932 is #8676CD. Grayscale: #7A7A7A. Windows color (decimal): -8812238 or 3311993. OLE color: 3311993.
HSL color Cylindrical-coordinate representation of color #798932: hue angle of 71.03º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #798932 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 137 | 50 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.46 |
| HSL | 71.03º | 0.47% | 0.37% | - |
| HSV(B) | 71.03º | 0.64% | 0.54% | - |
| XYZ | 17.41 | 22.19 | 6.38 | - |
| YUV | 122.3 | 87.2 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 137 | 50 | 0.12 | 0 | 0.64 | 0.46 | 71.03 | 0.47 | 0.37 |
| Hex | 79 | 89 | 32 | C | 0 | 40 | 2E | 47 | 2F | 25 |
| Octal | 171 | 211 | 62 | 14 | 0 | 100 | 56 | 107 | 57 | 45 |
| Binary | 1111001 | 10001001 | 110010 | 1100 | 0 | 1000000 | 101110 | 1000111 | 101111 | 100101 |
Color Harmonies of #798932
Complementary color
Monochromatic Colors of #798932
Black with #798932
Text Example
Text Example
White with #798932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798932; }
p { color: rgb(121,137,50); }
H1.HeaderClassName
{
color: #798932;
}
.AnyTagClassName
{
color: #798932;
}
</style>
background-color css
<style>
a { background-color: #798932; }
a { background-color: rgb(121,137,50); }
div.DivClassName
{
background-color: #798932;
}
.BgClassName
{
background-color: #798932;
}
</style>
border-color css
<style>
span { border-color: #798932; }
span { border-color: rgb(121,137,50); }
td.TdClassName
{
border-color: #798932;
}
.TagClassName
{
border-color: #798932;
}
</style>