Shades of Wasabi #8F9634
Tints of Wasabi #8F9634
RGB
CMYK
RGB Variations
Color information
#8F9634 (or 0x8F9634) is known color: Wasabi. HEX triplet: 8F, 96 and 34. RGB value is (143,150,52). Sum of RGB (Red+Green+Blue) = 143+150+52=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9634 is #7069CB. Grayscale: #898989. Windows color (decimal): -7367116 or 3446415. OLE color: 3446415.
HSL color Cylindrical-coordinate representation of color #8F9634: hue angle of 64.29º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F9634 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 52 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.41 |
| HSL | 64.29º | 0.49% | 0.4% | - |
| HSV(B) | 64.29º | 0.65% | 0.59% | - |
| XYZ | 22.85 | 27.9 | 7.43 | - |
| YUV | 136.74 | 80.18 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 52 | 0.05 | 0 | 0.65 | 0.41 | 64.29 | 0.49 | 0.4 |
| Hex | 8F | 96 | 34 | 5 | 0 | 41 | 29 | 40 | 31 | 28 |
| Octal | 217 | 226 | 64 | 5 | 0 | 101 | 51 | 100 | 61 | 50 |
| Binary | 10001111 | 10010110 | 110100 | 101 | 0 | 1000001 | 101001 | 1000000 | 110001 | 101000 |
Color Harmonies of #8F9634
Complementary color
Monochromatic Colors of #8F9634
Black with #8F9634
Text Example
Text Example
White with #8F9634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9634; }
p { color: rgb(143,150,52); }
H1.HeaderClassName
{
color: #8F9634;
}
.AnyTagClassName
{
color: #8F9634;
}
</style>
background-color css
<style>
a { background-color: #8F9634; }
a { background-color: rgb(143,150,52); }
div.DivClassName
{
background-color: #8F9634;
}
.BgClassName
{
background-color: #8F9634;
}
</style>
border-color css
<style>
span { border-color: #8F9634; }
span { border-color: rgb(143,150,52); }
td.TdClassName
{
border-color: #8F9634;
}
.TagClassName
{
border-color: #8F9634;
}
</style>