Shades of Wasabi #8F9F3D
Tints of Wasabi #8F9F3D
RGB
CMYK
RGB Variations
Color information
#8F9F3D (or 0x8F9F3D) is known color: Wasabi. HEX triplet: 8F, 9F and 3D. RGB value is (143,159,61). Sum of RGB (Red+Green+Blue) = 143+159+61=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9F3D is #7060C2. Grayscale: #8F8F8F. Windows color (decimal): -7364803 or 4038543. OLE color: 4038543.
HSL color Cylindrical-coordinate representation of color #8F9F3D: hue angle of 69.8º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F9F3D is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 159 | 61 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.38 |
| HSL | 69.8º | 0.45% | 0.43% | - |
| HSV(B) | 69.8º | 0.62% | 0.62% | - |
| XYZ | 24.57 | 30.97 | 9.1 | - |
| YUV | 143.04 | 81.7 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 61 | 0.10 | 0 | 0.62 | 0.38 | 69.8 | 0.45 | 0.43 |
| Hex | 8F | 9F | 3D | A | 0 | 3E | 26 | 46 | 2D | 2B |
| Octal | 217 | 237 | 75 | 12 | 0 | 76 | 46 | 106 | 55 | 53 |
| Binary | 10001111 | 10011111 | 111101 | 1010 | 0 | 111110 | 100110 | 1000110 | 101101 | 101011 |
Color Harmonies of #8F9F3D
Complementary color
Monochromatic Colors of #8F9F3D
Black with #8F9F3D
Text Example
Text Example
White with #8F9F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9F3D; }
p { color: rgb(143,159,61); }
H1.HeaderClassName
{
color: #8F9F3D;
}
.AnyTagClassName
{
color: #8F9F3D;
}
</style>
background-color css
<style>
a { background-color: #8F9F3D; }
a { background-color: rgb(143,159,61); }
div.DivClassName
{
background-color: #8F9F3D;
}
.BgClassName
{
background-color: #8F9F3D;
}
</style>
border-color css
<style>
span { border-color: #8F9F3D; }
span { border-color: rgb(143,159,61); }
td.TdClassName
{
border-color: #8F9F3D;
}
.TagClassName
{
border-color: #8F9F3D;
}
</style>