Shades of Wasabi #7E954C
Tints of Wasabi #7E954C
RGB
CMYK
RGB Variations
Color information
#7E954C (or 0x7E954C) is known color: Wasabi. HEX triplet: 7E, 95 and 4C. RGB value is (126,149,76). Sum of RGB (Red+Green+Blue) = 126+149+76=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #7E954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E954C is #816AB3. Grayscale: #868686. Windows color (decimal): -8481460 or 5019006. OLE color: 5019006.
HSL color Cylindrical-coordinate representation of color #7E954C: hue angle of 78.9º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E954C is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 149 | 76 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.42 |
| HSL | 78.9º | 0.32% | 0.44% | - |
| HSV(B) | 78.9º | 0.49% | 0.58% | - |
| XYZ | 20.66 | 26.45 | 10.85 | - |
| YUV | 133.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 149 | 76 | 0.15 | 0 | 0.49 | 0.42 | 78.9 | 0.32 | 0.44 |
| Hex | 7E | 95 | 4C | F | 0 | 31 | 2A | 4F | 20 | 2C |
| Octal | 176 | 225 | 114 | 17 | 0 | 61 | 52 | 117 | 40 | 54 |
| Binary | 1111110 | 10010101 | 1001100 | 1111 | 0 | 110001 | 101010 | 1001111 | 100000 | 101100 |
Color Harmonies of #7E954C
Complementary color
Monochromatic Colors of #7E954C
Black with #7E954C
Text Example
Text Example
White with #7E954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E954C; }
p { color: rgb(126,149,76); }
H1.HeaderClassName
{
color: #7E954C;
}
.AnyTagClassName
{
color: #7E954C;
}
</style>
background-color css
<style>
a { background-color: #7E954C; }
a { background-color: rgb(126,149,76); }
div.DivClassName
{
background-color: #7E954C;
}
.BgClassName
{
background-color: #7E954C;
}
</style>
border-color css
<style>
span { border-color: #7E954C; }
span { border-color: rgb(126,149,76); }
td.TdClassName
{
border-color: #7E954C;
}
.TagClassName
{
border-color: #7E954C;
}
</style>