Shades of Wasabi #7E8342
Tints of Wasabi #7E8342
RGB
CMYK
RGB Variations
Color information
#7E8342 (or 0x7E8342) is known color: Wasabi. HEX triplet: 7E, 83 and 42. RGB value is (126,131,66). Sum of RGB (Red+Green+Blue) = 126+131+66=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 131 - color contains mainly: green. Hex color #7E8342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8342 is #817CBD. Grayscale: #7A7A7A. Windows color (decimal): -8486078 or 4359038. OLE color: 4359038.
HSL color Cylindrical-coordinate representation of color #7E8342: hue angle of 64.62º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E8342 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 131 | 66 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.49 |
| HSL | 64.62º | 0.33% | 0.39% | - |
| HSV(B) | 64.62º | 0.5% | 0.51% | - |
| XYZ | 17.7 | 21.06 | 8.29 | - |
| YUV | 122.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 131 | 66 | 0.04 | 0 | 0.50 | 0.49 | 64.62 | 0.33 | 0.39 |
| Hex | 7E | 83 | 42 | 4 | 0 | 32 | 31 | 41 | 21 | 27 |
| Octal | 176 | 203 | 102 | 4 | 0 | 62 | 61 | 101 | 41 | 47 |
| Binary | 1111110 | 10000011 | 1000010 | 100 | 0 | 110010 | 110001 | 1000001 | 100001 | 100111 |
Color Harmonies of #7E8342
Complementary color
Monochromatic Colors of #7E8342
Black with #7E8342
Text Example
Text Example
White with #7E8342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8342; }
p { color: rgb(126,131,66); }
H1.HeaderClassName
{
color: #7E8342;
}
.AnyTagClassName
{
color: #7E8342;
}
</style>
background-color css
<style>
a { background-color: #7E8342; }
a { background-color: rgb(126,131,66); }
div.DivClassName
{
background-color: #7E8342;
}
.BgClassName
{
background-color: #7E8342;
}
</style>
border-color css
<style>
span { border-color: #7E8342; }
span { border-color: rgb(126,131,66); }
td.TdClassName
{
border-color: #7E8342;
}
.TagClassName
{
border-color: #7E8342;
}
</style>