Shades of Wasabi #8F9C46
Tints of Wasabi #8F9C46
RGB
CMYK
RGB Variations
Color information
#8F9C46 (or 0x8F9C46) is known color: Wasabi. HEX triplet: 8F, 9C and 46. RGB value is (143,156,70). Sum of RGB (Red+Green+Blue) = 143+156+70=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9C46 is #7063B9. Grayscale: #8E8E8E. Windows color (decimal): -7365562 or 4627599. OLE color: 4627599.
HSL color Cylindrical-coordinate representation of color #8F9C46: hue angle of 69.07º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F9C46 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 156 | 70 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.39 |
| HSL | 69.07º | 0.38% | 0.44% | - |
| HSV(B) | 69.07º | 0.55% | 0.61% | - |
| XYZ | 24.32 | 30.06 | 10.31 | - |
| YUV | 142.31 | 87.19 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 70 | 0.08 | 0 | 0.55 | 0.39 | 69.07 | 0.38 | 0.44 |
| Hex | 8F | 9C | 46 | 8 | 0 | 37 | 27 | 45 | 26 | 2C |
| Octal | 217 | 234 | 106 | 10 | 0 | 67 | 47 | 105 | 46 | 54 |
| Binary | 10001111 | 10011100 | 1000110 | 1000 | 0 | 110111 | 100111 | 1000101 | 100110 | 101100 |
Color Harmonies of #8F9C46
Complementary color
Monochromatic Colors of #8F9C46
Black with #8F9C46
Text Example
Text Example
White with #8F9C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9C46; }
p { color: rgb(143,156,70); }
H1.HeaderClassName
{
color: #8F9C46;
}
.AnyTagClassName
{
color: #8F9C46;
}
</style>
background-color css
<style>
a { background-color: #8F9C46; }
a { background-color: rgb(143,156,70); }
div.DivClassName
{
background-color: #8F9C46;
}
.BgClassName
{
background-color: #8F9C46;
}
</style>
border-color css
<style>
span { border-color: #8F9C46; }
span { border-color: rgb(143,156,70); }
td.TdClassName
{
border-color: #8F9C46;
}
.TagClassName
{
border-color: #8F9C46;
}
</style>