Shades of Wasabi #7E932C
Tints of Wasabi #7E932C
RGB
CMYK
RGB Variations
Color information
#7E932C (or 0x7E932C) is known color: Wasabi. HEX triplet: 7E, 93 and 2C. RGB value is (126,147,44). Sum of RGB (Red+Green+Blue) = 126+147+44=317 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.75% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #7E932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E932C is #816CD3. Grayscale: #818181. Windows color (decimal): -8482004 or 2921342. OLE color: 2921342.
HSL color Cylindrical-coordinate representation of color #7E932C: hue angle of 72.23º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E932C is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 44 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.42 |
| HSL | 72.23º | 0.54% | 0.37% | - |
| HSV(B) | 72.23º | 0.7% | 0.58% | - |
| XYZ | 19.49 | 25.48 | 6.27 | - |
| YUV | 128.98 | 80.04 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 44 | 0.14 | 0 | 0.70 | 0.42 | 72.23 | 0.54 | 0.37 |
| Hex | 7E | 93 | 2C | E | 0 | 46 | 2A | 48 | 36 | 25 |
| Octal | 176 | 223 | 54 | 16 | 0 | 106 | 52 | 110 | 66 | 45 |
| Binary | 1111110 | 10010011 | 101100 | 1110 | 0 | 1000110 | 101010 | 1001000 | 110110 | 100101 |
Color Harmonies of #7E932C
Complementary color
Monochromatic Colors of #7E932C
Black with #7E932C
Text Example
Text Example
White with #7E932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E932C; }
p { color: rgb(126,147,44); }
H1.HeaderClassName
{
color: #7E932C;
}
.AnyTagClassName
{
color: #7E932C;
}
</style>
background-color css
<style>
a { background-color: #7E932C; }
a { background-color: rgb(126,147,44); }
div.DivClassName
{
background-color: #7E932C;
}
.BgClassName
{
background-color: #7E932C;
}
</style>
border-color css
<style>
span { border-color: #7E932C; }
span { border-color: rgb(126,147,44); }
td.TdClassName
{
border-color: #7E932C;
}
.TagClassName
{
border-color: #7E932C;
}
</style>