Shades of Wasabi #8F994A
Tints of Wasabi #8F994A
RGB
CMYK
RGB Variations
Color information
#8F994A (or 0x8F994A) is known color: Wasabi. HEX triplet: 8F, 99 and 4A. RGB value is (143,153,74). Sum of RGB (Red+Green+Blue) = 143+153+74=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #8F994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F994A is #7066B5. Grayscale: #8D8D8D. Windows color (decimal): -7366326 or 4888975. OLE color: 4888975.
HSL color Cylindrical-coordinate representation of color #8F994A: hue angle of 67.59º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F994A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 74 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.4 |
| HSL | 67.59º | 0.35% | 0.45% | - |
| HSV(B) | 67.59º | 0.52% | 0.6% | - |
| XYZ | 23.95 | 29.12 | 10.84 | - |
| YUV | 141 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 74 | 0.07 | 0 | 0.52 | 0.4 | 67.59 | 0.35 | 0.45 |
| Hex | 8F | 99 | 4A | 7 | 0 | 34 | 28 | 44 | 23 | 2D |
| Octal | 217 | 231 | 112 | 7 | 0 | 64 | 50 | 104 | 43 | 55 |
| Binary | 10001111 | 10011001 | 1001010 | 111 | 0 | 110100 | 101000 | 1000100 | 100011 | 101101 |
Color Harmonies of #8F994A
Complementary color
Monochromatic Colors of #8F994A
Black with #8F994A
Text Example
Text Example
White with #8F994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F994A; }
p { color: rgb(143,153,74); }
H1.HeaderClassName
{
color: #8F994A;
}
.AnyTagClassName
{
color: #8F994A;
}
</style>
background-color css
<style>
a { background-color: #8F994A; }
a { background-color: rgb(143,153,74); }
div.DivClassName
{
background-color: #8F994A;
}
.BgClassName
{
background-color: #8F994A;
}
</style>
border-color css
<style>
span { border-color: #8F994A; }
span { border-color: rgb(143,153,74); }
td.TdClassName
{
border-color: #8F994A;
}
.TagClassName
{
border-color: #8F994A;
}
</style>