Shades of Wasabi #7E9143
Tints of Wasabi #7E9143
RGB
CMYK
RGB Variations
Color information
#7E9143 (or 0x7E9143) is known color: Wasabi. HEX triplet: 7E, 91 and 43. RGB value is (126,145,67). Sum of RGB (Red+Green+Blue) = 126+145+67=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #7E9143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9143 is #816EBC. Grayscale: #828282. Windows color (decimal): -8482493 or 4428158. OLE color: 4428158.
HSL color Cylindrical-coordinate representation of color #7E9143: hue angle of 74.62º 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 #7E9143 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 145 | 67 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.43 |
| HSL | 74.62º | 0.37% | 0.42% | - |
| HSV(B) | 74.62º | 0.54% | 0.57% | - |
| XYZ | 19.74 | 25.09 | 9.11 | - |
| YUV | 130.43 | 92.21 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 145 | 67 | 0.13 | 0 | 0.54 | 0.43 | 74.62 | 0.37 | 0.42 |
| Hex | 7E | 91 | 43 | D | 0 | 36 | 2B | 4B | 25 | 2A |
| Octal | 176 | 221 | 103 | 15 | 0 | 66 | 53 | 113 | 45 | 52 |
| Binary | 1111110 | 10010001 | 1000011 | 1101 | 0 | 110110 | 101011 | 1001011 | 100101 | 101010 |
Color Harmonies of #7E9143
Complementary color
Monochromatic Colors of #7E9143
Black with #7E9143
Text Example
Text Example
White with #7E9143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9143; }
p { color: rgb(126,145,67); }
H1.HeaderClassName
{
color: #7E9143;
}
.AnyTagClassName
{
color: #7E9143;
}
</style>
background-color css
<style>
a { background-color: #7E9143; }
a { background-color: rgb(126,145,67); }
div.DivClassName
{
background-color: #7E9143;
}
.BgClassName
{
background-color: #7E9143;
}
</style>
border-color css
<style>
span { border-color: #7E9143; }
span { border-color: rgb(126,145,67); }
td.TdClassName
{
border-color: #7E9143;
}
.TagClassName
{
border-color: #7E9143;
}
</style>