Shades of Wasabi #7E8E3D
Tints of Wasabi #7E8E3D
RGB
CMYK
RGB Variations
Color information
#7E8E3D (or 0x7E8E3D) is known color: Wasabi. HEX triplet: 7E, 8E and 3D. RGB value is (126,142,61). Sum of RGB (Red+Green+Blue) = 126+142+61=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 142 - color contains mainly: green. Hex color #7E8E3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8E3D is #8171C2. Grayscale: #808080. Windows color (decimal): -8483267 or 4034174. OLE color: 4034174.
HSL color Cylindrical-coordinate representation of color #7E8E3D: hue angle of 71.85º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E8E3D is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 142 | 61 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.44 |
| HSL | 71.85º | 0.4% | 0.4% | - |
| HSV(B) | 71.85º | 0.57% | 0.56% | - |
| XYZ | 19.12 | 24.12 | 8.06 | - |
| YUV | 127.98 | 90.2 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 142 | 61 | 0.11 | 0 | 0.57 | 0.44 | 71.85 | 0.4 | 0.4 |
| Hex | 7E | 8E | 3D | B | 0 | 39 | 2C | 48 | 28 | 28 |
| Octal | 176 | 216 | 75 | 13 | 0 | 71 | 54 | 110 | 50 | 50 |
| Binary | 1111110 | 10001110 | 111101 | 1011 | 0 | 111001 | 101100 | 1001000 | 101000 | 101000 |
Color Harmonies of #7E8E3D
Complementary color
Monochromatic Colors of #7E8E3D
Black with #7E8E3D
Text Example
Text Example
White with #7E8E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8E3D; }
p { color: rgb(126,142,61); }
H1.HeaderClassName
{
color: #7E8E3D;
}
.AnyTagClassName
{
color: #7E8E3D;
}
</style>
background-color css
<style>
a { background-color: #7E8E3D; }
a { background-color: rgb(126,142,61); }
div.DivClassName
{
background-color: #7E8E3D;
}
.BgClassName
{
background-color: #7E8E3D;
}
</style>
border-color css
<style>
span { border-color: #7E8E3D; }
span { border-color: rgb(126,142,61); }
td.TdClassName
{
border-color: #7E8E3D;
}
.TagClassName
{
border-color: #7E8E3D;
}
</style>