Shades of Wasabi #8F983D
Tints of Wasabi #8F983D
RGB
CMYK
RGB Variations
Color information
#8F983D (or 0x8F983D) is known color: Wasabi. HEX triplet: 8F, 98 and 3D. RGB value is (143,152,61). Sum of RGB (Red+Green+Blue) = 143+152+61=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #8F983D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F983D is #7067C2. Grayscale: #8B8B8B. Windows color (decimal): -7366595 or 4036751. OLE color: 4036751.
HSL color Cylindrical-coordinate representation of color #8F983D: hue angle of 65.93º 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 #8F983D is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 152 | 61 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.40 |
| HSL | 65.93º | 0.43% | 0.42% | - |
| HSV(B) | 65.93º | 0.6% | 0.6% | - |
| XYZ | 23.4 | 28.63 | 8.71 | - |
| YUV | 138.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 61 | 0.06 | 0 | 0.60 | 0.40 | 65.93 | 0.43 | 0.42 |
| Hex | 8F | 98 | 3D | 6 | 0 | 3C | 28 | 42 | 2B | 2A |
| Octal | 217 | 230 | 75 | 6 | 0 | 74 | 50 | 102 | 53 | 52 |
| Binary | 10001111 | 10011000 | 111101 | 110 | 0 | 111100 | 101000 | 1000010 | 101011 | 101010 |
Color Harmonies of #8F983D
Complementary color
Monochromatic Colors of #8F983D
Black with #8F983D
Text Example
Text Example
White with #8F983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F983D; }
p { color: rgb(143,152,61); }
H1.HeaderClassName
{
color: #8F983D;
}
.AnyTagClassName
{
color: #8F983D;
}
</style>
background-color css
<style>
a { background-color: #8F983D; }
a { background-color: rgb(143,152,61); }
div.DivClassName
{
background-color: #8F983D;
}
.BgClassName
{
background-color: #8F983D;
}
</style>
border-color css
<style>
span { border-color: #8F983D; }
span { border-color: rgb(143,152,61); }
td.TdClassName
{
border-color: #8F983D;
}
.TagClassName
{
border-color: #8F983D;
}
</style>