Shades of Wasabi #8F9A48
Tints of Wasabi #8F9A48
RGB
CMYK
RGB Variations
Color information
#8F9A48 (or 0x8F9A48) is known color: Wasabi. HEX triplet: 8F, 9A and 48. RGB value is (143,154,72). Sum of RGB (Red+Green+Blue) = 143+154+72=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 154 - color contains mainly: green. Hex color #8F9A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9A48 is #7065B7. Grayscale: #8D8D8D. Windows color (decimal): -7366072 or 4758159. OLE color: 4758159.
HSL color Cylindrical-coordinate representation of color #8F9A48: hue angle of 68.05º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F9A48 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 154 | 72 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.40 |
| HSL | 68.05º | 0.36% | 0.44% | - |
| HSV(B) | 68.05º | 0.53% | 0.6% | - |
| XYZ | 24.05 | 29.42 | 10.54 | - |
| YUV | 141.36 | 88.86 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 154 | 72 | 0.07 | 0 | 0.53 | 0.40 | 68.05 | 0.36 | 0.44 |
| Hex | 8F | 9A | 48 | 7 | 0 | 35 | 28 | 44 | 24 | 2C |
| Octal | 217 | 232 | 110 | 7 | 0 | 65 | 50 | 104 | 44 | 54 |
| Binary | 10001111 | 10011010 | 1001000 | 111 | 0 | 110101 | 101000 | 1000100 | 100100 | 101100 |
Color Harmonies of #8F9A48
Complementary color
Monochromatic Colors of #8F9A48
Black with #8F9A48
Text Example
Text Example
White with #8F9A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9A48; }
p { color: rgb(143,154,72); }
H1.HeaderClassName
{
color: #8F9A48;
}
.AnyTagClassName
{
color: #8F9A48;
}
</style>
background-color css
<style>
a { background-color: #8F9A48; }
a { background-color: rgb(143,154,72); }
div.DivClassName
{
background-color: #8F9A48;
}
.BgClassName
{
background-color: #8F9A48;
}
</style>
border-color css
<style>
span { border-color: #8F9A48; }
span { border-color: rgb(143,154,72); }
td.TdClassName
{
border-color: #8F9A48;
}
.TagClassName
{
border-color: #8F9A48;
}
</style>