Shades of Wasabi #8F9734
Tints of Wasabi #8F9734
RGB
CMYK
RGB Variations
Color information
#8F9734 (or 0x8F9734) is known color: Wasabi. HEX triplet: 8F, 97 and 34. RGB value is (143,151,52). Sum of RGB (Red+Green+Blue) = 143+151+52=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #8F9734 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9734 is #7068CB. Grayscale: #898989. Windows color (decimal): -7366860 or 3446671. OLE color: 3446671.
HSL color Cylindrical-coordinate representation of color #8F9734: hue angle of 64.85º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F9734 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 52 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.41 |
| HSL | 64.85º | 0.49% | 0.4% | - |
| HSV(B) | 64.85º | 0.66% | 0.59% | - |
| XYZ | 23.01 | 28.22 | 7.48 | - |
| YUV | 137.32 | 79.85 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 52 | 0.05 | 0 | 0.66 | 0.41 | 64.85 | 0.49 | 0.4 |
| Hex | 8F | 97 | 34 | 5 | 0 | 42 | 29 | 41 | 31 | 28 |
| Octal | 217 | 227 | 64 | 5 | 0 | 102 | 51 | 101 | 61 | 50 |
| Binary | 10001111 | 10010111 | 110100 | 101 | 0 | 1000010 | 101001 | 1000001 | 110001 | 101000 |
Color Harmonies of #8F9734
Complementary color
Monochromatic Colors of #8F9734
Black with #8F9734
Text Example
Text Example
White with #8F9734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9734; }
p { color: rgb(143,151,52); }
H1.HeaderClassName
{
color: #8F9734;
}
.AnyTagClassName
{
color: #8F9734;
}
</style>
background-color css
<style>
a { background-color: #8F9734; }
a { background-color: rgb(143,151,52); }
div.DivClassName
{
background-color: #8F9734;
}
.BgClassName
{
background-color: #8F9734;
}
</style>
border-color css
<style>
span { border-color: #8F9734; }
span { border-color: rgb(143,151,52); }
td.TdClassName
{
border-color: #8F9734;
}
.TagClassName
{
border-color: #8F9734;
}
</style>