Shades of Wasabi #7E973C
Tints of Wasabi #7E973C
RGB
CMYK
RGB Variations
Color information
#7E973C (or 0x7E973C) is known color: Wasabi. HEX triplet: 7E, 97 and 3C. RGB value is (126,151,60). Sum of RGB (Red+Green+Blue) = 126+151+60=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #7E973C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E973C is #8168C3. Grayscale: #858585. Windows color (decimal): -8480964 or 3970942. OLE color: 3970942.
HSL color Cylindrical-coordinate representation of color #7E973C: hue angle of 76.48º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E973C is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 151 | 60 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.41 |
| HSL | 76.48º | 0.43% | 0.41% | - |
| HSV(B) | 76.48º | 0.6% | 0.59% | - |
| XYZ | 20.49 | 26.9 | 8.39 | - |
| YUV | 133.15 | 86.72 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 151 | 60 | 0.17 | 0 | 0.60 | 0.41 | 76.48 | 0.43 | 0.41 |
| Hex | 7E | 97 | 3C | 11 | 0 | 3C | 29 | 4C | 2B | 29 |
| Octal | 176 | 227 | 74 | 21 | 0 | 74 | 51 | 114 | 53 | 51 |
| Binary | 1111110 | 10010111 | 111100 | 10001 | 0 | 111100 | 101001 | 1001100 | 101011 | 101001 |
Color Harmonies of #7E973C
Complementary color
Monochromatic Colors of #7E973C
Black with #7E973C
Text Example
Text Example
White with #7E973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E973C; }
p { color: rgb(126,151,60); }
H1.HeaderClassName
{
color: #7E973C;
}
.AnyTagClassName
{
color: #7E973C;
}
</style>
background-color css
<style>
a { background-color: #7E973C; }
a { background-color: rgb(126,151,60); }
div.DivClassName
{
background-color: #7E973C;
}
.BgClassName
{
background-color: #7E973C;
}
</style>
border-color css
<style>
span { border-color: #7E973C; }
span { border-color: rgb(126,151,60); }
td.TdClassName
{
border-color: #7E973C;
}
.TagClassName
{
border-color: #7E973C;
}
</style>