Shades of Wasabi #7E934D
Tints of Wasabi #7E934D
RGB
CMYK
RGB Variations
Color information
#7E934D (or 0x7E934D) is known color: Wasabi. HEX triplet: 7E, 93 and 4D. RGB value is (126,147,77). Sum of RGB (Red+Green+Blue) = 126+147+77=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #7E934D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E934D is #816CB2. Grayscale: #858585. Windows color (decimal): -8481971 or 5084030. OLE color: 5084030.
HSL color Cylindrical-coordinate representation of color #7E934D: hue angle of 78º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E934D is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 77 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.42 |
| HSL | 78º | 0.31% | 0.44% | - |
| HSV(B) | 78º | 0.48% | 0.58% | - |
| XYZ | 20.38 | 25.84 | 10.93 | - |
| YUV | 132.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 77 | 0.14 | 0 | 0.48 | 0.42 | 78 | 0.31 | 0.44 |
| Hex | 7E | 93 | 4D | E | 0 | 30 | 2A | 4E | 1F | 2C |
| Octal | 176 | 223 | 115 | 16 | 0 | 60 | 52 | 116 | 37 | 54 |
| Binary | 1111110 | 10010011 | 1001101 | 1110 | 0 | 110000 | 101010 | 1001110 | 11111 | 101100 |
Color Harmonies of #7E934D
Complementary color
Monochromatic Colors of #7E934D
Black with #7E934D
Text Example
Text Example
White with #7E934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E934D; }
p { color: rgb(126,147,77); }
H1.HeaderClassName
{
color: #7E934D;
}
.AnyTagClassName
{
color: #7E934D;
}
</style>
background-color css
<style>
a { background-color: #7E934D; }
a { background-color: rgb(126,147,77); }
div.DivClassName
{
background-color: #7E934D;
}
.BgClassName
{
background-color: #7E934D;
}
</style>
border-color css
<style>
span { border-color: #7E934D; }
span { border-color: rgb(126,147,77); }
td.TdClassName
{
border-color: #7E934D;
}
.TagClassName
{
border-color: #7E934D;
}
</style>