Shades of Wasabi #8F994D
Tints of Wasabi #8F994D
RGB
CMYK
RGB Variations
Color information
#8F994D (or 0x8F994D) is known color: Wasabi. HEX triplet: 8F, 99 and 4D. RGB value is (143,153,77). Sum of RGB (Red+Green+Blue) = 143+153+77=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #8F994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F994D is #7066B2. Grayscale: #8D8D8D. Windows color (decimal): -7366323 or 5085583. OLE color: 5085583.
HSL color Cylindrical-coordinate representation of color #8F994D: hue angle of 67.89º degrees, saturation: 0.33, 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 #8F994D is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 77 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.4 |
| HSL | 67.89º | 0.33% | 0.45% | - |
| HSV(B) | 67.89º | 0.5% | 0.6% | - |
| XYZ | 24.06 | 29.16 | 11.38 | - |
| YUV | 141.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 77 | 0.07 | 0 | 0.50 | 0.4 | 67.89 | 0.33 | 0.45 |
| Hex | 8F | 99 | 4D | 7 | 0 | 32 | 28 | 44 | 21 | 2D |
| Octal | 217 | 231 | 115 | 7 | 0 | 62 | 50 | 104 | 41 | 55 |
| Binary | 10001111 | 10011001 | 1001101 | 111 | 0 | 110010 | 101000 | 1000100 | 100001 | 101101 |
Color Harmonies of #8F994D
Complementary color
Monochromatic Colors of #8F994D
Black with #8F994D
Text Example
Text Example
White with #8F994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F994D; }
p { color: rgb(143,153,77); }
H1.HeaderClassName
{
color: #8F994D;
}
.AnyTagClassName
{
color: #8F994D;
}
</style>
background-color css
<style>
a { background-color: #8F994D; }
a { background-color: rgb(143,153,77); }
div.DivClassName
{
background-color: #8F994D;
}
.BgClassName
{
background-color: #8F994D;
}
</style>
border-color css
<style>
span { border-color: #8F994D; }
span { border-color: rgb(143,153,77); }
td.TdClassName
{
border-color: #8F994D;
}
.TagClassName
{
border-color: #8F994D;
}
</style>