Shades of Wasabi #8F9A31
Tints of Wasabi #8F9A31
RGB
CMYK
RGB Variations
Color information
#8F9A31 (or 0x8F9A31) is known color: Wasabi. HEX triplet: 8F, 9A and 31. RGB value is (143,154,49). Sum of RGB (Red+Green+Blue) = 143+154+49=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 154 - color contains mainly: green. Hex color #8F9A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9A31 is #7065CE. Grayscale: #8B8B8B. Windows color (decimal): -7366095 or 3250831. OLE color: 3250831.
HSL color Cylindrical-coordinate representation of color #8F9A31: hue angle of 66.29º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F9A31 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 154 | 49 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.40 |
| HSL | 66.29º | 0.52% | 0.4% | - |
| HSV(B) | 66.29º | 0.68% | 0.6% | - |
| XYZ | 23.44 | 29.17 | 7.3 | - |
| YUV | 138.74 | 77.36 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 154 | 49 | 0.07 | 0 | 0.68 | 0.40 | 66.29 | 0.52 | 0.4 |
| Hex | 8F | 9A | 31 | 7 | 0 | 44 | 28 | 42 | 34 | 28 |
| Octal | 217 | 232 | 61 | 7 | 0 | 104 | 50 | 102 | 64 | 50 |
| Binary | 10001111 | 10011010 | 110001 | 111 | 0 | 1000100 | 101000 | 1000010 | 110100 | 101000 |
Color Harmonies of #8F9A31
Complementary color
Monochromatic Colors of #8F9A31
Black with #8F9A31
Text Example
Text Example
White with #8F9A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9A31; }
p { color: rgb(143,154,49); }
H1.HeaderClassName
{
color: #8F9A31;
}
.AnyTagClassName
{
color: #8F9A31;
}
</style>
background-color css
<style>
a { background-color: #8F9A31; }
a { background-color: rgb(143,154,49); }
div.DivClassName
{
background-color: #8F9A31;
}
.BgClassName
{
background-color: #8F9A31;
}
</style>
border-color css
<style>
span { border-color: #8F9A31; }
span { border-color: rgb(143,154,49); }
td.TdClassName
{
border-color: #8F9A31;
}
.TagClassName
{
border-color: #8F9A31;
}
</style>