Shades of Wasabi #7E9348
Tints of Wasabi #7E9348
RGB
CMYK
RGB Variations
Color information
#7E9348 (or 0x7E9348) is known color: Wasabi. HEX triplet: 7E, 93 and 48. RGB value is (126,147,72). Sum of RGB (Red+Green+Blue) = 126+147+72=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9348 is #816CB7. Grayscale: #848484. Windows color (decimal): -8481976 or 4756350. OLE color: 4756350.
HSL color Cylindrical-coordinate representation of color #7E9348: hue angle of 76.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E9348 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 72 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.42 |
| HSL | 76.8º | 0.34% | 0.43% | - |
| HSV(B) | 76.8º | 0.51% | 0.58% | - |
| XYZ | 20.21 | 25.77 | 10.04 | - |
| YUV | 132.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 72 | 0.14 | 0 | 0.51 | 0.42 | 76.8 | 0.34 | 0.43 |
| Hex | 7E | 93 | 48 | E | 0 | 33 | 2A | 4D | 22 | 2B |
| Octal | 176 | 223 | 110 | 16 | 0 | 63 | 52 | 115 | 42 | 53 |
| Binary | 1111110 | 10010011 | 1001000 | 1110 | 0 | 110011 | 101010 | 1001101 | 100010 | 101011 |
Color Harmonies of #7E9348
Complementary color
Monochromatic Colors of #7E9348
Black with #7E9348
Text Example
Text Example
White with #7E9348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9348; }
p { color: rgb(126,147,72); }
H1.HeaderClassName
{
color: #7E9348;
}
.AnyTagClassName
{
color: #7E9348;
}
</style>
background-color css
<style>
a { background-color: #7E9348; }
a { background-color: rgb(126,147,72); }
div.DivClassName
{
background-color: #7E9348;
}
.BgClassName
{
background-color: #7E9348;
}
</style>
border-color css
<style>
span { border-color: #7E9348; }
span { border-color: rgb(126,147,72); }
td.TdClassName
{
border-color: #7E9348;
}
.TagClassName
{
border-color: #7E9348;
}
</style>