Shades of Wasabi #8B9544
Tints of Wasabi #8B9544
RGB
CMYK
RGB Variations
Color information
#8B9544 (or 0x8B9544) is known color: Wasabi. HEX triplet: 8B, 95 and 44. RGB value is (139,149,68). Sum of RGB (Red+Green+Blue) = 139+149+68=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9544 is #746ABB. Grayscale: #898989. Windows color (decimal): -7629500 or 4494731. OLE color: 4494731.
HSL color Cylindrical-coordinate representation of color #8B9544: hue angle of 67.41º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B9544 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 68 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.42 |
| HSL | 67.41º | 0.37% | 0.43% | - |
| HSV(B) | 67.41º | 0.54% | 0.58% | - |
| XYZ | 22.44 | 27.4 | 9.58 | - |
| YUV | 136.78 | 89.19 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 68 | 0.07 | 0 | 0.54 | 0.42 | 67.41 | 0.37 | 0.43 |
| Hex | 8B | 95 | 44 | 7 | 0 | 36 | 2A | 43 | 25 | 2B |
| Octal | 213 | 225 | 104 | 7 | 0 | 66 | 52 | 103 | 45 | 53 |
| Binary | 10001011 | 10010101 | 1000100 | 111 | 0 | 110110 | 101010 | 1000011 | 100101 | 101011 |
Color Harmonies of #8B9544
Complementary color
Monochromatic Colors of #8B9544
Black with #8B9544
Text Example
Text Example
White with #8B9544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9544; }
p { color: rgb(139,149,68); }
H1.HeaderClassName
{
color: #8B9544;
}
.AnyTagClassName
{
color: #8B9544;
}
</style>
background-color css
<style>
a { background-color: #8B9544; }
a { background-color: rgb(139,149,68); }
div.DivClassName
{
background-color: #8B9544;
}
.BgClassName
{
background-color: #8B9544;
}
</style>
border-color css
<style>
span { border-color: #8B9544; }
span { border-color: rgb(139,149,68); }
td.TdClassName
{
border-color: #8B9544;
}
.TagClassName
{
border-color: #8B9544;
}
</style>