Shades of Wasabi #7E943E
Tints of Wasabi #7E943E
RGB
CMYK
RGB Variations
Color information
#7E943E (or 0x7E943E) is known color: Wasabi. HEX triplet: 7E, 94 and 3E. RGB value is (126,148,62). Sum of RGB (Red+Green+Blue) = 126+148+62=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #7E943E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E943E is #816BC1. Grayscale: #838383. Windows color (decimal): -8481730 or 4101246. OLE color: 4101246.
HSL color Cylindrical-coordinate representation of color #7E943E: hue angle of 75.35º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E943E is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 148 | 62 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.42 |
| HSL | 75.35º | 0.41% | 0.41% | - |
| HSV(B) | 75.35º | 0.58% | 0.58% | - |
| XYZ | 20.06 | 25.96 | 8.51 | - |
| YUV | 131.62 | 88.71 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 148 | 62 | 0.15 | 0 | 0.58 | 0.42 | 75.35 | 0.41 | 0.41 |
| Hex | 7E | 94 | 3E | F | 0 | 3A | 2A | 4B | 29 | 29 |
| Octal | 176 | 224 | 76 | 17 | 0 | 72 | 52 | 113 | 51 | 51 |
| Binary | 1111110 | 10010100 | 111110 | 1111 | 0 | 111010 | 101010 | 1001011 | 101001 | 101001 |
Color Harmonies of #7E943E
Complementary color
Monochromatic Colors of #7E943E
Black with #7E943E
Text Example
Text Example
White with #7E943E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E943E; }
p { color: rgb(126,148,62); }
H1.HeaderClassName
{
color: #7E943E;
}
.AnyTagClassName
{
color: #7E943E;
}
</style>
background-color css
<style>
a { background-color: #7E943E; }
a { background-color: rgb(126,148,62); }
div.DivClassName
{
background-color: #7E943E;
}
.BgClassName
{
background-color: #7E943E;
}
</style>
border-color css
<style>
span { border-color: #7E943E; }
span { border-color: rgb(126,148,62); }
td.TdClassName
{
border-color: #7E943E;
}
.TagClassName
{
border-color: #7E943E;
}
</style>