Shades of Wasabi #8F9643
Tints of Wasabi #8F9643
RGB
CMYK
RGB Variations
Color information
#8F9643 (or 0x8F9643) is known color: Wasabi. HEX triplet: 8F, 96 and 43. RGB value is (143,150,67). Sum of RGB (Red+Green+Blue) = 143+150+67=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9643 is #7069BC. Grayscale: #8A8A8A. Windows color (decimal): -7367101 or 4429455. OLE color: 4429455.
HSL color Cylindrical-coordinate representation of color #8F9643: hue angle of 65.06º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F9643 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 67 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.41 |
| HSL | 65.06º | 0.38% | 0.43% | - |
| HSV(B) | 65.06º | 0.55% | 0.59% | - |
| XYZ | 23.25 | 28.06 | 9.5 | - |
| YUV | 138.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 67 | 0.05 | 0 | 0.55 | 0.41 | 65.06 | 0.38 | 0.43 |
| Hex | 8F | 96 | 43 | 5 | 0 | 37 | 29 | 41 | 26 | 2B |
| Octal | 217 | 226 | 103 | 5 | 0 | 67 | 51 | 101 | 46 | 53 |
| Binary | 10001111 | 10010110 | 1000011 | 101 | 0 | 110111 | 101001 | 1000001 | 100110 | 101011 |
Color Harmonies of #8F9643
Complementary color
Monochromatic Colors of #8F9643
Black with #8F9643
Text Example
Text Example
White with #8F9643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9643; }
p { color: rgb(143,150,67); }
H1.HeaderClassName
{
color: #8F9643;
}
.AnyTagClassName
{
color: #8F9643;
}
</style>
background-color css
<style>
a { background-color: #8F9643; }
a { background-color: rgb(143,150,67); }
div.DivClassName
{
background-color: #8F9643;
}
.BgClassName
{
background-color: #8F9643;
}
</style>
border-color css
<style>
span { border-color: #8F9643; }
span { border-color: rgb(143,150,67); }
td.TdClassName
{
border-color: #8F9643;
}
.TagClassName
{
border-color: #8F9643;
}
</style>