Shades of Wasabi #7E914E
Tints of Wasabi #7E914E
RGB
CMYK
RGB Variations
Color information
#7E914E (or 0x7E914E) is known color: Wasabi. HEX triplet: 7E, 91 and 4E. RGB value is (126,145,78). Sum of RGB (Red+Green+Blue) = 126+145+78=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #7E914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E914E is #816EB1. Grayscale: #838383. Windows color (decimal): -8482482 or 5149054. OLE color: 5149054.
HSL color Cylindrical-coordinate representation of color #7E914E: hue angle of 77.01º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E914E is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 145 | 78 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.43 |
| HSL | 77.01º | 0.3% | 0.44% | - |
| HSV(B) | 77.01º | 0.46% | 0.57% | - |
| XYZ | 20.1 | 25.24 | 11.02 | - |
| YUV | 131.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 145 | 78 | 0.13 | 0 | 0.46 | 0.43 | 77.01 | 0.3 | 0.44 |
| Hex | 7E | 91 | 4E | D | 0 | 2E | 2B | 4D | 1E | 2C |
| Octal | 176 | 221 | 116 | 15 | 0 | 56 | 53 | 115 | 36 | 54 |
| Binary | 1111110 | 10010001 | 1001110 | 1101 | 0 | 101110 | 101011 | 1001101 | 11110 | 101100 |
Color Harmonies of #7E914E
Complementary color
Monochromatic Colors of #7E914E
Black with #7E914E
Text Example
Text Example
White with #7E914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E914E; }
p { color: rgb(126,145,78); }
H1.HeaderClassName
{
color: #7E914E;
}
.AnyTagClassName
{
color: #7E914E;
}
</style>
background-color css
<style>
a { background-color: #7E914E; }
a { background-color: rgb(126,145,78); }
div.DivClassName
{
background-color: #7E914E;
}
.BgClassName
{
background-color: #7E914E;
}
</style>
border-color css
<style>
span { border-color: #7E914E; }
span { border-color: rgb(126,145,78); }
td.TdClassName
{
border-color: #7E914E;
}
.TagClassName
{
border-color: #7E914E;
}
</style>