Shades of Wasabi #7E934C
Tints of Wasabi #7E934C
RGB
CMYK
RGB Variations
Color information
#7E934C (or 0x7E934C) is known color: Wasabi. HEX triplet: 7E, 93 and 4C. RGB value is (126,147,76). Sum of RGB (Red+Green+Blue) = 126+147+76=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #7E934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E934C is #816CB3. Grayscale: #848484. Windows color (decimal): -8481972 or 5018494. OLE color: 5018494.
HSL color Cylindrical-coordinate representation of color #7E934C: hue angle of 77.75º degrees, saturation: 0.32, 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 #7E934C is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 76 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.42 |
| HSL | 77.75º | 0.32% | 0.44% | - |
| HSV(B) | 77.75º | 0.48% | 0.58% | - |
| XYZ | 20.34 | 25.82 | 10.75 | - |
| YUV | 132.63 | 96.04 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 76 | 0.14 | 0 | 0.48 | 0.42 | 77.75 | 0.32 | 0.44 |
| Hex | 7E | 93 | 4C | E | 0 | 30 | 2A | 4E | 20 | 2C |
| Octal | 176 | 223 | 114 | 16 | 0 | 60 | 52 | 116 | 40 | 54 |
| Binary | 1111110 | 10010011 | 1001100 | 1110 | 0 | 110000 | 101010 | 1001110 | 100000 | 101100 |
Color Harmonies of #7E934C
Complementary color
Monochromatic Colors of #7E934C
Black with #7E934C
Text Example
Text Example
White with #7E934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E934C; }
p { color: rgb(126,147,76); }
H1.HeaderClassName
{
color: #7E934C;
}
.AnyTagClassName
{
color: #7E934C;
}
</style>
background-color css
<style>
a { background-color: #7E934C; }
a { background-color: rgb(126,147,76); }
div.DivClassName
{
background-color: #7E934C;
}
.BgClassName
{
background-color: #7E934C;
}
</style>
border-color css
<style>
span { border-color: #7E934C; }
span { border-color: rgb(126,147,76); }
td.TdClassName
{
border-color: #7E934C;
}
.TagClassName
{
border-color: #7E934C;
}
</style>