Shades of Wasabi #8D9A47
Tints of Wasabi #8D9A47
RGB
CMYK
RGB Variations
Color information
#8D9A47 (or 0x8D9A47) is known color: Wasabi. HEX triplet: 8D, 9A and 47. RGB value is (141,154,71). Sum of RGB (Red+Green+Blue) = 141+154+71=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 154 - color contains mainly: green. Hex color #8D9A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9A47 is #7265B8. Grayscale: #8C8C8C. Windows color (decimal): -7497145 or 4692621. OLE color: 4692621.
HSL color Cylindrical-coordinate representation of color #8D9A47: hue angle of 69.4º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D9A47 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 154 | 71 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.40 |
| HSL | 69.4º | 0.37% | 0.44% | - |
| HSV(B) | 69.4º | 0.54% | 0.6% | - |
| XYZ | 23.68 | 29.23 | 10.36 | - |
| YUV | 140.65 | 88.69 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 71 | 0.08 | 0 | 0.54 | 0.40 | 69.4 | 0.37 | 0.44 |
| Hex | 8D | 9A | 47 | 8 | 0 | 36 | 28 | 45 | 25 | 2C |
| Octal | 215 | 232 | 107 | 10 | 0 | 66 | 50 | 105 | 45 | 54 |
| Binary | 10001101 | 10011010 | 1000111 | 1000 | 0 | 110110 | 101000 | 1000101 | 100101 | 101100 |
Color Harmonies of #8D9A47
Complementary color
Monochromatic Colors of #8D9A47
Black with #8D9A47
Text Example
Text Example
White with #8D9A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9A47; }
p { color: rgb(141,154,71); }
H1.HeaderClassName
{
color: #8D9A47;
}
.AnyTagClassName
{
color: #8D9A47;
}
</style>
background-color css
<style>
a { background-color: #8D9A47; }
a { background-color: rgb(141,154,71); }
div.DivClassName
{
background-color: #8D9A47;
}
.BgClassName
{
background-color: #8D9A47;
}
</style>
border-color css
<style>
span { border-color: #8D9A47; }
span { border-color: rgb(141,154,71); }
td.TdClassName
{
border-color: #8D9A47;
}
.TagClassName
{
border-color: #8D9A47;
}
</style>