Shades of Wasabi #7E8738
Tints of Wasabi #7E8738
RGB
CMYK
RGB Variations
Color information
#7E8738 (or 0x7E8738) is known color: Wasabi. HEX triplet: 7E, 87 and 38. RGB value is (126,135,56). Sum of RGB (Red+Green+Blue) = 126+135+56=317 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.75% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #7E8738 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8738 is #8178C7. Grayscale: #7B7B7B. Windows color (decimal): -8485064 or 3704702. OLE color: 3704702.
HSL color Cylindrical-coordinate representation of color #7E8738: hue angle of 66.84º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E8738 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 135 | 56 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.47 |
| HSL | 66.84º | 0.41% | 0.37% | - |
| HSV(B) | 66.84º | 0.59% | 0.53% | - |
| XYZ | 17.98 | 22.05 | 7.05 | - |
| YUV | 123.3 | 90.02 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 135 | 56 | 0.07 | 0 | 0.59 | 0.47 | 66.84 | 0.41 | 0.37 |
| Hex | 7E | 87 | 38 | 7 | 0 | 3B | 2F | 43 | 29 | 25 |
| Octal | 176 | 207 | 70 | 7 | 0 | 73 | 57 | 103 | 51 | 45 |
| Binary | 1111110 | 10000111 | 111000 | 111 | 0 | 111011 | 101111 | 1000011 | 101001 | 100101 |
Color Harmonies of #7E8738
Complementary color
Monochromatic Colors of #7E8738
Black with #7E8738
Text Example
Text Example
White with #7E8738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8738; }
p { color: rgb(126,135,56); }
H1.HeaderClassName
{
color: #7E8738;
}
.AnyTagClassName
{
color: #7E8738;
}
</style>
background-color css
<style>
a { background-color: #7E8738; }
a { background-color: rgb(126,135,56); }
div.DivClassName
{
background-color: #7E8738;
}
.BgClassName
{
background-color: #7E8738;
}
</style>
border-color css
<style>
span { border-color: #7E8738; }
span { border-color: rgb(126,135,56); }
td.TdClassName
{
border-color: #7E8738;
}
.TagClassName
{
border-color: #7E8738;
}
</style>