Shades of Wasabi #8FA141
Tints of Wasabi #8FA141
RGB
CMYK
RGB Variations
Color information
#8FA141 (or 0x8FA141) is known color: Wasabi. HEX triplet: 8F, A1 and 41. RGB value is (143,161,65). Sum of RGB (Red+Green+Blue) = 143+161+65=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA141 is #705EBE. Grayscale: #919191. Windows color (decimal): -7364287 or 4301199. OLE color: 4301199.
HSL color Cylindrical-coordinate representation of color #8FA141: hue angle of 71.25º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8FA141 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 161 | 65 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.37 |
| HSL | 71.25º | 0.42% | 0.44% | - |
| HSV(B) | 71.25º | 0.6% | 0.63% | - |
| XYZ | 25.03 | 31.71 | 9.8 | - |
| YUV | 144.67 | 83.04 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 65 | 0.11 | 0 | 0.60 | 0.37 | 71.25 | 0.42 | 0.44 |
| Hex | 8F | A1 | 41 | B | 0 | 3C | 25 | 47 | 2A | 2C |
| Octal | 217 | 241 | 101 | 13 | 0 | 74 | 45 | 107 | 52 | 54 |
| Binary | 10001111 | 10100001 | 1000001 | 1011 | 0 | 111100 | 100101 | 1000111 | 101010 | 101100 |
Color Harmonies of #8FA141
Complementary color
Monochromatic Colors of #8FA141
Black with #8FA141
Text Example
Text Example
White with #8FA141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA141; }
p { color: rgb(143,161,65); }
H1.HeaderClassName
{
color: #8FA141;
}
.AnyTagClassName
{
color: #8FA141;
}
</style>
background-color css
<style>
a { background-color: #8FA141; }
a { background-color: rgb(143,161,65); }
div.DivClassName
{
background-color: #8FA141;
}
.BgClassName
{
background-color: #8FA141;
}
</style>
border-color css
<style>
span { border-color: #8FA141; }
span { border-color: rgb(143,161,65); }
td.TdClassName
{
border-color: #8FA141;
}
.TagClassName
{
border-color: #8FA141;
}
</style>