Shades of Wasabi #8F9334
Tints of Wasabi #8F9334
RGB
CMYK
RGB Variations
Color information
#8F9334 (or 0x8F9334) is known color: Wasabi. HEX triplet: 8F, 93 and 34. RGB value is (143,147,52). Sum of RGB (Red+Green+Blue) = 143+147+52=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9334 is #706CCB. Grayscale: #878787. Windows color (decimal): -7367884 or 3445647. OLE color: 3445647.
HSL color Cylindrical-coordinate representation of color #8F9334: hue angle of 62.53º 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 #8F9334 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 52 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.42 |
| HSL | 62.53º | 0.48% | 0.39% | - |
| HSV(B) | 62.53º | 0.65% | 0.58% | - |
| XYZ | 22.38 | 26.96 | 7.27 | - |
| YUV | 134.97 | 81.17 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 52 | 0.03 | 0 | 0.65 | 0.42 | 62.53 | 0.48 | 0.39 |
| Hex | 8F | 93 | 34 | 3 | 0 | 41 | 2A | 3F | 30 | 27 |
| Octal | 217 | 223 | 64 | 3 | 0 | 101 | 52 | 77 | 60 | 47 |
| Binary | 10001111 | 10010011 | 110100 | 11 | 0 | 1000001 | 101010 | 111111 | 110000 | 100111 |
Color Harmonies of #8F9334
Complementary color
Monochromatic Colors of #8F9334
Black with #8F9334
Text Example
Text Example
White with #8F9334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9334; }
p { color: rgb(143,147,52); }
H1.HeaderClassName
{
color: #8F9334;
}
.AnyTagClassName
{
color: #8F9334;
}
</style>
background-color css
<style>
a { background-color: #8F9334; }
a { background-color: rgb(143,147,52); }
div.DivClassName
{
background-color: #8F9334;
}
.BgClassName
{
background-color: #8F9334;
}
</style>
border-color css
<style>
span { border-color: #8F9334; }
span { border-color: rgb(143,147,52); }
td.TdClassName
{
border-color: #8F9334;
}
.TagClassName
{
border-color: #8F9334;
}
</style>