Shades of Wasabi #798141
Tints of Wasabi #798141
RGB
CMYK
RGB Variations
Color information
#798141 (or 0x798141) is known color: Wasabi. HEX triplet: 79, 81 and 41. RGB value is (121,129,65). Sum of RGB (Red+Green+Blue) = 121+129+65=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #798141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798141 is #867EBE. Grayscale: #777777. Windows color (decimal): -8814271 or 4292985. OLE color: 4292985.
HSL color Cylindrical-coordinate representation of color #798141: hue angle of 67.5º 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 #798141 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 129 | 65 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.49 |
| HSL | 67.5º | 0.33% | 0.38% | - |
| HSV(B) | 67.5º | 0.5% | 0.51% | - |
| XYZ | 16.69 | 20.15 | 8.01 | - |
| YUV | 119.31 | 97.35 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 129 | 65 | 0.06 | 0 | 0.50 | 0.49 | 67.5 | 0.33 | 0.38 |
| Hex | 79 | 81 | 41 | 6 | 0 | 32 | 31 | 44 | 21 | 26 |
| Octal | 171 | 201 | 101 | 6 | 0 | 62 | 61 | 104 | 41 | 46 |
| Binary | 1111001 | 10000001 | 1000001 | 110 | 0 | 110010 | 110001 | 1000100 | 100001 | 100110 |
Color Harmonies of #798141
Complementary color
Monochromatic Colors of #798141
Black with #798141
Text Example
Text Example
White with #798141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798141; }
p { color: rgb(121,129,65); }
H1.HeaderClassName
{
color: #798141;
}
.AnyTagClassName
{
color: #798141;
}
</style>
background-color css
<style>
a { background-color: #798141; }
a { background-color: rgb(121,129,65); }
div.DivClassName
{
background-color: #798141;
}
.BgClassName
{
background-color: #798141;
}
</style>
border-color css
<style>
span { border-color: #798141; }
span { border-color: rgb(121,129,65); }
td.TdClassName
{
border-color: #798141;
}
.TagClassName
{
border-color: #798141;
}
</style>