Shades of Wasabi #8D9843
Tints of Wasabi #8D9843
RGB
CMYK
RGB Variations
Color information
#8D9843 (or 0x8D9843) is known color: Wasabi. HEX triplet: 8D, 98 and 43. RGB value is (141,152,67). Sum of RGB (Red+Green+Blue) = 141+152+67=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #8D9843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9843 is #7267BC. Grayscale: #8B8B8B. Windows color (decimal): -7497661 or 4429965. OLE color: 4429965.
HSL color Cylindrical-coordinate representation of color #8D9843: hue angle of 67.76º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D9843 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 152 | 67 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.40 |
| HSL | 67.76º | 0.39% | 0.43% | - |
| HSV(B) | 67.76º | 0.56% | 0.6% | - |
| XYZ | 23.23 | 28.52 | 9.59 | - |
| YUV | 139.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 67 | 0.07 | 0 | 0.56 | 0.40 | 67.76 | 0.39 | 0.43 |
| Hex | 8D | 98 | 43 | 7 | 0 | 38 | 28 | 44 | 27 | 2B |
| Octal | 215 | 230 | 103 | 7 | 0 | 70 | 50 | 104 | 47 | 53 |
| Binary | 10001101 | 10011000 | 1000011 | 111 | 0 | 111000 | 101000 | 1000100 | 100111 | 101011 |
Color Harmonies of #8D9843
Complementary color
Monochromatic Colors of #8D9843
Black with #8D9843
Text Example
Text Example
White with #8D9843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9843; }
p { color: rgb(141,152,67); }
H1.HeaderClassName
{
color: #8D9843;
}
.AnyTagClassName
{
color: #8D9843;
}
</style>
background-color css
<style>
a { background-color: #8D9843; }
a { background-color: rgb(141,152,67); }
div.DivClassName
{
background-color: #8D9843;
}
.BgClassName
{
background-color: #8D9843;
}
</style>
border-color css
<style>
span { border-color: #8D9843; }
span { border-color: rgb(141,152,67); }
td.TdClassName
{
border-color: #8D9843;
}
.TagClassName
{
border-color: #8D9843;
}
</style>