Shades of Wasabi #8F9439
Tints of Wasabi #8F9439
RGB
CMYK
RGB Variations
Color information
#8F9439 (or 0x8F9439) is known color: Wasabi. HEX triplet: 8F, 94 and 39. RGB value is (143,148,57). Sum of RGB (Red+Green+Blue) = 143+148+57=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9439 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9439 is #706BC6. Grayscale: #888888. Windows color (decimal): -7367623 or 3773583. OLE color: 3773583.
HSL color Cylindrical-coordinate representation of color #8F9439: hue angle of 63.3º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F9439 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 57 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.42 |
| HSL | 63.3º | 0.44% | 0.4% | - |
| HSV(B) | 63.3º | 0.61% | 0.58% | - |
| XYZ | 22.66 | 27.31 | 7.95 | - |
| YUV | 136.13 | 83.34 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 57 | 0.03 | 0 | 0.61 | 0.42 | 63.3 | 0.44 | 0.4 |
| Hex | 8F | 94 | 39 | 3 | 0 | 3D | 2A | 3F | 2C | 28 |
| Octal | 217 | 224 | 71 | 3 | 0 | 75 | 52 | 77 | 54 | 50 |
| Binary | 10001111 | 10010100 | 111001 | 11 | 0 | 111101 | 101010 | 111111 | 101100 | 101000 |
Color Harmonies of #8F9439
Complementary color
Monochromatic Colors of #8F9439
Black with #8F9439
Text Example
Text Example
White with #8F9439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9439; }
p { color: rgb(143,148,57); }
H1.HeaderClassName
{
color: #8F9439;
}
.AnyTagClassName
{
color: #8F9439;
}
</style>
background-color css
<style>
a { background-color: #8F9439; }
a { background-color: rgb(143,148,57); }
div.DivClassName
{
background-color: #8F9439;
}
.BgClassName
{
background-color: #8F9439;
}
</style>
border-color css
<style>
span { border-color: #8F9439; }
span { border-color: rgb(143,148,57); }
td.TdClassName
{
border-color: #8F9439;
}
.TagClassName
{
border-color: #8F9439;
}
</style>