Shades of Wasabi #7E933C
Tints of Wasabi #7E933C
RGB
CMYK
RGB Variations
Color information
#7E933C (or 0x7E933C) is known color: Wasabi. HEX triplet: 7E, 93 and 3C. RGB value is (126,147,60). Sum of RGB (Red+Green+Blue) = 126+147+60=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #7E933C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E933C is #816CC3. Grayscale: #838383. Windows color (decimal): -8481988 or 3969918. OLE color: 3969918.
HSL color Cylindrical-coordinate representation of color #7E933C: hue angle of 74.48º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E933C is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 60 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.42 |
| HSL | 74.48º | 0.42% | 0.41% | - |
| HSV(B) | 74.48º | 0.59% | 0.58% | - |
| XYZ | 19.85 | 25.63 | 8.18 | - |
| YUV | 130.8 | 88.04 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 60 | 0.14 | 0 | 0.59 | 0.42 | 74.48 | 0.42 | 0.41 |
| Hex | 7E | 93 | 3C | E | 0 | 3B | 2A | 4A | 2A | 29 |
| Octal | 176 | 223 | 74 | 16 | 0 | 73 | 52 | 112 | 52 | 51 |
| Binary | 1111110 | 10010011 | 111100 | 1110 | 0 | 111011 | 101010 | 1001010 | 101010 | 101001 |
Color Harmonies of #7E933C
Complementary color
Monochromatic Colors of #7E933C
Black with #7E933C
Text Example
Text Example
White with #7E933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E933C; }
p { color: rgb(126,147,60); }
H1.HeaderClassName
{
color: #7E933C;
}
.AnyTagClassName
{
color: #7E933C;
}
</style>
background-color css
<style>
a { background-color: #7E933C; }
a { background-color: rgb(126,147,60); }
div.DivClassName
{
background-color: #7E933C;
}
.BgClassName
{
background-color: #7E933C;
}
</style>
border-color css
<style>
span { border-color: #7E933C; }
span { border-color: rgb(126,147,60); }
td.TdClassName
{
border-color: #7E933C;
}
.TagClassName
{
border-color: #7E933C;
}
</style>