Shades of Wasabi #7E853D
Tints of Wasabi #7E853D
RGB
CMYK
RGB Variations
Color information
#7E853D (or 0x7E853D) is known color: Wasabi. HEX triplet: 7E, 85 and 3D. RGB value is (126,133,61). Sum of RGB (Red+Green+Blue) = 126+133+61=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #7E853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E853D is #817AC2. Grayscale: #7A7A7A. Windows color (decimal): -8485571 or 4031870. OLE color: 4031870.
HSL color Cylindrical-coordinate representation of color #7E853D: hue angle of 65.83º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E853D is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 133 | 61 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.48 |
| HSL | 65.83º | 0.37% | 0.38% | - |
| HSV(B) | 65.83º | 0.54% | 0.52% | - |
| XYZ | 17.83 | 21.55 | 7.63 | - |
| YUV | 122.7 | 93.18 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 61 | 0.05 | 0 | 0.54 | 0.48 | 65.83 | 0.37 | 0.38 |
| Hex | 7E | 85 | 3D | 5 | 0 | 36 | 30 | 42 | 25 | 26 |
| Octal | 176 | 205 | 75 | 5 | 0 | 66 | 60 | 102 | 45 | 46 |
| Binary | 1111110 | 10000101 | 111101 | 101 | 0 | 110110 | 110000 | 1000010 | 100101 | 100110 |
Color Harmonies of #7E853D
Complementary color
Monochromatic Colors of #7E853D
Black with #7E853D
Text Example
Text Example
White with #7E853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E853D; }
p { color: rgb(126,133,61); }
H1.HeaderClassName
{
color: #7E853D;
}
.AnyTagClassName
{
color: #7E853D;
}
</style>
background-color css
<style>
a { background-color: #7E853D; }
a { background-color: rgb(126,133,61); }
div.DivClassName
{
background-color: #7E853D;
}
.BgClassName
{
background-color: #7E853D;
}
</style>
border-color css
<style>
span { border-color: #7E853D; }
span { border-color: rgb(126,133,61); }
td.TdClassName
{
border-color: #7E853D;
}
.TagClassName
{
border-color: #7E853D;
}
</style>