Shades of Wasabi #8D9341
Tints of Wasabi #8D9341
RGB
CMYK
RGB Variations
Color information
#8D9341 (or 0x8D9341) is known color: Wasabi. HEX triplet: 8D, 93 and 41. RGB value is (141,147,65). Sum of RGB (Red+Green+Blue) = 141+147+65=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9341 is #726CBE. Grayscale: #888888. Windows color (decimal): -7498943 or 4297613. OLE color: 4297613.
HSL color Cylindrical-coordinate representation of color #8D9341: hue angle of 64.39º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D9341 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 65 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.42 |
| HSL | 64.39º | 0.39% | 0.42% | - |
| HSV(B) | 64.39º | 0.56% | 0.58% | - |
| XYZ | 22.37 | 26.91 | 9.02 | - |
| YUV | 135.86 | 88.01 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 65 | 0.04 | 0 | 0.56 | 0.42 | 64.39 | 0.39 | 0.42 |
| Hex | 8D | 93 | 41 | 4 | 0 | 38 | 2A | 40 | 27 | 2A |
| Octal | 215 | 223 | 101 | 4 | 0 | 70 | 52 | 100 | 47 | 52 |
| Binary | 10001101 | 10010011 | 1000001 | 100 | 0 | 111000 | 101010 | 1000000 | 100111 | 101010 |
Color Harmonies of #8D9341
Complementary color
Monochromatic Colors of #8D9341
Black with #8D9341
Text Example
Text Example
White with #8D9341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9341; }
p { color: rgb(141,147,65); }
H1.HeaderClassName
{
color: #8D9341;
}
.AnyTagClassName
{
color: #8D9341;
}
</style>
background-color css
<style>
a { background-color: #8D9341; }
a { background-color: rgb(141,147,65); }
div.DivClassName
{
background-color: #8D9341;
}
.BgClassName
{
background-color: #8D9341;
}
</style>
border-color css
<style>
span { border-color: #8D9341; }
span { border-color: rgb(141,147,65); }
td.TdClassName
{
border-color: #8D9341;
}
.TagClassName
{
border-color: #8D9341;
}
</style>