Shades of Wasabi #8F9644
Tints of Wasabi #8F9644
RGB
CMYK
RGB Variations
Color information
#8F9644 (or 0x8F9644) is known color: Wasabi. HEX triplet: 8F, 96 and 44. RGB value is (143,150,68). Sum of RGB (Red+Green+Blue) = 143+150+68=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9644 is #7069BB. Grayscale: #8A8A8A. Windows color (decimal): -7367100 or 4494991. OLE color: 4494991.
HSL color Cylindrical-coordinate representation of color #8F9644: hue angle of 65.12º 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 #8F9644 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 68 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.41 |
| HSL | 65.12º | 0.38% | 0.43% | - |
| HSV(B) | 65.12º | 0.55% | 0.59% | - |
| XYZ | 23.28 | 28.07 | 9.66 | - |
| YUV | 138.56 | 88.18 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 68 | 0.05 | 0 | 0.55 | 0.41 | 65.12 | 0.38 | 0.43 |
| Hex | 8F | 96 | 44 | 5 | 0 | 37 | 29 | 41 | 26 | 2B |
| Octal | 217 | 226 | 104 | 5 | 0 | 67 | 51 | 101 | 46 | 53 |
| Binary | 10001111 | 10010110 | 1000100 | 101 | 0 | 110111 | 101001 | 1000001 | 100110 | 101011 |
Color Harmonies of #8F9644
Complementary color
Monochromatic Colors of #8F9644
Black with #8F9644
Text Example
Text Example
White with #8F9644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9644; }
p { color: rgb(143,150,68); }
H1.HeaderClassName
{
color: #8F9644;
}
.AnyTagClassName
{
color: #8F9644;
}
</style>
background-color css
<style>
a { background-color: #8F9644; }
a { background-color: rgb(143,150,68); }
div.DivClassName
{
background-color: #8F9644;
}
.BgClassName
{
background-color: #8F9644;
}
</style>
border-color css
<style>
span { border-color: #8F9644; }
span { border-color: rgb(143,150,68); }
td.TdClassName
{
border-color: #8F9644;
}
.TagClassName
{
border-color: #8F9644;
}
</style>