Shades of Wasabi #7E902E
Tints of Wasabi #7E902E
RGB
CMYK
RGB Variations
Color information
#7E902E (or 0x7E902E) is known color: Wasabi. HEX triplet: 7E, 90 and 2E. RGB value is (126,144,46). Sum of RGB (Red+Green+Blue) = 126+144+46=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #7E902E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E902E is #816FD1. Grayscale: #7F7F7F. Windows color (decimal): -8482770 or 3051646. OLE color: 3051646.
HSL color Cylindrical-coordinate representation of color #7E902E: hue angle of 71.02º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E902E is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 144 | 46 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.44 |
| HSL | 71.02º | 0.52% | 0.37% | - |
| HSV(B) | 71.02º | 0.68% | 0.56% | - |
| XYZ | 19.07 | 24.58 | 6.32 | - |
| YUV | 127.45 | 82.04 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 144 | 46 | 0.12 | 0 | 0.68 | 0.44 | 71.02 | 0.52 | 0.37 |
| Hex | 7E | 90 | 2E | C | 0 | 44 | 2C | 47 | 34 | 25 |
| Octal | 176 | 220 | 56 | 14 | 0 | 104 | 54 | 107 | 64 | 45 |
| Binary | 1111110 | 10010000 | 101110 | 1100 | 0 | 1000100 | 101100 | 1000111 | 110100 | 100101 |
Color Harmonies of #7E902E
Complementary color
Monochromatic Colors of #7E902E
Black with #7E902E
Text Example
Text Example
White with #7E902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E902E; }
p { color: rgb(126,144,46); }
H1.HeaderClassName
{
color: #7E902E;
}
.AnyTagClassName
{
color: #7E902E;
}
</style>
background-color css
<style>
a { background-color: #7E902E; }
a { background-color: rgb(126,144,46); }
div.DivClassName
{
background-color: #7E902E;
}
.BgClassName
{
background-color: #7E902E;
}
</style>
border-color css
<style>
span { border-color: #7E902E; }
span { border-color: rgb(126,144,46); }
td.TdClassName
{
border-color: #7E902E;
}
.TagClassName
{
border-color: #7E902E;
}
</style>