Shades of Wasabi #798241
Tints of Wasabi #798241
RGB
CMYK
RGB Variations
Color information
#798241 (or 0x798241) is known color: Wasabi. HEX triplet: 79, 82 and 41. RGB value is (121,130,65). Sum of RGB (Red+Green+Blue) = 121+130+65=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #798241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798241 is #867DBE. Grayscale: #787878. Windows color (decimal): -8814015 or 4293241. OLE color: 4293241.
HSL color Cylindrical-coordinate representation of color #798241: hue angle of 68.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #798241 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 130 | 65 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.49 |
| HSL | 68.31º | 0.33% | 0.38% | - |
| HSV(B) | 68.31º | 0.5% | 0.51% | - |
| XYZ | 16.82 | 20.41 | 8.05 | - |
| YUV | 119.9 | 97.02 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 65 | 0.07 | 0 | 0.50 | 0.49 | 68.31 | 0.33 | 0.38 |
| Hex | 79 | 82 | 41 | 7 | 0 | 32 | 31 | 44 | 21 | 26 |
| Octal | 171 | 202 | 101 | 7 | 0 | 62 | 61 | 104 | 41 | 46 |
| Binary | 1111001 | 10000010 | 1000001 | 111 | 0 | 110010 | 110001 | 1000100 | 100001 | 100110 |
Color Harmonies of #798241
Complementary color
Monochromatic Colors of #798241
Black with #798241
Text Example
Text Example
White with #798241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798241; }
p { color: rgb(121,130,65); }
H1.HeaderClassName
{
color: #798241;
}
.AnyTagClassName
{
color: #798241;
}
</style>
background-color css
<style>
a { background-color: #798241; }
a { background-color: rgb(121,130,65); }
div.DivClassName
{
background-color: #798241;
}
.BgClassName
{
background-color: #798241;
}
</style>
border-color css
<style>
span { border-color: #798241; }
span { border-color: rgb(121,130,65); }
td.TdClassName
{
border-color: #798241;
}
.TagClassName
{
border-color: #798241;
}
</style>