Shades of Wasabi #8D954F
Tints of Wasabi #8D954F
RGB
CMYK
RGB Variations
Color information
#8D954F (or 0x8D954F) is known color: Wasabi. HEX triplet: 8D, 95 and 4F. RGB value is (141,149,79). Sum of RGB (Red+Green+Blue) = 141+149+79=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #8D954F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D954F is #726AB0. Grayscale: #8A8A8A. Windows color (decimal): -7498417 or 5215629. OLE color: 5215629.
HSL color Cylindrical-coordinate representation of color #8D954F: hue angle of 66.86º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D954F is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 79 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.42 |
| HSL | 66.86º | 0.31% | 0.45% | - |
| HSV(B) | 66.86º | 0.47% | 0.58% | - |
| XYZ | 23.14 | 27.72 | 11.53 | - |
| YUV | 138.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 79 | 0.05 | 0 | 0.47 | 0.42 | 66.86 | 0.31 | 0.45 |
| Hex | 8D | 95 | 4F | 5 | 0 | 2F | 2A | 43 | 1F | 2D |
| Octal | 215 | 225 | 117 | 5 | 0 | 57 | 52 | 103 | 37 | 55 |
| Binary | 10001101 | 10010101 | 1001111 | 101 | 0 | 101111 | 101010 | 1000011 | 11111 | 101101 |
Color Harmonies of #8D954F
Complementary color
Monochromatic Colors of #8D954F
Black with #8D954F
Text Example
Text Example
White with #8D954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D954F; }
p { color: rgb(141,149,79); }
H1.HeaderClassName
{
color: #8D954F;
}
.AnyTagClassName
{
color: #8D954F;
}
</style>
background-color css
<style>
a { background-color: #8D954F; }
a { background-color: rgb(141,149,79); }
div.DivClassName
{
background-color: #8D954F;
}
.BgClassName
{
background-color: #8D954F;
}
</style>
border-color css
<style>
span { border-color: #8D954F; }
span { border-color: rgb(141,149,79); }
td.TdClassName
{
border-color: #8D954F;
}
.TagClassName
{
border-color: #8D954F;
}
</style>