Shades of Wasabi #8C9F49
Tints of Wasabi #8C9F49
RGB
CMYK
RGB Variations
Color information
#8C9F49 (or 0x8C9F49) is known color: Wasabi. HEX triplet: 8C, 9F and 49. RGB value is (140,159,73). Sum of RGB (Red+Green+Blue) = 140+159+73=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9F49 is #7360B6. Grayscale: #8F8F8F. Windows color (decimal): -7561399 or 4824972. OLE color: 4824972.
HSL color Cylindrical-coordinate representation of color #8C9F49: hue angle of 73.26º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C9F49 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 159 | 73 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.38 |
| HSL | 73.26º | 0.37% | 0.45% | - |
| HSV(B) | 73.26º | 0.54% | 0.62% | - |
| XYZ | 24.42 | 30.85 | 10.97 | - |
| YUV | 143.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 73 | 0.12 | 0 | 0.54 | 0.38 | 73.26 | 0.37 | 0.45 |
| Hex | 8C | 9F | 49 | C | 0 | 36 | 26 | 49 | 25 | 2D |
| Octal | 214 | 237 | 111 | 14 | 0 | 66 | 46 | 111 | 45 | 55 |
| Binary | 10001100 | 10011111 | 1001001 | 1100 | 0 | 110110 | 100110 | 1001001 | 100101 | 101101 |
Color Harmonies of #8C9F49
Complementary color
Monochromatic Colors of #8C9F49
Black with #8C9F49
Text Example
Text Example
White with #8C9F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9F49; }
p { color: rgb(140,159,73); }
H1.HeaderClassName
{
color: #8C9F49;
}
.AnyTagClassName
{
color: #8C9F49;
}
</style>
background-color css
<style>
a { background-color: #8C9F49; }
a { background-color: rgb(140,159,73); }
div.DivClassName
{
background-color: #8C9F49;
}
.BgClassName
{
background-color: #8C9F49;
}
</style>
border-color css
<style>
span { border-color: #8C9F49; }
span { border-color: rgb(140,159,73); }
td.TdClassName
{
border-color: #8C9F49;
}
.TagClassName
{
border-color: #8C9F49;
}
</style>