Shades of Wasabi #8F9A47
Tints of Wasabi #8F9A47
RGB
CMYK
RGB Variations
Color information
#8F9A47 (or 0x8F9A47) is known color: Wasabi. HEX triplet: 8F, 9A and 47. RGB value is (143,154,71). Sum of RGB (Red+Green+Blue) = 143+154+71=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 154 - color contains mainly: green. Hex color #8F9A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9A47 is #7065B8. Grayscale: #8D8D8D. Windows color (decimal): -7366073 or 4692623. OLE color: 4692623.
HSL color Cylindrical-coordinate representation of color #8F9A47: hue angle of 67.95º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F9A47 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 154 | 71 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.40 |
| HSL | 67.95º | 0.37% | 0.44% | - |
| HSV(B) | 67.95º | 0.54% | 0.6% | - |
| XYZ | 24.02 | 29.41 | 10.37 | - |
| YUV | 141.25 | 88.36 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 154 | 71 | 0.07 | 0 | 0.54 | 0.40 | 67.95 | 0.37 | 0.44 |
| Hex | 8F | 9A | 47 | 7 | 0 | 36 | 28 | 44 | 25 | 2C |
| Octal | 217 | 232 | 107 | 7 | 0 | 66 | 50 | 104 | 45 | 54 |
| Binary | 10001111 | 10011010 | 1000111 | 111 | 0 | 110110 | 101000 | 1000100 | 100101 | 101100 |
Color Harmonies of #8F9A47
Complementary color
Monochromatic Colors of #8F9A47
Black with #8F9A47
Text Example
Text Example
White with #8F9A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9A47; }
p { color: rgb(143,154,71); }
H1.HeaderClassName
{
color: #8F9A47;
}
.AnyTagClassName
{
color: #8F9A47;
}
</style>
background-color css
<style>
a { background-color: #8F9A47; }
a { background-color: rgb(143,154,71); }
div.DivClassName
{
background-color: #8F9A47;
}
.BgClassName
{
background-color: #8F9A47;
}
</style>
border-color css
<style>
span { border-color: #8F9A47; }
span { border-color: rgb(143,154,71); }
td.TdClassName
{
border-color: #8F9A47;
}
.TagClassName
{
border-color: #8F9A47;
}
</style>