Shades of Wasabi #8F9430
Tints of Wasabi #8F9430
RGB
CMYK
RGB Variations
Color information
#8F9430 (or 0x8F9430) is known color: Wasabi. HEX triplet: 8F, 94 and 30. RGB value is (143,148,48). Sum of RGB (Red+Green+Blue) = 143+148+48=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9430 is #706BCF. Grayscale: #878787. Windows color (decimal): -7367632 or 3183759. OLE color: 3183759.
HSL color Cylindrical-coordinate representation of color #8F9430: hue angle of 63º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F9430 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 48 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.42 |
| HSL | 63º | 0.51% | 0.38% | - |
| HSV(B) | 63º | 0.68% | 0.58% | - |
| XYZ | 22.45 | 27.23 | 6.87 | - |
| YUV | 135.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 48 | 0.03 | 0 | 0.68 | 0.42 | 63 | 0.51 | 0.38 |
| Hex | 8F | 94 | 30 | 3 | 0 | 44 | 2A | 3F | 33 | 26 |
| Octal | 217 | 224 | 60 | 3 | 0 | 104 | 52 | 77 | 63 | 46 |
| Binary | 10001111 | 10010100 | 110000 | 11 | 0 | 1000100 | 101010 | 111111 | 110011 | 100110 |
Color Harmonies of #8F9430
Complementary color
Monochromatic Colors of #8F9430
Black with #8F9430
Text Example
Text Example
White with #8F9430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9430; }
p { color: rgb(143,148,48); }
H1.HeaderClassName
{
color: #8F9430;
}
.AnyTagClassName
{
color: #8F9430;
}
</style>
background-color css
<style>
a { background-color: #8F9430; }
a { background-color: rgb(143,148,48); }
div.DivClassName
{
background-color: #8F9430;
}
.BgClassName
{
background-color: #8F9430;
}
</style>
border-color css
<style>
span { border-color: #8F9430; }
span { border-color: rgb(143,148,48); }
td.TdClassName
{
border-color: #8F9430;
}
.TagClassName
{
border-color: #8F9430;
}
</style>