Shades of Wasabi #8F9E46
Tints of Wasabi #8F9E46
RGB
CMYK
RGB Variations
Color information
#8F9E46 (or 0x8F9E46) is known color: Wasabi. HEX triplet: 8F, 9E and 46. RGB value is (143,158,70). Sum of RGB (Red+Green+Blue) = 143+158+70=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #8F9E46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9E46 is #7061B9. Grayscale: #8F8F8F. Windows color (decimal): -7365050 or 4628111. OLE color: 4628111.
HSL color Cylindrical-coordinate representation of color #8F9E46: hue angle of 70.23º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F9E46 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 158 | 70 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.38 |
| HSL | 70.23º | 0.39% | 0.45% | - |
| HSV(B) | 70.23º | 0.56% | 0.62% | - |
| XYZ | 24.66 | 30.74 | 10.43 | - |
| YUV | 143.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 70 | 0.09 | 0 | 0.56 | 0.38 | 70.23 | 0.39 | 0.45 |
| Hex | 8F | 9E | 46 | 9 | 0 | 38 | 26 | 46 | 27 | 2D |
| Octal | 217 | 236 | 106 | 11 | 0 | 70 | 46 | 106 | 47 | 55 |
| Binary | 10001111 | 10011110 | 1000110 | 1001 | 0 | 111000 | 100110 | 1000110 | 100111 | 101101 |
Color Harmonies of #8F9E46
Complementary color
Monochromatic Colors of #8F9E46
Black with #8F9E46
Text Example
Text Example
White with #8F9E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9E46; }
p { color: rgb(143,158,70); }
H1.HeaderClassName
{
color: #8F9E46;
}
.AnyTagClassName
{
color: #8F9E46;
}
</style>
background-color css
<style>
a { background-color: #8F9E46; }
a { background-color: rgb(143,158,70); }
div.DivClassName
{
background-color: #8F9E46;
}
.BgClassName
{
background-color: #8F9E46;
}
</style>
border-color css
<style>
span { border-color: #8F9E46; }
span { border-color: rgb(143,158,70); }
td.TdClassName
{
border-color: #8F9E46;
}
.TagClassName
{
border-color: #8F9E46;
}
</style>