Shades of Wasabi #7E8239
Tints of Wasabi #7E8239
RGB
CMYK
RGB Variations
Color information
#7E8239 (or 0x7E8239) is known color: Wasabi. HEX triplet: 7E, 82 and 39. RGB value is (126,130,57). Sum of RGB (Red+Green+Blue) = 126+130+57=313 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.26% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8239 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8239 is #817DC6. Grayscale: #787878. Windows color (decimal): -8486343 or 3768958. OLE color: 3768958.
HSL color Cylindrical-coordinate representation of color #7E8239: hue angle of 63.29º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E8239 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 130 | 57 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.49 |
| HSL | 63.29º | 0.39% | 0.37% | - |
| HSV(B) | 63.29º | 0.56% | 0.51% | - |
| XYZ | 17.33 | 20.7 | 6.95 | - |
| YUV | 120.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 130 | 57 | 0.03 | 0 | 0.56 | 0.49 | 63.29 | 0.39 | 0.37 |
| Hex | 7E | 82 | 39 | 3 | 0 | 38 | 31 | 3F | 27 | 25 |
| Octal | 176 | 202 | 71 | 3 | 0 | 70 | 61 | 77 | 47 | 45 |
| Binary | 1111110 | 10000010 | 111001 | 11 | 0 | 111000 | 110001 | 111111 | 100111 | 100101 |
Color Harmonies of #7E8239
Complementary color
Monochromatic Colors of #7E8239
Black with #7E8239
Text Example
Text Example
White with #7E8239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8239; }
p { color: rgb(126,130,57); }
H1.HeaderClassName
{
color: #7E8239;
}
.AnyTagClassName
{
color: #7E8239;
}
</style>
background-color css
<style>
a { background-color: #7E8239; }
a { background-color: rgb(126,130,57); }
div.DivClassName
{
background-color: #7E8239;
}
.BgClassName
{
background-color: #7E8239;
}
</style>
border-color css
<style>
span { border-color: #7E8239; }
span { border-color: rgb(126,130,57); }
td.TdClassName
{
border-color: #7E8239;
}
.TagClassName
{
border-color: #7E8239;
}
</style>