Shades of Wasabi #7E9233
Tints of Wasabi #7E9233
RGB
CMYK
RGB Variations
Color information
#7E9233 (or 0x7E9233) is known color: Wasabi. HEX triplet: 7E, 92 and 33. RGB value is (126,146,51). Sum of RGB (Red+Green+Blue) = 126+146+51=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #7E9233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9233 is #816DCC. Grayscale: #818181. Windows color (decimal): -8482253 or 3379838. OLE color: 3379838.
HSL color Cylindrical-coordinate representation of color #7E9233: hue angle of 72.63º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E9233 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 146 | 51 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.43 |
| HSL | 72.63º | 0.48% | 0.39% | - |
| HSV(B) | 72.63º | 0.65% | 0.57% | - |
| XYZ | 19.48 | 25.23 | 6.98 | - |
| YUV | 129.19 | 83.87 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 51 | 0.14 | 0 | 0.65 | 0.43 | 72.63 | 0.48 | 0.39 |
| Hex | 7E | 92 | 33 | E | 0 | 41 | 2B | 49 | 30 | 27 |
| Octal | 176 | 222 | 63 | 16 | 0 | 101 | 53 | 111 | 60 | 47 |
| Binary | 1111110 | 10010010 | 110011 | 1110 | 0 | 1000001 | 101011 | 1001001 | 110000 | 100111 |
Color Harmonies of #7E9233
Complementary color
Monochromatic Colors of #7E9233
Black with #7E9233
Text Example
Text Example
White with #7E9233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9233; }
p { color: rgb(126,146,51); }
H1.HeaderClassName
{
color: #7E9233;
}
.AnyTagClassName
{
color: #7E9233;
}
</style>
background-color css
<style>
a { background-color: #7E9233; }
a { background-color: rgb(126,146,51); }
div.DivClassName
{
background-color: #7E9233;
}
.BgClassName
{
background-color: #7E9233;
}
</style>
border-color css
<style>
span { border-color: #7E9233; }
span { border-color: rgb(126,146,51); }
td.TdClassName
{
border-color: #7E9233;
}
.TagClassName
{
border-color: #7E9233;
}
</style>