Shades of Wasabi #8F9C47
Tints of Wasabi #8F9C47
RGB
CMYK
RGB Variations
Color information
#8F9C47 (or 0x8F9C47) is known color: Wasabi. HEX triplet: 8F, 9C and 47. RGB value is (143,156,71). Sum of RGB (Red+Green+Blue) = 143+156+71=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9C47 is #7063B8. Grayscale: #8E8E8E. Windows color (decimal): -7365561 or 4693135. OLE color: 4693135.
HSL color Cylindrical-coordinate representation of color #8F9C47: hue angle of 69.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F9C47 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 156 | 71 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.39 |
| HSL | 69.18º | 0.37% | 0.45% | - |
| HSV(B) | 69.18º | 0.54% | 0.61% | - |
| XYZ | 24.35 | 30.07 | 10.48 | - |
| YUV | 142.42 | 87.69 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 71 | 0.08 | 0 | 0.54 | 0.39 | 69.18 | 0.37 | 0.45 |
| Hex | 8F | 9C | 47 | 8 | 0 | 36 | 27 | 45 | 25 | 2D |
| Octal | 217 | 234 | 107 | 10 | 0 | 66 | 47 | 105 | 45 | 55 |
| Binary | 10001111 | 10011100 | 1000111 | 1000 | 0 | 110110 | 100111 | 1000101 | 100101 | 101101 |
Color Harmonies of #8F9C47
Complementary color
Monochromatic Colors of #8F9C47
Black with #8F9C47
Text Example
Text Example
White with #8F9C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9C47; }
p { color: rgb(143,156,71); }
H1.HeaderClassName
{
color: #8F9C47;
}
.AnyTagClassName
{
color: #8F9C47;
}
</style>
background-color css
<style>
a { background-color: #8F9C47; }
a { background-color: rgb(143,156,71); }
div.DivClassName
{
background-color: #8F9C47;
}
.BgClassName
{
background-color: #8F9C47;
}
</style>
border-color css
<style>
span { border-color: #8F9C47; }
span { border-color: rgb(143,156,71); }
td.TdClassName
{
border-color: #8F9C47;
}
.TagClassName
{
border-color: #8F9C47;
}
</style>