Shades of Wasabi #7C8944
Tints of Wasabi #7C8944
RGB
CMYK
RGB Variations
Color information
#7C8944 (or 0x7C8944) is known color: Wasabi. HEX triplet: 7C, 89 and 44. RGB value is (124,137,68). Sum of RGB (Red+Green+Blue) = 124+137+68=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8944 is #8376BB. Grayscale: #7D7D7D. Windows color (decimal): -8615612 or 4491644. OLE color: 4491644.
HSL color Cylindrical-coordinate representation of color #7C8944: hue angle of 71.3º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C8944 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 137 | 68 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.46 |
| HSL | 71.3º | 0.34% | 0.4% | - |
| HSV(B) | 71.3º | 0.5% | 0.54% | - |
| XYZ | 18.3 | 22.59 | 8.87 | - |
| YUV | 125.25 | 95.69 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 137 | 68 | 0.09 | 0 | 0.50 | 0.46 | 71.3 | 0.34 | 0.4 |
| Hex | 7C | 89 | 44 | 9 | 0 | 32 | 2E | 47 | 22 | 28 |
| Octal | 174 | 211 | 104 | 11 | 0 | 62 | 56 | 107 | 42 | 50 |
| Binary | 1111100 | 10001001 | 1000100 | 1001 | 0 | 110010 | 101110 | 1000111 | 100010 | 101000 |
Color Harmonies of #7C8944
Complementary color
Monochromatic Colors of #7C8944
Black with #7C8944
Text Example
Text Example
White with #7C8944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8944; }
p { color: rgb(124,137,68); }
H1.HeaderClassName
{
color: #7C8944;
}
.AnyTagClassName
{
color: #7C8944;
}
</style>
background-color css
<style>
a { background-color: #7C8944; }
a { background-color: rgb(124,137,68); }
div.DivClassName
{
background-color: #7C8944;
}
.BgClassName
{
background-color: #7C8944;
}
</style>
border-color css
<style>
span { border-color: #7C8944; }
span { border-color: rgb(124,137,68); }
td.TdClassName
{
border-color: #7C8944;
}
.TagClassName
{
border-color: #7C8944;
}
</style>