Shades of Wasabi #7E9243
Tints of Wasabi #7E9243
RGB
CMYK
RGB Variations
Color information
#7E9243 (or 0x7E9243) is known color: Wasabi. HEX triplet: 7E, 92 and 43. RGB value is (126,146,67). Sum of RGB (Red+Green+Blue) = 126+146+67=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #7E9243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9243 is #816DBC. Grayscale: #838383. Windows color (decimal): -8482237 or 4428414. OLE color: 4428414.
HSL color Cylindrical-coordinate representation of color #7E9243: hue angle of 75.19º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E9243 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 146 | 67 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.43 |
| HSL | 75.19º | 0.37% | 0.42% | - |
| HSV(B) | 75.19º | 0.54% | 0.57% | - |
| XYZ | 19.9 | 25.4 | 9.16 | - |
| YUV | 131.01 | 91.87 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 67 | 0.14 | 0 | 0.54 | 0.43 | 75.19 | 0.37 | 0.42 |
| Hex | 7E | 92 | 43 | E | 0 | 36 | 2B | 4B | 25 | 2A |
| Octal | 176 | 222 | 103 | 16 | 0 | 66 | 53 | 113 | 45 | 52 |
| Binary | 1111110 | 10010010 | 1000011 | 1110 | 0 | 110110 | 101011 | 1001011 | 100101 | 101010 |
Color Harmonies of #7E9243
Complementary color
Monochromatic Colors of #7E9243
Black with #7E9243
Text Example
Text Example
White with #7E9243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9243; }
p { color: rgb(126,146,67); }
H1.HeaderClassName
{
color: #7E9243;
}
.AnyTagClassName
{
color: #7E9243;
}
</style>
background-color css
<style>
a { background-color: #7E9243; }
a { background-color: rgb(126,146,67); }
div.DivClassName
{
background-color: #7E9243;
}
.BgClassName
{
background-color: #7E9243;
}
</style>
border-color css
<style>
span { border-color: #7E9243; }
span { border-color: rgb(126,146,67); }
td.TdClassName
{
border-color: #7E9243;
}
.TagClassName
{
border-color: #7E9243;
}
</style>