Shades of Wasabi #8F9B4D
Tints of Wasabi #8F9B4D
RGB
CMYK
RGB Variations
Color information
#8F9B4D (or 0x8F9B4D) is known color: Wasabi. HEX triplet: 8F, 9B and 4D. RGB value is (143,155,77). Sum of RGB (Red+Green+Blue) = 143+155+77=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9B4D is #7064B2. Grayscale: #8E8E8E. Windows color (decimal): -7365811 or 5086095. OLE color: 5086095.
HSL color Cylindrical-coordinate representation of color #8F9B4D: hue angle of 69.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F9B4D is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 155 | 77 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.39 |
| HSL | 69.23º | 0.34% | 0.45% | - |
| HSV(B) | 69.23º | 0.5% | 0.61% | - |
| XYZ | 24.39 | 29.82 | 11.49 | - |
| YUV | 142.52 | 91.02 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 155 | 77 | 0.08 | 0 | 0.50 | 0.39 | 69.23 | 0.34 | 0.45 |
| Hex | 8F | 9B | 4D | 8 | 0 | 32 | 27 | 45 | 22 | 2D |
| Octal | 217 | 233 | 115 | 10 | 0 | 62 | 47 | 105 | 42 | 55 |
| Binary | 10001111 | 10011011 | 1001101 | 1000 | 0 | 110010 | 100111 | 1000101 | 100010 | 101101 |
Color Harmonies of #8F9B4D
Complementary color
Monochromatic Colors of #8F9B4D
Black with #8F9B4D
Text Example
Text Example
White with #8F9B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9B4D; }
p { color: rgb(143,155,77); }
H1.HeaderClassName
{
color: #8F9B4D;
}
.AnyTagClassName
{
color: #8F9B4D;
}
</style>
background-color css
<style>
a { background-color: #8F9B4D; }
a { background-color: rgb(143,155,77); }
div.DivClassName
{
background-color: #8F9B4D;
}
.BgClassName
{
background-color: #8F9B4D;
}
</style>
border-color css
<style>
span { border-color: #8F9B4D; }
span { border-color: rgb(143,155,77); }
td.TdClassName
{
border-color: #8F9B4D;
}
.TagClassName
{
border-color: #8F9B4D;
}
</style>