Shades of Wasabi #8F9434
Tints of Wasabi #8F9434
RGB
CMYK
RGB Variations
Color information
#8F9434 (or 0x8F9434) is known color: Wasabi. HEX triplet: 8F, 94 and 34. RGB value is (143,148,52). Sum of RGB (Red+Green+Blue) = 143+148+52=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9434 is #706BCB. Grayscale: #878787. Windows color (decimal): -7367628 or 3445903. OLE color: 3445903.
HSL color Cylindrical-coordinate representation of color #8F9434: hue angle of 63.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F9434 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 52 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.42 |
| HSL | 63.13º | 0.48% | 0.39% | - |
| HSV(B) | 63.13º | 0.65% | 0.58% | - |
| XYZ | 22.54 | 27.27 | 7.32 | - |
| YUV | 135.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 52 | 0.03 | 0 | 0.65 | 0.42 | 63.13 | 0.48 | 0.39 |
| Hex | 8F | 94 | 34 | 3 | 0 | 41 | 2A | 3F | 30 | 27 |
| Octal | 217 | 224 | 64 | 3 | 0 | 101 | 52 | 77 | 60 | 47 |
| Binary | 10001111 | 10010100 | 110100 | 11 | 0 | 1000001 | 101010 | 111111 | 110000 | 100111 |
Color Harmonies of #8F9434
Complementary color
Monochromatic Colors of #8F9434
Black with #8F9434
Text Example
Text Example
White with #8F9434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9434; }
p { color: rgb(143,148,52); }
H1.HeaderClassName
{
color: #8F9434;
}
.AnyTagClassName
{
color: #8F9434;
}
</style>
background-color css
<style>
a { background-color: #8F9434; }
a { background-color: rgb(143,148,52); }
div.DivClassName
{
background-color: #8F9434;
}
.BgClassName
{
background-color: #8F9434;
}
</style>
border-color css
<style>
span { border-color: #8F9434; }
span { border-color: rgb(143,148,52); }
td.TdClassName
{
border-color: #8F9434;
}
.TagClassName
{
border-color: #8F9434;
}
</style>