Shades of Wasabi #8FA446
Tints of Wasabi #8FA446
RGB
CMYK
RGB Variations
Color information
#8FA446 (or 0x8FA446) is known color: Wasabi. HEX triplet: 8F, A4 and 46. RGB value is (143,164,70). Sum of RGB (Red+Green+Blue) = 143+164+70=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA446 is #705BB9. Grayscale: #939393. Windows color (decimal): -7363514 or 4629647. OLE color: 4629647.
HSL color Cylindrical-coordinate representation of color #8FA446: hue angle of 73.4º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8FA446 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 164 | 70 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.36 |
| HSL | 73.4º | 0.4% | 0.46% | - |
| HSV(B) | 73.4º | 0.57% | 0.64% | - |
| XYZ | 25.71 | 32.83 | 10.78 | - |
| YUV | 147.01 | 84.54 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 70 | 0.13 | 0 | 0.57 | 0.36 | 73.4 | 0.4 | 0.46 |
| Hex | 8F | A4 | 46 | D | 0 | 39 | 24 | 49 | 28 | 2E |
| Octal | 217 | 244 | 106 | 15 | 0 | 71 | 44 | 111 | 50 | 56 |
| Binary | 10001111 | 10100100 | 1000110 | 1101 | 0 | 111001 | 100100 | 1001001 | 101000 | 101110 |
Color Harmonies of #8FA446
Complementary color
Monochromatic Colors of #8FA446
Black with #8FA446
Text Example
Text Example
White with #8FA446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA446; }
p { color: rgb(143,164,70); }
H1.HeaderClassName
{
color: #8FA446;
}
.AnyTagClassName
{
color: #8FA446;
}
</style>
background-color css
<style>
a { background-color: #8FA446; }
a { background-color: rgb(143,164,70); }
div.DivClassName
{
background-color: #8FA446;
}
.BgClassName
{
background-color: #8FA446;
}
</style>
border-color css
<style>
span { border-color: #8FA446; }
span { border-color: rgb(143,164,70); }
td.TdClassName
{
border-color: #8FA446;
}
.TagClassName
{
border-color: #8FA446;
}
</style>