Shades of Wasabi #8F994C
Tints of Wasabi #8F994C
RGB
CMYK
RGB Variations
Color information
#8F994C (or 0x8F994C) is known color: Wasabi. HEX triplet: 8F, 99 and 4C. RGB value is (143,153,76). Sum of RGB (Red+Green+Blue) = 143+153+76=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #8F994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F994C is #7066B3. Grayscale: #8D8D8D. Windows color (decimal): -7366324 or 5020047. OLE color: 5020047.
HSL color Cylindrical-coordinate representation of color #8F994C: hue angle of 67.79º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F994C is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 76 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.4 |
| HSL | 67.79º | 0.34% | 0.45% | - |
| HSV(B) | 67.79º | 0.5% | 0.6% | - |
| XYZ | 24.02 | 29.14 | 11.2 | - |
| YUV | 141.23 | 91.19 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 76 | 0.07 | 0 | 0.50 | 0.4 | 67.79 | 0.34 | 0.45 |
| Hex | 8F | 99 | 4C | 7 | 0 | 32 | 28 | 44 | 22 | 2D |
| Octal | 217 | 231 | 114 | 7 | 0 | 62 | 50 | 104 | 42 | 55 |
| Binary | 10001111 | 10011001 | 1001100 | 111 | 0 | 110010 | 101000 | 1000100 | 100010 | 101101 |
Color Harmonies of #8F994C
Complementary color
Monochromatic Colors of #8F994C
Black with #8F994C
Text Example
Text Example
White with #8F994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F994C; }
p { color: rgb(143,153,76); }
H1.HeaderClassName
{
color: #8F994C;
}
.AnyTagClassName
{
color: #8F994C;
}
</style>
background-color css
<style>
a { background-color: #8F994C; }
a { background-color: rgb(143,153,76); }
div.DivClassName
{
background-color: #8F994C;
}
.BgClassName
{
background-color: #8F994C;
}
</style>
border-color css
<style>
span { border-color: #8F994C; }
span { border-color: rgb(143,153,76); }
td.TdClassName
{
border-color: #8F994C;
}
.TagClassName
{
border-color: #8F994C;
}
</style>