Shades of Wasabi #7E8341
Tints of Wasabi #7E8341
RGB
CMYK
RGB Variations
Color information
#7E8341 (or 0x7E8341) is known color: Wasabi. HEX triplet: 7E, 83 and 41. RGB value is (126,131,65). Sum of RGB (Red+Green+Blue) = 126+131+65=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #7E8341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8341 is #817CBE. Grayscale: #7A7A7A. Windows color (decimal): -8486079 or 4293502. OLE color: 4293502.
HSL color Cylindrical-coordinate representation of color #7E8341: hue angle of 64.55º degrees, saturation: 0.34, 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 #7E8341 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 131 | 65 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.49 |
| HSL | 64.55º | 0.34% | 0.38% | - |
| HSV(B) | 64.55º | 0.5% | 0.51% | - |
| XYZ | 17.67 | 21.05 | 8.13 | - |
| YUV | 121.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 131 | 65 | 0.04 | 0 | 0.50 | 0.49 | 64.55 | 0.34 | 0.38 |
| Hex | 7E | 83 | 41 | 4 | 0 | 32 | 31 | 41 | 22 | 26 |
| Octal | 176 | 203 | 101 | 4 | 0 | 62 | 61 | 101 | 42 | 46 |
| Binary | 1111110 | 10000011 | 1000001 | 100 | 0 | 110010 | 110001 | 1000001 | 100010 | 100110 |
Color Harmonies of #7E8341
Complementary color
Monochromatic Colors of #7E8341
Black with #7E8341
Text Example
Text Example
White with #7E8341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8341; }
p { color: rgb(126,131,65); }
H1.HeaderClassName
{
color: #7E8341;
}
.AnyTagClassName
{
color: #7E8341;
}
</style>
background-color css
<style>
a { background-color: #7E8341; }
a { background-color: rgb(126,131,65); }
div.DivClassName
{
background-color: #7E8341;
}
.BgClassName
{
background-color: #7E8341;
}
</style>
border-color css
<style>
span { border-color: #7E8341; }
span { border-color: rgb(126,131,65); }
td.TdClassName
{
border-color: #7E8341;
}
.TagClassName
{
border-color: #7E8341;
}
</style>