Shades of Wasabi #8D944A
Tints of Wasabi #8D944A
RGB
CMYK
RGB Variations
Color information
#8D944A (or 0x8D944A) is known color: Wasabi. HEX triplet: 8D, 94 and 4A. RGB value is (141,148,74). Sum of RGB (Red+Green+Blue) = 141+148+74=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #8D944A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D944A is #726BB5. Grayscale: #898989. Windows color (decimal): -7498678 or 4887693. OLE color: 4887693.
HSL color Cylindrical-coordinate representation of color #8D944A: hue angle of 65.68º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D944A is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 148 | 74 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.42 |
| HSL | 65.68º | 0.33% | 0.44% | - |
| HSV(B) | 65.68º | 0.5% | 0.58% | - |
| XYZ | 22.81 | 27.34 | 10.55 | - |
| YUV | 137.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 74 | 0.05 | 0 | 0.50 | 0.42 | 65.68 | 0.33 | 0.44 |
| Hex | 8D | 94 | 4A | 5 | 0 | 32 | 2A | 42 | 21 | 2C |
| Octal | 215 | 224 | 112 | 5 | 0 | 62 | 52 | 102 | 41 | 54 |
| Binary | 10001101 | 10010100 | 1001010 | 101 | 0 | 110010 | 101010 | 1000010 | 100001 | 101100 |
Color Harmonies of #8D944A
Complementary color
Monochromatic Colors of #8D944A
Black with #8D944A
Text Example
Text Example
White with #8D944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D944A; }
p { color: rgb(141,148,74); }
H1.HeaderClassName
{
color: #8D944A;
}
.AnyTagClassName
{
color: #8D944A;
}
</style>
background-color css
<style>
a { background-color: #8D944A; }
a { background-color: rgb(141,148,74); }
div.DivClassName
{
background-color: #8D944A;
}
.BgClassName
{
background-color: #8D944A;
}
</style>
border-color css
<style>
span { border-color: #8D944A; }
span { border-color: rgb(141,148,74); }
td.TdClassName
{
border-color: #8D944A;
}
.TagClassName
{
border-color: #8D944A;
}
</style>