Shades of Wasabi #7E954B
Tints of Wasabi #7E954B
RGB
CMYK
RGB Variations
Color information
#7E954B (or 0x7E954B) is known color: Wasabi. HEX triplet: 7E, 95 and 4B. RGB value is (126,149,75). Sum of RGB (Red+Green+Blue) = 126+149+75=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #7E954B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E954B is #816AB4. Grayscale: #858585. Windows color (decimal): -8481461 or 4953470. OLE color: 4953470.
HSL color Cylindrical-coordinate representation of color #7E954B: hue angle of 78.65º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E954B is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 149 | 75 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.42 |
| HSL | 78.65º | 0.33% | 0.44% | - |
| HSV(B) | 78.65º | 0.5% | 0.58% | - |
| XYZ | 20.62 | 26.44 | 10.67 | - |
| YUV | 133.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 149 | 75 | 0.15 | 0 | 0.50 | 0.42 | 78.65 | 0.33 | 0.44 |
| Hex | 7E | 95 | 4B | F | 0 | 32 | 2A | 4F | 21 | 2C |
| Octal | 176 | 225 | 113 | 17 | 0 | 62 | 52 | 117 | 41 | 54 |
| Binary | 1111110 | 10010101 | 1001011 | 1111 | 0 | 110010 | 101010 | 1001111 | 100001 | 101100 |
Color Harmonies of #7E954B
Complementary color
Monochromatic Colors of #7E954B
Black with #7E954B
Text Example
Text Example
White with #7E954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E954B; }
p { color: rgb(126,149,75); }
H1.HeaderClassName
{
color: #7E954B;
}
.AnyTagClassName
{
color: #7E954B;
}
</style>
background-color css
<style>
a { background-color: #7E954B; }
a { background-color: rgb(126,149,75); }
div.DivClassName
{
background-color: #7E954B;
}
.BgClassName
{
background-color: #7E954B;
}
</style>
border-color css
<style>
span { border-color: #7E954B; }
span { border-color: rgb(126,149,75); }
td.TdClassName
{
border-color: #7E954B;
}
.TagClassName
{
border-color: #7E954B;
}
</style>