Shades of Wasabi #7E8D3D
Tints of Wasabi #7E8D3D
RGB
CMYK
RGB Variations
Color information
#7E8D3D (or 0x7E8D3D) is known color: Wasabi. HEX triplet: 7E, 8D and 3D. RGB value is (126,141,61). Sum of RGB (Red+Green+Blue) = 126+141+61=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 141 - color contains mainly: green. Hex color #7E8D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8D3D is #8172C2. Grayscale: #7F7F7F. Windows color (decimal): -8483523 or 4033918. OLE color: 4033918.
HSL color Cylindrical-coordinate representation of color #7E8D3D: hue angle of 71.25º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E8D3D is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 141 | 61 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.45 |
| HSL | 71.25º | 0.4% | 0.4% | - |
| HSV(B) | 71.25º | 0.57% | 0.55% | - |
| XYZ | 18.97 | 23.82 | 8.01 | - |
| YUV | 127.4 | 90.53 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 141 | 61 | 0.11 | 0 | 0.57 | 0.45 | 71.25 | 0.4 | 0.4 |
| Hex | 7E | 8D | 3D | B | 0 | 39 | 2D | 47 | 28 | 28 |
| Octal | 176 | 215 | 75 | 13 | 0 | 71 | 55 | 107 | 50 | 50 |
| Binary | 1111110 | 10001101 | 111101 | 1011 | 0 | 111001 | 101101 | 1000111 | 101000 | 101000 |
Color Harmonies of #7E8D3D
Complementary color
Monochromatic Colors of #7E8D3D
Black with #7E8D3D
Text Example
Text Example
White with #7E8D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8D3D; }
p { color: rgb(126,141,61); }
H1.HeaderClassName
{
color: #7E8D3D;
}
.AnyTagClassName
{
color: #7E8D3D;
}
</style>
background-color css
<style>
a { background-color: #7E8D3D; }
a { background-color: rgb(126,141,61); }
div.DivClassName
{
background-color: #7E8D3D;
}
.BgClassName
{
background-color: #7E8D3D;
}
</style>
border-color css
<style>
span { border-color: #7E8D3D; }
span { border-color: rgb(126,141,61); }
td.TdClassName
{
border-color: #7E8D3D;
}
.TagClassName
{
border-color: #7E8D3D;
}
</style>