Shades of Wasabi #8D972F
Tints of Wasabi #8D972F
RGB
CMYK
RGB Variations
Color information
#8D972F (or 0x8D972F) is known color: Wasabi. HEX triplet: 8D, 97 and 2F. RGB value is (141,151,47). Sum of RGB (Red+Green+Blue) = 141+151+47=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #8D972F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D972F is #7268D0. Grayscale: #888888. Windows color (decimal): -7497937 or 3118989. OLE color: 3118989.
HSL color Cylindrical-coordinate representation of color #8D972F: hue angle of 65.77º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D972F is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 151 | 47 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.41 |
| HSL | 65.77º | 0.53% | 0.39% | - |
| HSV(B) | 65.77º | 0.69% | 0.59% | - |
| XYZ | 22.56 | 28 | 6.9 | - |
| YUV | 136.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 47 | 0.07 | 0 | 0.69 | 0.41 | 65.77 | 0.53 | 0.39 |
| Hex | 8D | 97 | 2F | 7 | 0 | 45 | 29 | 42 | 35 | 27 |
| Octal | 215 | 227 | 57 | 7 | 0 | 105 | 51 | 102 | 65 | 47 |
| Binary | 10001101 | 10010111 | 101111 | 111 | 0 | 1000101 | 101001 | 1000010 | 110101 | 100111 |
Color Harmonies of #8D972F
Complementary color
Monochromatic Colors of #8D972F
Black with #8D972F
Text Example
Text Example
White with #8D972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D972F; }
p { color: rgb(141,151,47); }
H1.HeaderClassName
{
color: #8D972F;
}
.AnyTagClassName
{
color: #8D972F;
}
</style>
background-color css
<style>
a { background-color: #8D972F; }
a { background-color: rgb(141,151,47); }
div.DivClassName
{
background-color: #8D972F;
}
.BgClassName
{
background-color: #8D972F;
}
</style>
border-color css
<style>
span { border-color: #8D972F; }
span { border-color: rgb(141,151,47); }
td.TdClassName
{
border-color: #8D972F;
}
.TagClassName
{
border-color: #8D972F;
}
</style>