Shades of Wasabi #8F9435
Tints of Wasabi #8F9435
RGB
CMYK
RGB Variations
Color information
#8F9435 (or 0x8F9435) is known color: Wasabi. HEX triplet: 8F, 94 and 35. RGB value is (143,148,53). Sum of RGB (Red+Green+Blue) = 143+148+53=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9435 is #706BCA. Grayscale: #888888. Windows color (decimal): -7367627 or 3511439. OLE color: 3511439.
HSL color Cylindrical-coordinate representation of color #8F9435: hue angle of 63.16º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F9435 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 53 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.42 |
| HSL | 63.16º | 0.47% | 0.39% | - |
| HSV(B) | 63.16º | 0.64% | 0.58% | - |
| XYZ | 22.56 | 27.28 | 7.44 | - |
| YUV | 135.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 53 | 0.03 | 0 | 0.64 | 0.42 | 63.16 | 0.47 | 0.39 |
| Hex | 8F | 94 | 35 | 3 | 0 | 40 | 2A | 3F | 2F | 27 |
| Octal | 217 | 224 | 65 | 3 | 0 | 100 | 52 | 77 | 57 | 47 |
| Binary | 10001111 | 10010100 | 110101 | 11 | 0 | 1000000 | 101010 | 111111 | 101111 | 100111 |
Color Harmonies of #8F9435
Complementary color
Monochromatic Colors of #8F9435
Black with #8F9435
Text Example
Text Example
White with #8F9435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9435; }
p { color: rgb(143,148,53); }
H1.HeaderClassName
{
color: #8F9435;
}
.AnyTagClassName
{
color: #8F9435;
}
</style>
background-color css
<style>
a { background-color: #8F9435; }
a { background-color: rgb(143,148,53); }
div.DivClassName
{
background-color: #8F9435;
}
.BgClassName
{
background-color: #8F9435;
}
</style>
border-color css
<style>
span { border-color: #8F9435; }
span { border-color: rgb(143,148,53); }
td.TdClassName
{
border-color: #8F9435;
}
.TagClassName
{
border-color: #8F9435;
}
</style>