Shades of Wasabi #7E8942
Tints of Wasabi #7E8942
RGB
CMYK
RGB Variations
Color information
#7E8942 (or 0x7E8942) is known color: Wasabi. HEX triplet: 7E, 89 and 42. RGB value is (126,137,66). Sum of RGB (Red+Green+Blue) = 126+137+66=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #7E8942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8942 is #8176BD. Grayscale: #7D7D7D. Windows color (decimal): -8484542 or 4360574. OLE color: 4360574.
HSL color Cylindrical-coordinate representation of color #7E8942: hue angle of 69.3º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E8942 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 137 | 66 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.46 |
| HSL | 69.3º | 0.35% | 0.4% | - |
| HSV(B) | 69.3º | 0.52% | 0.54% | - |
| XYZ | 18.53 | 22.72 | 8.56 | - |
| YUV | 125.62 | 94.36 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 137 | 66 | 0.08 | 0 | 0.52 | 0.46 | 69.3 | 0.35 | 0.4 |
| Hex | 7E | 89 | 42 | 8 | 0 | 34 | 2E | 45 | 23 | 28 |
| Octal | 176 | 211 | 102 | 10 | 0 | 64 | 56 | 105 | 43 | 50 |
| Binary | 1111110 | 10001001 | 1000010 | 1000 | 0 | 110100 | 101110 | 1000101 | 100011 | 101000 |
Color Harmonies of #7E8942
Complementary color
Monochromatic Colors of #7E8942
Black with #7E8942
Text Example
Text Example
White with #7E8942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8942; }
p { color: rgb(126,137,66); }
H1.HeaderClassName
{
color: #7E8942;
}
.AnyTagClassName
{
color: #7E8942;
}
</style>
background-color css
<style>
a { background-color: #7E8942; }
a { background-color: rgb(126,137,66); }
div.DivClassName
{
background-color: #7E8942;
}
.BgClassName
{
background-color: #7E8942;
}
</style>
border-color css
<style>
span { border-color: #7E8942; }
span { border-color: rgb(126,137,66); }
td.TdClassName
{
border-color: #7E8942;
}
.TagClassName
{
border-color: #7E8942;
}
</style>