Shades of Wasabi #8FA045
Tints of Wasabi #8FA045
RGB
CMYK
RGB Variations
Color information
#8FA045 (or 0x8FA045) is known color: Wasabi. HEX triplet: 8F, A0 and 45. RGB value is (143,160,69). Sum of RGB (Red+Green+Blue) = 143+160+69=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA045 is #705FBA. Grayscale: #909090. Windows color (decimal): -7364539 or 4563087. OLE color: 4563087.
HSL color Cylindrical-coordinate representation of color #8FA045: hue angle of 71.21º 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 #8FA045 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 160 | 69 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.37 |
| HSL | 71.21º | 0.4% | 0.45% | - |
| HSV(B) | 71.21º | 0.57% | 0.63% | - |
| XYZ | 24.97 | 31.41 | 10.38 | - |
| YUV | 144.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 160 | 69 | 0.11 | 0 | 0.57 | 0.37 | 71.21 | 0.4 | 0.45 |
| Hex | 8F | A0 | 45 | B | 0 | 39 | 25 | 47 | 28 | 2D |
| Octal | 217 | 240 | 105 | 13 | 0 | 71 | 45 | 107 | 50 | 55 |
| Binary | 10001111 | 10100000 | 1000101 | 1011 | 0 | 111001 | 100101 | 1000111 | 101000 | 101101 |
Color Harmonies of #8FA045
Complementary color
Monochromatic Colors of #8FA045
Black with #8FA045
Text Example
Text Example
White with #8FA045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA045; }
p { color: rgb(143,160,69); }
H1.HeaderClassName
{
color: #8FA045;
}
.AnyTagClassName
{
color: #8FA045;
}
</style>
background-color css
<style>
a { background-color: #8FA045; }
a { background-color: rgb(143,160,69); }
div.DivClassName
{
background-color: #8FA045;
}
.BgClassName
{
background-color: #8FA045;
}
</style>
border-color css
<style>
span { border-color: #8FA045; }
span { border-color: rgb(143,160,69); }
td.TdClassName
{
border-color: #8FA045;
}
.TagClassName
{
border-color: #8FA045;
}
</style>