Shades of Wasabi #7E8933
Tints of Wasabi #7E8933
RGB
CMYK
RGB Variations
Color information
#7E8933 (or 0x7E8933) is known color: Wasabi. HEX triplet: 7E, 89 and 33. RGB value is (126,137,51). Sum of RGB (Red+Green+Blue) = 126+137+51=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #7E8933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8933 is #8176CC. Grayscale: #7C7C7C. Windows color (decimal): -8484557 or 3377534. OLE color: 3377534.
HSL color Cylindrical-coordinate representation of color #7E8933: hue angle of 67.67º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E8933 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 137 | 51 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.46 |
| HSL | 67.67º | 0.46% | 0.37% | - |
| HSV(B) | 67.67º | 0.63% | 0.54% | - |
| XYZ | 18.15 | 22.57 | 6.53 | - |
| YUV | 123.91 | 86.86 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 137 | 51 | 0.08 | 0 | 0.63 | 0.46 | 67.67 | 0.46 | 0.37 |
| Hex | 7E | 89 | 33 | 8 | 0 | 3F | 2E | 44 | 2E | 25 |
| Octal | 176 | 211 | 63 | 10 | 0 | 77 | 56 | 104 | 56 | 45 |
| Binary | 1111110 | 10001001 | 110011 | 1000 | 0 | 111111 | 101110 | 1000100 | 101110 | 100101 |
Color Harmonies of #7E8933
Complementary color
Monochromatic Colors of #7E8933
Black with #7E8933
Text Example
Text Example
White with #7E8933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8933; }
p { color: rgb(126,137,51); }
H1.HeaderClassName
{
color: #7E8933;
}
.AnyTagClassName
{
color: #7E8933;
}
</style>
background-color css
<style>
a { background-color: #7E8933; }
a { background-color: rgb(126,137,51); }
div.DivClassName
{
background-color: #7E8933;
}
.BgClassName
{
background-color: #7E8933;
}
</style>
border-color css
<style>
span { border-color: #7E8933; }
span { border-color: rgb(126,137,51); }
td.TdClassName
{
border-color: #7E8933;
}
.TagClassName
{
border-color: #7E8933;
}
</style>