Shades of Wasabi #8C944D
Tints of Wasabi #8C944D
RGB
CMYK
RGB Variations
Color information
#8C944D (or 0x8C944D) is known color: Wasabi. HEX triplet: 8C, 94 and 4D. RGB value is (140,148,77). Sum of RGB (Red+Green+Blue) = 140+148+77=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #8C944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C944D is #736BB2. Grayscale: #898989. Windows color (decimal): -7564211 or 5084300. OLE color: 5084300.
HSL color Cylindrical-coordinate representation of color #8C944D: hue angle of 66.76º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C944D is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 77 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.42 |
| HSL | 66.76º | 0.32% | 0.44% | - |
| HSV(B) | 66.76º | 0.48% | 0.58% | - |
| XYZ | 22.74 | 27.29 | 11.09 | - |
| YUV | 137.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 77 | 0.05 | 0 | 0.48 | 0.42 | 66.76 | 0.32 | 0.44 |
| Hex | 8C | 94 | 4D | 5 | 0 | 30 | 2A | 43 | 20 | 2C |
| Octal | 214 | 224 | 115 | 5 | 0 | 60 | 52 | 103 | 40 | 54 |
| Binary | 10001100 | 10010100 | 1001101 | 101 | 0 | 110000 | 101010 | 1000011 | 100000 | 101100 |
Color Harmonies of #8C944D
Complementary color
Monochromatic Colors of #8C944D
Black with #8C944D
Text Example
Text Example
White with #8C944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C944D; }
p { color: rgb(140,148,77); }
H1.HeaderClassName
{
color: #8C944D;
}
.AnyTagClassName
{
color: #8C944D;
}
</style>
background-color css
<style>
a { background-color: #8C944D; }
a { background-color: rgb(140,148,77); }
div.DivClassName
{
background-color: #8C944D;
}
.BgClassName
{
background-color: #8C944D;
}
</style>
border-color css
<style>
span { border-color: #8C944D; }
span { border-color: rgb(140,148,77); }
td.TdClassName
{
border-color: #8C944D;
}
.TagClassName
{
border-color: #8C944D;
}
</style>