Shades of Wasabi #8D953F
Tints of Wasabi #8D953F
RGB
CMYK
RGB Variations
Color information
#8D953F (or 0x8D953F) is known color: Wasabi. HEX triplet: 8D, 95 and 3F. RGB value is (141,149,63). Sum of RGB (Red+Green+Blue) = 141+149+63=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #8D953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D953F is #726AC0. Grayscale: #898989. Windows color (decimal): -7498433 or 4167053. OLE color: 4167053.
HSL color Cylindrical-coordinate representation of color #8D953F: hue angle of 65.58º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D953F is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 63 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.42 |
| HSL | 65.58º | 0.41% | 0.42% | - |
| HSV(B) | 65.58º | 0.58% | 0.58% | - |
| XYZ | 22.63 | 27.52 | 8.82 | - |
| YUV | 136.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 63 | 0.05 | 0 | 0.58 | 0.42 | 65.58 | 0.41 | 0.42 |
| Hex | 8D | 95 | 3F | 5 | 0 | 3A | 2A | 42 | 29 | 2A |
| Octal | 215 | 225 | 77 | 5 | 0 | 72 | 52 | 102 | 51 | 52 |
| Binary | 10001101 | 10010101 | 111111 | 101 | 0 | 111010 | 101010 | 1000010 | 101001 | 101010 |
Color Harmonies of #8D953F
Complementary color
Monochromatic Colors of #8D953F
Black with #8D953F
Text Example
Text Example
White with #8D953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D953F; }
p { color: rgb(141,149,63); }
H1.HeaderClassName
{
color: #8D953F;
}
.AnyTagClassName
{
color: #8D953F;
}
</style>
background-color css
<style>
a { background-color: #8D953F; }
a { background-color: rgb(141,149,63); }
div.DivClassName
{
background-color: #8D953F;
}
.BgClassName
{
background-color: #8D953F;
}
</style>
border-color css
<style>
span { border-color: #8D953F; }
span { border-color: rgb(141,149,63); }
td.TdClassName
{
border-color: #8D953F;
}
.TagClassName
{
border-color: #8D953F;
}
</style>