Shades of Wasabi #8D973F
Tints of Wasabi #8D973F
RGB
CMYK
RGB Variations
Color information
#8D973F (or 0x8D973F) is known color: Wasabi. HEX triplet: 8D, 97 and 3F. RGB value is (141,151,63). Sum of RGB (Red+Green+Blue) = 141+151+63=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #8D973F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D973F is #7268C0. Grayscale: #8A8A8A. Windows color (decimal): -7497921 or 4167565. OLE color: 4167565.
HSL color Cylindrical-coordinate representation of color #8D973F: hue angle of 66.82º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D973F is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 151 | 63 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.41 |
| HSL | 66.82º | 0.41% | 0.42% | - |
| HSV(B) | 66.82º | 0.58% | 0.59% | - |
| XYZ | 22.95 | 28.15 | 8.93 | - |
| YUV | 137.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 63 | 0.07 | 0 | 0.58 | 0.41 | 66.82 | 0.41 | 0.42 |
| Hex | 8D | 97 | 3F | 7 | 0 | 3A | 29 | 43 | 29 | 2A |
| Octal | 215 | 227 | 77 | 7 | 0 | 72 | 51 | 103 | 51 | 52 |
| Binary | 10001101 | 10010111 | 111111 | 111 | 0 | 111010 | 101001 | 1000011 | 101001 | 101010 |
Color Harmonies of #8D973F
Complementary color
Monochromatic Colors of #8D973F
Black with #8D973F
Text Example
Text Example
White with #8D973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D973F; }
p { color: rgb(141,151,63); }
H1.HeaderClassName
{
color: #8D973F;
}
.AnyTagClassName
{
color: #8D973F;
}
</style>
background-color css
<style>
a { background-color: #8D973F; }
a { background-color: rgb(141,151,63); }
div.DivClassName
{
background-color: #8D973F;
}
.BgClassName
{
background-color: #8D973F;
}
</style>
border-color css
<style>
span { border-color: #8D973F; }
span { border-color: rgb(141,151,63); }
td.TdClassName
{
border-color: #8D973F;
}
.TagClassName
{
border-color: #8D973F;
}
</style>