Shades of Wasabi #7E914D
Tints of Wasabi #7E914D
RGB
CMYK
RGB Variations
Color information
#7E914D (or 0x7E914D) is known color: Wasabi. HEX triplet: 7E, 91 and 4D. RGB value is (126,145,77). Sum of RGB (Red+Green+Blue) = 126+145+77=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #7E914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E914D is #816EB2. Grayscale: #838383. Windows color (decimal): -8482483 or 5083518. OLE color: 5083518.
HSL color Cylindrical-coordinate representation of color #7E914D: hue angle of 76.76º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E914D is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 145 | 77 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.43 |
| HSL | 76.76º | 0.31% | 0.44% | - |
| HSV(B) | 76.76º | 0.47% | 0.57% | - |
| XYZ | 20.07 | 25.22 | 10.83 | - |
| YUV | 131.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 145 | 77 | 0.13 | 0 | 0.47 | 0.43 | 76.76 | 0.31 | 0.44 |
| Hex | 7E | 91 | 4D | D | 0 | 2F | 2B | 4D | 1F | 2C |
| Octal | 176 | 221 | 115 | 15 | 0 | 57 | 53 | 115 | 37 | 54 |
| Binary | 1111110 | 10010001 | 1001101 | 1101 | 0 | 101111 | 101011 | 1001101 | 11111 | 101100 |
Color Harmonies of #7E914D
Complementary color
Monochromatic Colors of #7E914D
Black with #7E914D
Text Example
Text Example
White with #7E914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E914D; }
p { color: rgb(126,145,77); }
H1.HeaderClassName
{
color: #7E914D;
}
.AnyTagClassName
{
color: #7E914D;
}
</style>
background-color css
<style>
a { background-color: #7E914D; }
a { background-color: rgb(126,145,77); }
div.DivClassName
{
background-color: #7E914D;
}
.BgClassName
{
background-color: #7E914D;
}
</style>
border-color css
<style>
span { border-color: #7E914D; }
span { border-color: rgb(126,145,77); }
td.TdClassName
{
border-color: #7E914D;
}
.TagClassName
{
border-color: #7E914D;
}
</style>