Shades of Wasabi #878B47
Tints of Wasabi #878B47
RGB
CMYK
RGB Variations
Color information
#878B47 (or 0x878B47) is known color: Wasabi. HEX triplet: 87, 8B and 47. RGB value is (135,139,71). Sum of RGB (Red+Green+Blue) = 135+139+71=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #878B47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878B47 is #7874B8. Grayscale: #828282. Windows color (decimal): -7894201 or 4688775. OLE color: 4688775.
HSL color Cylindrical-coordinate representation of color #878B47: hue angle of 63.53º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #878B47 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 139 | 71 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.45 |
| HSL | 63.53º | 0.32% | 0.41% | - |
| HSV(B) | 63.53º | 0.49% | 0.55% | - |
| XYZ | 20.36 | 24.07 | 9.53 | - |
| YUV | 130.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 71 | 0.03 | 0 | 0.49 | 0.45 | 63.53 | 0.32 | 0.41 |
| Hex | 87 | 8B | 47 | 3 | 0 | 31 | 2D | 40 | 20 | 29 |
| Octal | 207 | 213 | 107 | 3 | 0 | 61 | 55 | 100 | 40 | 51 |
| Binary | 10000111 | 10001011 | 1000111 | 11 | 0 | 110001 | 101101 | 1000000 | 100000 | 101001 |
Color Harmonies of #878B47
Complementary color
Monochromatic Colors of #878B47
Black with #878B47
Text Example
Text Example
White with #878B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B47; }
p { color: rgb(135,139,71); }
H1.HeaderClassName
{
color: #878B47;
}
.AnyTagClassName
{
color: #878B47;
}
</style>
background-color css
<style>
a { background-color: #878B47; }
a { background-color: rgb(135,139,71); }
div.DivClassName
{
background-color: #878B47;
}
.BgClassName
{
background-color: #878B47;
}
</style>
border-color css
<style>
span { border-color: #878B47; }
span { border-color: rgb(135,139,71); }
td.TdClassName
{
border-color: #878B47;
}
.TagClassName
{
border-color: #878B47;
}
</style>