Shades of Wasabi #7E8E40
Tints of Wasabi #7E8E40
RGB
CMYK
RGB Variations
Color information
#7E8E40 (or 0x7E8E40) is known color: Wasabi. HEX triplet: 7E, 8E and 40. RGB value is (126,142,64). Sum of RGB (Red+Green+Blue) = 126+142+64=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 142 - color contains mainly: green. Hex color #7E8E40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8E40 is #8171BF. Grayscale: #808080. Windows color (decimal): -8483264 or 4230782. OLE color: 4230782.
HSL color Cylindrical-coordinate representation of color #7E8E40: hue angle of 72.31º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E8E40 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 142 | 64 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.44 |
| HSL | 72.31º | 0.38% | 0.4% | - |
| HSV(B) | 72.31º | 0.55% | 0.56% | - |
| XYZ | 19.2 | 24.15 | 8.5 | - |
| YUV | 128.32 | 91.7 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 142 | 64 | 0.11 | 0 | 0.55 | 0.44 | 72.31 | 0.38 | 0.4 |
| Hex | 7E | 8E | 40 | B | 0 | 37 | 2C | 48 | 26 | 28 |
| Octal | 176 | 216 | 100 | 13 | 0 | 67 | 54 | 110 | 46 | 50 |
| Binary | 1111110 | 10001110 | 1000000 | 1011 | 0 | 110111 | 101100 | 1001000 | 100110 | 101000 |
Color Harmonies of #7E8E40
Complementary color
Monochromatic Colors of #7E8E40
Black with #7E8E40
Text Example
Text Example
White with #7E8E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8E40; }
p { color: rgb(126,142,64); }
H1.HeaderClassName
{
color: #7E8E40;
}
.AnyTagClassName
{
color: #7E8E40;
}
</style>
background-color css
<style>
a { background-color: #7E8E40; }
a { background-color: rgb(126,142,64); }
div.DivClassName
{
background-color: #7E8E40;
}
.BgClassName
{
background-color: #7E8E40;
}
</style>
border-color css
<style>
span { border-color: #7E8E40; }
span { border-color: rgb(126,142,64); }
td.TdClassName
{
border-color: #7E8E40;
}
.TagClassName
{
border-color: #7E8E40;
}
</style>