Shades of Wasabi #8FA044
Tints of Wasabi #8FA044
RGB
CMYK
RGB Variations
Color information
#8FA044 (or 0x8FA044) is known color: Wasabi. HEX triplet: 8F, A0 and 44. RGB value is (143,160,68). Sum of RGB (Red+Green+Blue) = 143+160+68=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA044 is #705FBB. Grayscale: #909090. Windows color (decimal): -7364540 or 4497551. OLE color: 4497551.
HSL color Cylindrical-coordinate representation of color #8FA044: hue angle of 71.09º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8FA044 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 160 | 68 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.37 |
| HSL | 71.09º | 0.4% | 0.45% | - |
| HSV(B) | 71.09º | 0.58% | 0.63% | - |
| XYZ | 24.94 | 31.4 | 10.21 | - |
| YUV | 144.43 | 84.87 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 160 | 68 | 0.11 | 0 | 0.57 | 0.37 | 71.09 | 0.4 | 0.45 |
| Hex | 8F | A0 | 44 | B | 0 | 39 | 25 | 47 | 28 | 2D |
| Octal | 217 | 240 | 104 | 13 | 0 | 71 | 45 | 107 | 50 | 55 |
| Binary | 10001111 | 10100000 | 1000100 | 1011 | 0 | 111001 | 100101 | 1000111 | 101000 | 101101 |
Color Harmonies of #8FA044
Complementary color
Monochromatic Colors of #8FA044
Black with #8FA044
Text Example
Text Example
White with #8FA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA044; }
p { color: rgb(143,160,68); }
H1.HeaderClassName
{
color: #8FA044;
}
.AnyTagClassName
{
color: #8FA044;
}
</style>
background-color css
<style>
a { background-color: #8FA044; }
a { background-color: rgb(143,160,68); }
div.DivClassName
{
background-color: #8FA044;
}
.BgClassName
{
background-color: #8FA044;
}
</style>
border-color css
<style>
span { border-color: #8FA044; }
span { border-color: rgb(143,160,68); }
td.TdClassName
{
border-color: #8FA044;
}
.TagClassName
{
border-color: #8FA044;
}
</style>