Shades of Wasabi #7E813B
Tints of Wasabi #7E813B
RGB
CMYK
RGB Variations
Color information
#7E813B (or 0x7E813B) is known color: Wasabi. HEX triplet: 7E, 81 and 3B. RGB value is (126,129,59). Sum of RGB (Red+Green+Blue) = 126+129+59=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #7E813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E813B is #817EC4. Grayscale: #787878. Windows color (decimal): -8486597 or 3899774. OLE color: 3899774.
HSL color Cylindrical-coordinate representation of color #7E813B: hue angle of 62.57º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E813B is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 129 | 59 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.49 |
| HSL | 62.57º | 0.37% | 0.37% | - |
| HSV(B) | 62.57º | 0.54% | 0.51% | - |
| XYZ | 17.24 | 20.45 | 7.18 | - |
| YUV | 120.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 129 | 59 | 0.02 | 0 | 0.54 | 0.49 | 62.57 | 0.37 | 0.37 |
| Hex | 7E | 81 | 3B | 2 | 0 | 36 | 31 | 3F | 25 | 25 |
| Octal | 176 | 201 | 73 | 2 | 0 | 66 | 61 | 77 | 45 | 45 |
| Binary | 1111110 | 10000001 | 111011 | 10 | 0 | 110110 | 110001 | 111111 | 100101 | 100101 |
Color Harmonies of #7E813B
Complementary color
Monochromatic Colors of #7E813B
Black with #7E813B
Text Example
Text Example
White with #7E813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E813B; }
p { color: rgb(126,129,59); }
H1.HeaderClassName
{
color: #7E813B;
}
.AnyTagClassName
{
color: #7E813B;
}
</style>
background-color css
<style>
a { background-color: #7E813B; }
a { background-color: rgb(126,129,59); }
div.DivClassName
{
background-color: #7E813B;
}
.BgClassName
{
background-color: #7E813B;
}
</style>
border-color css
<style>
span { border-color: #7E813B; }
span { border-color: rgb(126,129,59); }
td.TdClassName
{
border-color: #7E813B;
}
.TagClassName
{
border-color: #7E813B;
}
</style>