Shades of Wasabi #8F9949
Tints of Wasabi #8F9949
RGB
CMYK
RGB Variations
Color information
#8F9949 (or 0x8F9949) is known color: Wasabi. HEX triplet: 8F, 99 and 49. RGB value is (143,153,73). Sum of RGB (Red+Green+Blue) = 143+153+73=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9949 is #7066B6. Grayscale: #8D8D8D. Windows color (decimal): -7366327 or 4823439. OLE color: 4823439.
HSL color Cylindrical-coordinate representation of color #8F9949: hue angle of 67.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F9949 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 73 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.4 |
| HSL | 67.5º | 0.35% | 0.44% | - |
| HSV(B) | 67.5º | 0.52% | 0.6% | - |
| XYZ | 23.92 | 29.1 | 10.66 | - |
| YUV | 140.89 | 89.69 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 73 | 0.07 | 0 | 0.52 | 0.4 | 67.5 | 0.35 | 0.44 |
| Hex | 8F | 99 | 49 | 7 | 0 | 34 | 28 | 44 | 23 | 2C |
| Octal | 217 | 231 | 111 | 7 | 0 | 64 | 50 | 104 | 43 | 54 |
| Binary | 10001111 | 10011001 | 1001001 | 111 | 0 | 110100 | 101000 | 1000100 | 100011 | 101100 |
Color Harmonies of #8F9949
Complementary color
Monochromatic Colors of #8F9949
Black with #8F9949
Text Example
Text Example
White with #8F9949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9949; }
p { color: rgb(143,153,73); }
H1.HeaderClassName
{
color: #8F9949;
}
.AnyTagClassName
{
color: #8F9949;
}
</style>
background-color css
<style>
a { background-color: #8F9949; }
a { background-color: rgb(143,153,73); }
div.DivClassName
{
background-color: #8F9949;
}
.BgClassName
{
background-color: #8F9949;
}
</style>
border-color css
<style>
span { border-color: #8F9949; }
span { border-color: rgb(143,153,73); }
td.TdClassName
{
border-color: #8F9949;
}
.TagClassName
{
border-color: #8F9949;
}
</style>