Shades of Wasabi #7E9131
Tints of Wasabi #7E9131
RGB
CMYK
RGB Variations
Color information
#7E9131 (or 0x7E9131) is known color: Wasabi. HEX triplet: 7E, 91 and 31. RGB value is (126,145,49). Sum of RGB (Red+Green+Blue) = 126+145+49=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #7E9131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9131 is #816ECE. Grayscale: #808080. Windows color (decimal): -8482511 or 3248510. OLE color: 3248510.
HSL color Cylindrical-coordinate representation of color #7E9131: hue angle of 71.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E9131 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 145 | 49 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.43 |
| HSL | 71.88º | 0.49% | 0.38% | - |
| HSV(B) | 71.88º | 0.66% | 0.57% | - |
| XYZ | 19.28 | 24.91 | 6.7 | - |
| YUV | 128.38 | 83.21 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 145 | 49 | 0.13 | 0 | 0.66 | 0.43 | 71.88 | 0.49 | 0.38 |
| Hex | 7E | 91 | 31 | D | 0 | 42 | 2B | 48 | 31 | 26 |
| Octal | 176 | 221 | 61 | 15 | 0 | 102 | 53 | 110 | 61 | 46 |
| Binary | 1111110 | 10010001 | 110001 | 1101 | 0 | 1000010 | 101011 | 1001000 | 110001 | 100110 |
Color Harmonies of #7E9131
Complementary color
Monochromatic Colors of #7E9131
Black with #7E9131
Text Example
Text Example
White with #7E9131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9131; }
p { color: rgb(126,145,49); }
H1.HeaderClassName
{
color: #7E9131;
}
.AnyTagClassName
{
color: #7E9131;
}
</style>
background-color css
<style>
a { background-color: #7E9131; }
a { background-color: rgb(126,145,49); }
div.DivClassName
{
background-color: #7E9131;
}
.BgClassName
{
background-color: #7E9131;
}
</style>
border-color css
<style>
span { border-color: #7E9131; }
span { border-color: rgb(126,145,49); }
td.TdClassName
{
border-color: #7E9131;
}
.TagClassName
{
border-color: #7E9131;
}
</style>