Shades of Wasabi #8D9C42
Tints of Wasabi #8D9C42
RGB
CMYK
RGB Variations
Color information
#8D9C42 (or 0x8D9C42) is known color: Wasabi. HEX triplet: 8D, 9C and 42. RGB value is (141,156,66). Sum of RGB (Red+Green+Blue) = 141+156+66=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #8D9C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9C42 is #7263BD. Grayscale: #8D8D8D. Windows color (decimal): -7496638 or 4365453. OLE color: 4365453.
HSL color Cylindrical-coordinate representation of color #8D9C42: hue angle of 70º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D9C42 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 156 | 66 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.39 |
| HSL | 70º | 0.41% | 0.44% | - |
| HSV(B) | 70º | 0.58% | 0.61% | - |
| XYZ | 23.86 | 29.83 | 9.66 | - |
| YUV | 141.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 156 | 66 | 0.10 | 0 | 0.58 | 0.39 | 70 | 0.41 | 0.44 |
| Hex | 8D | 9C | 42 | A | 0 | 3A | 27 | 46 | 29 | 2C |
| Octal | 215 | 234 | 102 | 12 | 0 | 72 | 47 | 106 | 51 | 54 |
| Binary | 10001101 | 10011100 | 1000010 | 1010 | 0 | 111010 | 100111 | 1000110 | 101001 | 101100 |
Color Harmonies of #8D9C42
Complementary color
Monochromatic Colors of #8D9C42
Black with #8D9C42
Text Example
Text Example
White with #8D9C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9C42; }
p { color: rgb(141,156,66); }
H1.HeaderClassName
{
color: #8D9C42;
}
.AnyTagClassName
{
color: #8D9C42;
}
</style>
background-color css
<style>
a { background-color: #8D9C42; }
a { background-color: rgb(141,156,66); }
div.DivClassName
{
background-color: #8D9C42;
}
.BgClassName
{
background-color: #8D9C42;
}
</style>
border-color css
<style>
span { border-color: #8D9C42; }
span { border-color: rgb(141,156,66); }
td.TdClassName
{
border-color: #8D9C42;
}
.TagClassName
{
border-color: #8D9C42;
}
</style>