Shades of Wasabi #8D9440
Tints of Wasabi #8D9440
RGB
CMYK
RGB Variations
Color information
#8D9440 (or 0x8D9440) is known color: Wasabi. HEX triplet: 8D, 94 and 40. RGB value is (141,148,64). Sum of RGB (Red+Green+Blue) = 141+148+64=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #8D9440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9440 is #726BBF. Grayscale: #888888. Windows color (decimal): -7498688 or 4232333. OLE color: 4232333.
HSL color Cylindrical-coordinate representation of color #8D9440: hue angle of 65º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D9440 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 148 | 64 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.42 |
| HSL | 65º | 0.4% | 0.42% | - |
| HSV(B) | 65º | 0.57% | 0.58% | - |
| XYZ | 22.5 | 27.21 | 8.92 | - |
| YUV | 136.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 64 | 0.05 | 0 | 0.57 | 0.42 | 65 | 0.4 | 0.42 |
| Hex | 8D | 94 | 40 | 5 | 0 | 39 | 2A | 41 | 28 | 2A |
| Octal | 215 | 224 | 100 | 5 | 0 | 71 | 52 | 101 | 50 | 52 |
| Binary | 10001101 | 10010100 | 1000000 | 101 | 0 | 111001 | 101010 | 1000001 | 101000 | 101010 |
Color Harmonies of #8D9440
Complementary color
Monochromatic Colors of #8D9440
Black with #8D9440
Text Example
Text Example
White with #8D9440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9440; }
p { color: rgb(141,148,64); }
H1.HeaderClassName
{
color: #8D9440;
}
.AnyTagClassName
{
color: #8D9440;
}
</style>
background-color css
<style>
a { background-color: #8D9440; }
a { background-color: rgb(141,148,64); }
div.DivClassName
{
background-color: #8D9440;
}
.BgClassName
{
background-color: #8D9440;
}
</style>
border-color css
<style>
span { border-color: #8D9440; }
span { border-color: rgb(141,148,64); }
td.TdClassName
{
border-color: #8D9440;
}
.TagClassName
{
border-color: #8D9440;
}
</style>