Shades of Wasabi #7E9649
Tints of Wasabi #7E9649
RGB
CMYK
RGB Variations
Color information
#7E9649 (or 0x7E9649) is known color: Wasabi. HEX triplet: 7E, 96 and 49. RGB value is (126,150,73). Sum of RGB (Red+Green+Blue) = 126+150+73=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #7E9649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9649 is #8169B6. Grayscale: #868686. Windows color (decimal): -8481207 or 4822654. OLE color: 4822654.
HSL color Cylindrical-coordinate representation of color #7E9649: hue angle of 78.7º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E9649 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 150 | 73 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.41 |
| HSL | 78.7º | 0.35% | 0.44% | - |
| HSV(B) | 78.7º | 0.51% | 0.59% | - |
| XYZ | 20.71 | 26.73 | 10.37 | - |
| YUV | 134.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 150 | 73 | 0.16 | 0 | 0.51 | 0.41 | 78.7 | 0.35 | 0.44 |
| Hex | 7E | 96 | 49 | 10 | 0 | 33 | 29 | 4F | 23 | 2C |
| Octal | 176 | 226 | 111 | 20 | 0 | 63 | 51 | 117 | 43 | 54 |
| Binary | 1111110 | 10010110 | 1001001 | 10000 | 0 | 110011 | 101001 | 1001111 | 100011 | 101100 |
Color Harmonies of #7E9649
Complementary color
Monochromatic Colors of #7E9649
Black with #7E9649
Text Example
Text Example
White with #7E9649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9649; }
p { color: rgb(126,150,73); }
H1.HeaderClassName
{
color: #7E9649;
}
.AnyTagClassName
{
color: #7E9649;
}
</style>
background-color css
<style>
a { background-color: #7E9649; }
a { background-color: rgb(126,150,73); }
div.DivClassName
{
background-color: #7E9649;
}
.BgClassName
{
background-color: #7E9649;
}
</style>
border-color css
<style>
span { border-color: #7E9649; }
span { border-color: rgb(126,150,73); }
td.TdClassName
{
border-color: #7E9649;
}
.TagClassName
{
border-color: #7E9649;
}
</style>