Shades of Wasabi #8F9633
Tints of Wasabi #8F9633
RGB
CMYK
RGB Variations
Color information
#8F9633 (or 0x8F9633) is known color: Wasabi. HEX triplet: 8F, 96 and 33. RGB value is (143,150,51). Sum of RGB (Red+Green+Blue) = 143+150+51=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9633 is #7069CC. Grayscale: #898989. Windows color (decimal): -7367117 or 3380879. OLE color: 3380879.
HSL color Cylindrical-coordinate representation of color #8F9633: hue angle of 64.24º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F9633 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 51 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.41 |
| HSL | 64.24º | 0.49% | 0.39% | - |
| HSV(B) | 64.24º | 0.66% | 0.59% | - |
| XYZ | 22.83 | 27.89 | 7.31 | - |
| YUV | 136.62 | 79.68 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 51 | 0.05 | 0 | 0.66 | 0.41 | 64.24 | 0.49 | 0.39 |
| Hex | 8F | 96 | 33 | 5 | 0 | 42 | 29 | 40 | 31 | 27 |
| Octal | 217 | 226 | 63 | 5 | 0 | 102 | 51 | 100 | 61 | 47 |
| Binary | 10001111 | 10010110 | 110011 | 101 | 0 | 1000010 | 101001 | 1000000 | 110001 | 100111 |
Color Harmonies of #8F9633
Complementary color
Monochromatic Colors of #8F9633
Black with #8F9633
Text Example
Text Example
White with #8F9633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9633; }
p { color: rgb(143,150,51); }
H1.HeaderClassName
{
color: #8F9633;
}
.AnyTagClassName
{
color: #8F9633;
}
</style>
background-color css
<style>
a { background-color: #8F9633; }
a { background-color: rgb(143,150,51); }
div.DivClassName
{
background-color: #8F9633;
}
.BgClassName
{
background-color: #8F9633;
}
</style>
border-color css
<style>
span { border-color: #8F9633; }
span { border-color: rgb(143,150,51); }
td.TdClassName
{
border-color: #8F9633;
}
.TagClassName
{
border-color: #8F9633;
}
</style>