Shades of Wasabi #7C9142
Tints of Wasabi #7C9142
RGB
CMYK
RGB Variations
Color information
#7C9142 (or 0x7C9142) is known color: Wasabi. HEX triplet: 7C, 91 and 42. RGB value is (124,145,66). Sum of RGB (Red+Green+Blue) = 124+145+66=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #7C9142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9142 is #836EBD. Grayscale: #828282. Windows color (decimal): -8613566 or 4362620. OLE color: 4362620.
HSL color Cylindrical-coordinate representation of color #7C9142: hue angle of 75.95º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C9142 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 145 | 66 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.43 |
| HSL | 75.95º | 0.37% | 0.41% | - |
| HSV(B) | 75.95º | 0.54% | 0.57% | - |
| XYZ | 19.42 | 24.93 | 8.94 | - |
| YUV | 129.72 | 92.04 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 145 | 66 | 0.14 | 0 | 0.54 | 0.43 | 75.95 | 0.37 | 0.41 |
| Hex | 7C | 91 | 42 | E | 0 | 36 | 2B | 4C | 25 | 29 |
| Octal | 174 | 221 | 102 | 16 | 0 | 66 | 53 | 114 | 45 | 51 |
| Binary | 1111100 | 10010001 | 1000010 | 1110 | 0 | 110110 | 101011 | 1001100 | 100101 | 101001 |
Color Harmonies of #7C9142
Complementary color
Monochromatic Colors of #7C9142
Black with #7C9142
Text Example
Text Example
White with #7C9142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9142; }
p { color: rgb(124,145,66); }
H1.HeaderClassName
{
color: #7C9142;
}
.AnyTagClassName
{
color: #7C9142;
}
</style>
background-color css
<style>
a { background-color: #7C9142; }
a { background-color: rgb(124,145,66); }
div.DivClassName
{
background-color: #7C9142;
}
.BgClassName
{
background-color: #7C9142;
}
</style>
border-color css
<style>
span { border-color: #7C9142; }
span { border-color: rgb(124,145,66); }
td.TdClassName
{
border-color: #7C9142;
}
.TagClassName
{
border-color: #7C9142;
}
</style>