Shades of Wasabi #7E9534
Tints of Wasabi #7E9534
RGB
CMYK
RGB Variations
Color information
#7E9534 (or 0x7E9534) is known color: Wasabi. HEX triplet: 7E, 95 and 34. RGB value is (126,149,52). Sum of RGB (Red+Green+Blue) = 126+149+52=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #7E9534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9534 is #816ACB. Grayscale: #838383. Windows color (decimal): -8481484 or 3446142. OLE color: 3446142.
HSL color Cylindrical-coordinate representation of color #7E9534: hue angle of 74.23º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E9534 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 149 | 52 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.42 |
| HSL | 74.23º | 0.48% | 0.39% | - |
| HSV(B) | 74.23º | 0.65% | 0.58% | - |
| XYZ | 19.97 | 26.18 | 7.25 | - |
| YUV | 131.07 | 83.38 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 149 | 52 | 0.15 | 0 | 0.65 | 0.42 | 74.23 | 0.48 | 0.39 |
| Hex | 7E | 95 | 34 | F | 0 | 41 | 2A | 4A | 30 | 27 |
| Octal | 176 | 225 | 64 | 17 | 0 | 101 | 52 | 112 | 60 | 47 |
| Binary | 1111110 | 10010101 | 110100 | 1111 | 0 | 1000001 | 101010 | 1001010 | 110000 | 100111 |
Color Harmonies of #7E9534
Complementary color
Monochromatic Colors of #7E9534
Black with #7E9534
Text Example
Text Example
White with #7E9534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9534; }
p { color: rgb(126,149,52); }
H1.HeaderClassName
{
color: #7E9534;
}
.AnyTagClassName
{
color: #7E9534;
}
</style>
background-color css
<style>
a { background-color: #7E9534; }
a { background-color: rgb(126,149,52); }
div.DivClassName
{
background-color: #7E9534;
}
.BgClassName
{
background-color: #7E9534;
}
</style>
border-color css
<style>
span { border-color: #7E9534; }
span { border-color: rgb(126,149,52); }
td.TdClassName
{
border-color: #7E9534;
}
.TagClassName
{
border-color: #7E9534;
}
</style>