Shades of Wasabi #8F9847
Tints of Wasabi #8F9847
RGB
CMYK
RGB Variations
Color information
#8F9847 (or 0x8F9847) is known color: Wasabi. HEX triplet: 8F, 98 and 47. RGB value is (143,152,71). Sum of RGB (Red+Green+Blue) = 143+152+71=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9847 is #7067B8. Grayscale: #8C8C8C. Windows color (decimal): -7366585 or 4692111. OLE color: 4692111.
HSL color Cylindrical-coordinate representation of color #8F9847: hue angle of 66.67º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F9847 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 152 | 71 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.40 |
| HSL | 66.67º | 0.36% | 0.44% | - |
| HSV(B) | 66.67º | 0.53% | 0.6% | - |
| XYZ | 23.69 | 28.75 | 10.26 | - |
| YUV | 140.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 71 | 0.06 | 0 | 0.53 | 0.40 | 66.67 | 0.36 | 0.44 |
| Hex | 8F | 98 | 47 | 6 | 0 | 35 | 28 | 43 | 24 | 2C |
| Octal | 217 | 230 | 107 | 6 | 0 | 65 | 50 | 103 | 44 | 54 |
| Binary | 10001111 | 10011000 | 1000111 | 110 | 0 | 110101 | 101000 | 1000011 | 100100 | 101100 |
Color Harmonies of #8F9847
Complementary color
Monochromatic Colors of #8F9847
Black with #8F9847
Text Example
Text Example
White with #8F9847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9847; }
p { color: rgb(143,152,71); }
H1.HeaderClassName
{
color: #8F9847;
}
.AnyTagClassName
{
color: #8F9847;
}
</style>
background-color css
<style>
a { background-color: #8F9847; }
a { background-color: rgb(143,152,71); }
div.DivClassName
{
background-color: #8F9847;
}
.BgClassName
{
background-color: #8F9847;
}
</style>
border-color css
<style>
span { border-color: #8F9847; }
span { border-color: rgb(143,152,71); }
td.TdClassName
{
border-color: #8F9847;
}
.TagClassName
{
border-color: #8F9847;
}
</style>