Shades of Wasabi #8F9846
Tints of Wasabi #8F9846
RGB
CMYK
RGB Variations
Color information
#8F9846 (or 0x8F9846) is known color: Wasabi. HEX triplet: 8F, 98 and 46. RGB value is (143,152,70). Sum of RGB (Red+Green+Blue) = 143+152+70=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9846 is #7067B9. Grayscale: #8C8C8C. Windows color (decimal): -7366586 or 4626575. OLE color: 4626575.
HSL color Cylindrical-coordinate representation of color #8F9846: hue angle of 66.59º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F9846 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 152 | 70 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.40 |
| HSL | 66.59º | 0.37% | 0.44% | - |
| HSV(B) | 66.59º | 0.54% | 0.6% | - |
| XYZ | 23.66 | 28.74 | 10.09 | - |
| YUV | 139.96 | 88.52 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 70 | 0.06 | 0 | 0.54 | 0.40 | 66.59 | 0.37 | 0.44 |
| Hex | 8F | 98 | 46 | 6 | 0 | 36 | 28 | 43 | 25 | 2C |
| Octal | 217 | 230 | 106 | 6 | 0 | 66 | 50 | 103 | 45 | 54 |
| Binary | 10001111 | 10011000 | 1000110 | 110 | 0 | 110110 | 101000 | 1000011 | 100101 | 101100 |
Color Harmonies of #8F9846
Complementary color
Monochromatic Colors of #8F9846
Black with #8F9846
Text Example
Text Example
White with #8F9846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9846; }
p { color: rgb(143,152,70); }
H1.HeaderClassName
{
color: #8F9846;
}
.AnyTagClassName
{
color: #8F9846;
}
</style>
background-color css
<style>
a { background-color: #8F9846; }
a { background-color: rgb(143,152,70); }
div.DivClassName
{
background-color: #8F9846;
}
.BgClassName
{
background-color: #8F9846;
}
</style>
border-color css
<style>
span { border-color: #8F9846; }
span { border-color: rgb(143,152,70); }
td.TdClassName
{
border-color: #8F9846;
}
.TagClassName
{
border-color: #8F9846;
}
</style>