Shades of Wasabi #7E8345
Tints of Wasabi #7E8345
RGB
CMYK
RGB Variations
Color information
#7E8345 (or 0x7E8345) is known color: Wasabi. HEX triplet: 7E, 83 and 45. RGB value is (126,131,69). Sum of RGB (Red+Green+Blue) = 126+131+69=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #7E8345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8345 is #817CBA. Grayscale: #7A7A7A. Windows color (decimal): -8486075 or 4555646. OLE color: 4555646.
HSL color Cylindrical-coordinate representation of color #7E8345: hue angle of 64.84º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E8345 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 131 | 69 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.49 |
| HSL | 64.84º | 0.31% | 0.39% | - |
| HSV(B) | 64.84º | 0.47% | 0.51% | - |
| XYZ | 17.79 | 21.1 | 8.76 | - |
| YUV | 122.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 131 | 69 | 0.04 | 0 | 0.47 | 0.49 | 64.84 | 0.31 | 0.39 |
| Hex | 7E | 83 | 45 | 4 | 0 | 2F | 31 | 41 | 1F | 27 |
| Octal | 176 | 203 | 105 | 4 | 0 | 57 | 61 | 101 | 37 | 47 |
| Binary | 1111110 | 10000011 | 1000101 | 100 | 0 | 101111 | 110001 | 1000001 | 11111 | 100111 |
Color Harmonies of #7E8345
Complementary color
Monochromatic Colors of #7E8345
Black with #7E8345
Text Example
Text Example
White with #7E8345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8345; }
p { color: rgb(126,131,69); }
H1.HeaderClassName
{
color: #7E8345;
}
.AnyTagClassName
{
color: #7E8345;
}
</style>
background-color css
<style>
a { background-color: #7E8345; }
a { background-color: rgb(126,131,69); }
div.DivClassName
{
background-color: #7E8345;
}
.BgClassName
{
background-color: #7E8345;
}
</style>
border-color css
<style>
span { border-color: #7E8345; }
span { border-color: rgb(126,131,69); }
td.TdClassName
{
border-color: #7E8345;
}
.TagClassName
{
border-color: #7E8345;
}
</style>