Shades of Wasabi #7E964A
Tints of Wasabi #7E964A
RGB
CMYK
RGB Variations
Color information
#7E964A (or 0x7E964A) is known color: Wasabi. HEX triplet: 7E, 96 and 4A. RGB value is (126,150,74). Sum of RGB (Red+Green+Blue) = 126+150+74=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #7E964A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E964A is #8169B5. Grayscale: #868686. Windows color (decimal): -8481206 or 4888190. OLE color: 4888190.
HSL color Cylindrical-coordinate representation of color #7E964A: hue angle of 78.95º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E964A is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 150 | 74 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.41 |
| HSL | 78.95º | 0.34% | 0.44% | - |
| HSV(B) | 78.95º | 0.51% | 0.59% | - |
| XYZ | 20.75 | 26.74 | 10.55 | - |
| YUV | 134.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 150 | 74 | 0.16 | 0 | 0.51 | 0.41 | 78.95 | 0.34 | 0.44 |
| Hex | 7E | 96 | 4A | 10 | 0 | 33 | 29 | 4F | 22 | 2C |
| Octal | 176 | 226 | 112 | 20 | 0 | 63 | 51 | 117 | 42 | 54 |
| Binary | 1111110 | 10010110 | 1001010 | 10000 | 0 | 110011 | 101001 | 1001111 | 100010 | 101100 |
Color Harmonies of #7E964A
Complementary color
Monochromatic Colors of #7E964A
Black with #7E964A
Text Example
Text Example
White with #7E964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E964A; }
p { color: rgb(126,150,74); }
H1.HeaderClassName
{
color: #7E964A;
}
.AnyTagClassName
{
color: #7E964A;
}
</style>
background-color css
<style>
a { background-color: #7E964A; }
a { background-color: rgb(126,150,74); }
div.DivClassName
{
background-color: #7E964A;
}
.BgClassName
{
background-color: #7E964A;
}
</style>
border-color css
<style>
span { border-color: #7E964A; }
span { border-color: rgb(126,150,74); }
td.TdClassName
{
border-color: #7E964A;
}
.TagClassName
{
border-color: #7E964A;
}
</style>