Shades of Wasabi #8FA445
Tints of Wasabi #8FA445
RGB
CMYK
RGB Variations
Color information
#8FA445 (or 0x8FA445) is known color: Wasabi. HEX triplet: 8F, A4 and 45. RGB value is (143,164,69). Sum of RGB (Red+Green+Blue) = 143+164+69=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA445 is #705BBA. Grayscale: #939393. Windows color (decimal): -7363515 or 4564111. OLE color: 4564111.
HSL color Cylindrical-coordinate representation of color #8FA445: hue angle of 73.26º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8FA445 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 164 | 69 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.36 |
| HSL | 73.26º | 0.41% | 0.46% | - |
| HSV(B) | 73.26º | 0.58% | 0.64% | - |
| XYZ | 25.68 | 32.82 | 10.61 | - |
| YUV | 146.89 | 84.04 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 69 | 0.13 | 0 | 0.58 | 0.36 | 73.26 | 0.41 | 0.46 |
| Hex | 8F | A4 | 45 | D | 0 | 3A | 24 | 49 | 29 | 2E |
| Octal | 217 | 244 | 105 | 15 | 0 | 72 | 44 | 111 | 51 | 56 |
| Binary | 10001111 | 10100100 | 1000101 | 1101 | 0 | 111010 | 100100 | 1001001 | 101001 | 101110 |
Color Harmonies of #8FA445
Complementary color
Monochromatic Colors of #8FA445
Black with #8FA445
Text Example
Text Example
White with #8FA445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA445; }
p { color: rgb(143,164,69); }
H1.HeaderClassName
{
color: #8FA445;
}
.AnyTagClassName
{
color: #8FA445;
}
</style>
background-color css
<style>
a { background-color: #8FA445; }
a { background-color: rgb(143,164,69); }
div.DivClassName
{
background-color: #8FA445;
}
.BgClassName
{
background-color: #8FA445;
}
</style>
border-color css
<style>
span { border-color: #8FA445; }
span { border-color: rgb(143,164,69); }
td.TdClassName
{
border-color: #8FA445;
}
.TagClassName
{
border-color: #8FA445;
}
</style>