Shades of Wasabi #7E8731
Tints of Wasabi #7E8731
RGB
CMYK
RGB Variations
Color information
#7E8731 (or 0x7E8731) is known color: Wasabi. HEX triplet: 7E, 87 and 31. RGB value is (126,135,49). Sum of RGB (Red+Green+Blue) = 126+135+49=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #7E8731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8731 is #8178CE. Grayscale: #7A7A7A. Windows color (decimal): -8485071 or 3245950. OLE color: 3245950.
HSL color Cylindrical-coordinate representation of color #7E8731: hue angle of 66.28º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E8731 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 135 | 49 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.47 |
| HSL | 66.28º | 0.47% | 0.36% | - |
| HSV(B) | 66.28º | 0.64% | 0.53% | - |
| XYZ | 17.82 | 21.99 | 6.21 | - |
| YUV | 122.51 | 86.52 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 135 | 49 | 0.07 | 0 | 0.64 | 0.47 | 66.28 | 0.47 | 0.36 |
| Hex | 7E | 87 | 31 | 7 | 0 | 40 | 2F | 42 | 2F | 24 |
| Octal | 176 | 207 | 61 | 7 | 0 | 100 | 57 | 102 | 57 | 44 |
| Binary | 1111110 | 10000111 | 110001 | 111 | 0 | 1000000 | 101111 | 1000010 | 101111 | 100100 |
Color Harmonies of #7E8731
Complementary color
Monochromatic Colors of #7E8731
Black with #7E8731
Text Example
Text Example
White with #7E8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8731; }
p { color: rgb(126,135,49); }
H1.HeaderClassName
{
color: #7E8731;
}
.AnyTagClassName
{
color: #7E8731;
}
</style>
background-color css
<style>
a { background-color: #7E8731; }
a { background-color: rgb(126,135,49); }
div.DivClassName
{
background-color: #7E8731;
}
.BgClassName
{
background-color: #7E8731;
}
</style>
border-color css
<style>
span { border-color: #7E8731; }
span { border-color: rgb(126,135,49); }
td.TdClassName
{
border-color: #7E8731;
}
.TagClassName
{
border-color: #7E8731;
}
</style>