Shades of Wasabi #8D9C41
Tints of Wasabi #8D9C41
RGB
CMYK
RGB Variations
Color information
#8D9C41 (or 0x8D9C41) is known color: Wasabi. HEX triplet: 8D, 9C and 41. RGB value is (141,156,65). Sum of RGB (Red+Green+Blue) = 141+156+65=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #8D9C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9C41 is #7263BE. Grayscale: #8D8D8D. Windows color (decimal): -7496639 or 4299917. OLE color: 4299917.
HSL color Cylindrical-coordinate representation of color #8D9C41: hue angle of 69.89º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D9C41 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 156 | 65 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.39 |
| HSL | 69.89º | 0.41% | 0.43% | - |
| HSV(B) | 69.89º | 0.58% | 0.61% | - |
| XYZ | 23.83 | 29.82 | 9.5 | - |
| YUV | 141.14 | 85.03 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 156 | 65 | 0.10 | 0 | 0.58 | 0.39 | 69.89 | 0.41 | 0.43 |
| Hex | 8D | 9C | 41 | A | 0 | 3A | 27 | 46 | 29 | 2B |
| Octal | 215 | 234 | 101 | 12 | 0 | 72 | 47 | 106 | 51 | 53 |
| Binary | 10001101 | 10011100 | 1000001 | 1010 | 0 | 111010 | 100111 | 1000110 | 101001 | 101011 |
Color Harmonies of #8D9C41
Complementary color
Monochromatic Colors of #8D9C41
Black with #8D9C41
Text Example
Text Example
White with #8D9C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9C41; }
p { color: rgb(141,156,65); }
H1.HeaderClassName
{
color: #8D9C41;
}
.AnyTagClassName
{
color: #8D9C41;
}
</style>
background-color css
<style>
a { background-color: #8D9C41; }
a { background-color: rgb(141,156,65); }
div.DivClassName
{
background-color: #8D9C41;
}
.BgClassName
{
background-color: #8D9C41;
}
</style>
border-color css
<style>
span { border-color: #8D9C41; }
span { border-color: rgb(141,156,65); }
td.TdClassName
{
border-color: #8D9C41;
}
.TagClassName
{
border-color: #8D9C41;
}
</style>