Shades of Wasabi #8F9330
Tints of Wasabi #8F9330
RGB
CMYK
RGB Variations
Color information
#8F9330 (or 0x8F9330) is known color: Wasabi. HEX triplet: 8F, 93 and 30. RGB value is (143,147,48). Sum of RGB (Red+Green+Blue) = 143+147+48=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9330 is #706CCF. Grayscale: #868686. Windows color (decimal): -7367888 or 3183503. OLE color: 3183503.
HSL color Cylindrical-coordinate representation of color #8F9330: hue angle of 62.42º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F9330 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 48 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.42 |
| HSL | 62.42º | 0.51% | 0.38% | - |
| HSV(B) | 62.42º | 0.67% | 0.58% | - |
| XYZ | 22.29 | 26.92 | 6.82 | - |
| YUV | 134.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 48 | 0.03 | 0 | 0.67 | 0.42 | 62.42 | 0.51 | 0.38 |
| Hex | 8F | 93 | 30 | 3 | 0 | 43 | 2A | 3E | 33 | 26 |
| Octal | 217 | 223 | 60 | 3 | 0 | 103 | 52 | 76 | 63 | 46 |
| Binary | 10001111 | 10010011 | 110000 | 11 | 0 | 1000011 | 101010 | 111110 | 110011 | 100110 |
Color Harmonies of #8F9330
Complementary color
Monochromatic Colors of #8F9330
Black with #8F9330
Text Example
Text Example
White with #8F9330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9330; }
p { color: rgb(143,147,48); }
H1.HeaderClassName
{
color: #8F9330;
}
.AnyTagClassName
{
color: #8F9330;
}
</style>
background-color css
<style>
a { background-color: #8F9330; }
a { background-color: rgb(143,147,48); }
div.DivClassName
{
background-color: #8F9330;
}
.BgClassName
{
background-color: #8F9330;
}
</style>
border-color css
<style>
span { border-color: #8F9330; }
span { border-color: rgb(143,147,48); }
td.TdClassName
{
border-color: #8F9330;
}
.TagClassName
{
border-color: #8F9330;
}
</style>