Shades of Wasabi #7E9130
Tints of Wasabi #7E9130
RGB
CMYK
RGB Variations
Color information
#7E9130 (or 0x7E9130) is known color: Wasabi. HEX triplet: 7E, 91 and 30. RGB value is (126,145,48). Sum of RGB (Red+Green+Blue) = 126+145+48=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #7E9130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9130 is #816ECF. Grayscale: #808080. Windows color (decimal): -8482512 or 3182974. OLE color: 3182974.
HSL color Cylindrical-coordinate representation of color #7E9130: hue angle of 71.75º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E9130 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 145 | 48 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.43 |
| HSL | 71.75º | 0.5% | 0.38% | - |
| HSV(B) | 71.75º | 0.67% | 0.57% | - |
| XYZ | 19.26 | 24.9 | 6.59 | - |
| YUV | 128.26 | 82.71 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 145 | 48 | 0.13 | 0 | 0.67 | 0.43 | 71.75 | 0.5 | 0.38 |
| Hex | 7E | 91 | 30 | D | 0 | 43 | 2B | 48 | 32 | 26 |
| Octal | 176 | 221 | 60 | 15 | 0 | 103 | 53 | 110 | 62 | 46 |
| Binary | 1111110 | 10010001 | 110000 | 1101 | 0 | 1000011 | 101011 | 1001000 | 110010 | 100110 |
Color Harmonies of #7E9130
Complementary color
Monochromatic Colors of #7E9130
Black with #7E9130
Text Example
Text Example
White with #7E9130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9130; }
p { color: rgb(126,145,48); }
H1.HeaderClassName
{
color: #7E9130;
}
.AnyTagClassName
{
color: #7E9130;
}
</style>
background-color css
<style>
a { background-color: #7E9130; }
a { background-color: rgb(126,145,48); }
div.DivClassName
{
background-color: #7E9130;
}
.BgClassName
{
background-color: #7E9130;
}
</style>
border-color css
<style>
span { border-color: #7E9130; }
span { border-color: rgb(126,145,48); }
td.TdClassName
{
border-color: #7E9130;
}
.TagClassName
{
border-color: #7E9130;
}
</style>