Shades of Wasabi #8D9344
Tints of Wasabi #8D9344
RGB
CMYK
RGB Variations
Color information
#8D9344 (or 0x8D9344) is known color: Wasabi. HEX triplet: 8D, 93 and 44. RGB value is (141,147,68). Sum of RGB (Red+Green+Blue) = 141+147+68=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9344 is #726CBB. Grayscale: #888888. Windows color (decimal): -7498940 or 4494221. OLE color: 4494221.
HSL color Cylindrical-coordinate representation of color #8D9344: hue angle of 64.56º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D9344 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 68 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.42 |
| HSL | 64.56º | 0.37% | 0.42% | - |
| HSV(B) | 64.56º | 0.54% | 0.58% | - |
| XYZ | 22.46 | 26.95 | 9.49 | - |
| YUV | 136.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 68 | 0.04 | 0 | 0.54 | 0.42 | 64.56 | 0.37 | 0.42 |
| Hex | 8D | 93 | 44 | 4 | 0 | 36 | 2A | 41 | 25 | 2A |
| Octal | 215 | 223 | 104 | 4 | 0 | 66 | 52 | 101 | 45 | 52 |
| Binary | 10001101 | 10010011 | 1000100 | 100 | 0 | 110110 | 101010 | 1000001 | 100101 | 101010 |
Color Harmonies of #8D9344
Complementary color
Monochromatic Colors of #8D9344
Black with #8D9344
Text Example
Text Example
White with #8D9344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9344; }
p { color: rgb(141,147,68); }
H1.HeaderClassName
{
color: #8D9344;
}
.AnyTagClassName
{
color: #8D9344;
}
</style>
background-color css
<style>
a { background-color: #8D9344; }
a { background-color: rgb(141,147,68); }
div.DivClassName
{
background-color: #8D9344;
}
.BgClassName
{
background-color: #8D9344;
}
</style>
border-color css
<style>
span { border-color: #8D9344; }
span { border-color: rgb(141,147,68); }
td.TdClassName
{
border-color: #8D9344;
}
.TagClassName
{
border-color: #8D9344;
}
</style>