Shades of Wasabi #8F9E49
Tints of Wasabi #8F9E49
RGB
CMYK
RGB Variations
Color information
#8F9E49 (or 0x8F9E49) is known color: Wasabi. HEX triplet: 8F, 9E and 49. RGB value is (143,158,73). Sum of RGB (Red+Green+Blue) = 143+158+73=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #8F9E49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9E49 is #7061B6. Grayscale: #909090. Windows color (decimal): -7365047 or 4824719. OLE color: 4824719.
HSL color Cylindrical-coordinate representation of color #8F9E49: hue angle of 70.59º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F9E49 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 158 | 73 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.38 |
| HSL | 70.59º | 0.37% | 0.45% | - |
| HSV(B) | 70.59º | 0.54% | 0.62% | - |
| XYZ | 24.76 | 30.77 | 10.94 | - |
| YUV | 143.83 | 88.03 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 73 | 0.09 | 0 | 0.54 | 0.38 | 70.59 | 0.37 | 0.45 |
| Hex | 8F | 9E | 49 | 9 | 0 | 36 | 26 | 47 | 25 | 2D |
| Octal | 217 | 236 | 111 | 11 | 0 | 66 | 46 | 107 | 45 | 55 |
| Binary | 10001111 | 10011110 | 1001001 | 1001 | 0 | 110110 | 100110 | 1000111 | 100101 | 101101 |
Color Harmonies of #8F9E49
Complementary color
Monochromatic Colors of #8F9E49
Black with #8F9E49
Text Example
Text Example
White with #8F9E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9E49; }
p { color: rgb(143,158,73); }
H1.HeaderClassName
{
color: #8F9E49;
}
.AnyTagClassName
{
color: #8F9E49;
}
</style>
background-color css
<style>
a { background-color: #8F9E49; }
a { background-color: rgb(143,158,73); }
div.DivClassName
{
background-color: #8F9E49;
}
.BgClassName
{
background-color: #8F9E49;
}
</style>
border-color css
<style>
span { border-color: #8F9E49; }
span { border-color: rgb(143,158,73); }
td.TdClassName
{
border-color: #8F9E49;
}
.TagClassName
{
border-color: #8F9E49;
}
</style>