Shades of Wasabi #8F993D
Tints of Wasabi #8F993D
RGB
CMYK
RGB Variations
Color information
#8F993D (or 0x8F993D) is known color: Wasabi. HEX triplet: 8F, 99 and 3D. RGB value is (143,153,61). Sum of RGB (Red+Green+Blue) = 143+153+61=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #8F993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F993D is #7066C2. Grayscale: #8B8B8B. Windows color (decimal): -7366339 or 4037007. OLE color: 4037007.
HSL color Cylindrical-coordinate representation of color #8F993D: hue angle of 66.52º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F993D is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 61 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.4 |
| HSL | 66.52º | 0.43% | 0.42% | - |
| HSV(B) | 66.52º | 0.6% | 0.6% | - |
| XYZ | 23.56 | 28.96 | 8.76 | - |
| YUV | 139.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 61 | 0.07 | 0 | 0.60 | 0.4 | 66.52 | 0.43 | 0.42 |
| Hex | 8F | 99 | 3D | 7 | 0 | 3C | 28 | 43 | 2B | 2A |
| Octal | 217 | 231 | 75 | 7 | 0 | 74 | 50 | 103 | 53 | 52 |
| Binary | 10001111 | 10011001 | 111101 | 111 | 0 | 111100 | 101000 | 1000011 | 101011 | 101010 |
Color Harmonies of #8F993D
Complementary color
Monochromatic Colors of #8F993D
Black with #8F993D
Text Example
Text Example
White with #8F993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F993D; }
p { color: rgb(143,153,61); }
H1.HeaderClassName
{
color: #8F993D;
}
.AnyTagClassName
{
color: #8F993D;
}
</style>
background-color css
<style>
a { background-color: #8F993D; }
a { background-color: rgb(143,153,61); }
div.DivClassName
{
background-color: #8F993D;
}
.BgClassName
{
background-color: #8F993D;
}
</style>
border-color css
<style>
span { border-color: #8F993D; }
span { border-color: rgb(143,153,61); }
td.TdClassName
{
border-color: #8F993D;
}
.TagClassName
{
border-color: #8F993D;
}
</style>