Shades of Wasabi #8F9F45
Tints of Wasabi #8F9F45
RGB
CMYK
RGB Variations
Color information
#8F9F45 (or 0x8F9F45) is known color: Wasabi. HEX triplet: 8F, 9F and 45. RGB value is (143,159,69). Sum of RGB (Red+Green+Blue) = 143+159+69=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9F45 is #7060BA. Grayscale: #909090. Windows color (decimal): -7364795 or 4562831. OLE color: 4562831.
HSL color Cylindrical-coordinate representation of color #8F9F45: hue angle of 70.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F9F45 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 159 | 69 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.38 |
| HSL | 70.67º | 0.39% | 0.45% | - |
| HSV(B) | 70.67º | 0.57% | 0.62% | - |
| XYZ | 24.8 | 31.07 | 10.32 | - |
| YUV | 143.96 | 85.7 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 69 | 0.10 | 0 | 0.57 | 0.38 | 70.67 | 0.39 | 0.45 |
| Hex | 8F | 9F | 45 | A | 0 | 39 | 26 | 47 | 27 | 2D |
| Octal | 217 | 237 | 105 | 12 | 0 | 71 | 46 | 107 | 47 | 55 |
| Binary | 10001111 | 10011111 | 1000101 | 1010 | 0 | 111001 | 100110 | 1000111 | 100111 | 101101 |
Color Harmonies of #8F9F45
Complementary color
Monochromatic Colors of #8F9F45
Black with #8F9F45
Text Example
Text Example
White with #8F9F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9F45; }
p { color: rgb(143,159,69); }
H1.HeaderClassName
{
color: #8F9F45;
}
.AnyTagClassName
{
color: #8F9F45;
}
</style>
background-color css
<style>
a { background-color: #8F9F45; }
a { background-color: rgb(143,159,69); }
div.DivClassName
{
background-color: #8F9F45;
}
.BgClassName
{
background-color: #8F9F45;
}
</style>
border-color css
<style>
span { border-color: #8F9F45; }
span { border-color: rgb(143,159,69); }
td.TdClassName
{
border-color: #8F9F45;
}
.TagClassName
{
border-color: #8F9F45;
}
</style>