Shades of Wasabi #8F9843
Tints of Wasabi #8F9843
RGB
CMYK
RGB Variations
Color information
#8F9843 (or 0x8F9843) is known color: Wasabi. HEX triplet: 8F, 98 and 43. RGB value is (143,152,67). Sum of RGB (Red+Green+Blue) = 143+152+67=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9843 is #7067BC. Grayscale: #8B8B8B. Windows color (decimal): -7366589 or 4429967. OLE color: 4429967.
HSL color Cylindrical-coordinate representation of color #8F9843: hue angle of 66.35º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F9843 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 152 | 67 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.40 |
| HSL | 66.35º | 0.39% | 0.43% | - |
| HSV(B) | 66.35º | 0.56% | 0.6% | - |
| XYZ | 23.57 | 28.7 | 9.61 | - |
| YUV | 139.62 | 87.02 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 67 | 0.06 | 0 | 0.56 | 0.40 | 66.35 | 0.39 | 0.43 |
| Hex | 8F | 98 | 43 | 6 | 0 | 38 | 28 | 42 | 27 | 2B |
| Octal | 217 | 230 | 103 | 6 | 0 | 70 | 50 | 102 | 47 | 53 |
| Binary | 10001111 | 10011000 | 1000011 | 110 | 0 | 111000 | 101000 | 1000010 | 100111 | 101011 |
Color Harmonies of #8F9843
Complementary color
Monochromatic Colors of #8F9843
Black with #8F9843
Text Example
Text Example
White with #8F9843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9843; }
p { color: rgb(143,152,67); }
H1.HeaderClassName
{
color: #8F9843;
}
.AnyTagClassName
{
color: #8F9843;
}
</style>
background-color css
<style>
a { background-color: #8F9843; }
a { background-color: rgb(143,152,67); }
div.DivClassName
{
background-color: #8F9843;
}
.BgClassName
{
background-color: #8F9843;
}
</style>
border-color css
<style>
span { border-color: #8F9843; }
span { border-color: rgb(143,152,67); }
td.TdClassName
{
border-color: #8F9843;
}
.TagClassName
{
border-color: #8F9843;
}
</style>