Shades of Wasabi #7E9845
Tints of Wasabi #7E9845
RGB
CMYK
RGB Variations
Color information
#7E9845 (or 0x7E9845) is known color: Wasabi. HEX triplet: 7E, 98 and 45. RGB value is (126,152,69). Sum of RGB (Red+Green+Blue) = 126+152+69=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #7E9845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9845 is #8167BA. Grayscale: #878787. Windows color (decimal): -8480699 or 4561022. OLE color: 4561022.
HSL color Cylindrical-coordinate representation of color #7E9845: hue angle of 78.8º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E9845 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 152 | 69 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.40 |
| HSL | 78.8º | 0.38% | 0.43% | - |
| HSV(B) | 78.8º | 0.55% | 0.6% | - |
| XYZ | 20.91 | 27.32 | 9.8 | - |
| YUV | 134.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 152 | 69 | 0.17 | 0 | 0.55 | 0.40 | 78.8 | 0.38 | 0.43 |
| Hex | 7E | 98 | 45 | 11 | 0 | 37 | 28 | 4F | 26 | 2B |
| Octal | 176 | 230 | 105 | 21 | 0 | 67 | 50 | 117 | 46 | 53 |
| Binary | 1111110 | 10011000 | 1000101 | 10001 | 0 | 110111 | 101000 | 1001111 | 100110 | 101011 |
Color Harmonies of #7E9845
Complementary color
Monochromatic Colors of #7E9845
Black with #7E9845
Text Example
Text Example
White with #7E9845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9845; }
p { color: rgb(126,152,69); }
H1.HeaderClassName
{
color: #7E9845;
}
.AnyTagClassName
{
color: #7E9845;
}
</style>
background-color css
<style>
a { background-color: #7E9845; }
a { background-color: rgb(126,152,69); }
div.DivClassName
{
background-color: #7E9845;
}
.BgClassName
{
background-color: #7E9845;
}
</style>
border-color css
<style>
span { border-color: #7E9845; }
span { border-color: rgb(126,152,69); }
td.TdClassName
{
border-color: #7E9845;
}
.TagClassName
{
border-color: #7E9845;
}
</style>