Shades of Wasabi #878D51
Tints of Wasabi #878D51
RGB
CMYK
RGB Variations
Color information
#878D51 (or 0x878D51) is known color: Wasabi. HEX triplet: 87, 8D and 51. RGB value is (135,141,81). Sum of RGB (Red+Green+Blue) = 135+141+81=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 141 - color contains mainly: green. Hex color #878D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878D51 is #7872AE. Grayscale: #848484. Windows color (decimal): -7893679 or 5344647. OLE color: 5344647.
HSL color Cylindrical-coordinate representation of color #878D51: hue angle of 66º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #878D51 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 141 | 81 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.45 |
| HSL | 66º | 0.27% | 0.44% | - |
| HSV(B) | 66º | 0.43% | 0.55% | - |
| XYZ | 21 | 24.79 | 11.46 | - |
| YUV | 132.37 | 99.01 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 81 | 0.04 | 0 | 0.43 | 0.45 | 66 | 0.27 | 0.44 |
| Hex | 87 | 8D | 51 | 4 | 0 | 2B | 2D | 42 | 1B | 2C |
| Octal | 207 | 215 | 121 | 4 | 0 | 53 | 55 | 102 | 33 | 54 |
| Binary | 10000111 | 10001101 | 1010001 | 100 | 0 | 101011 | 101101 | 1000010 | 11011 | 101100 |
Color Harmonies of #878D51
Complementary color
Monochromatic Colors of #878D51
Black with #878D51
Text Example
Text Example
White with #878D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878D51; }
p { color: rgb(135,141,81); }
H1.HeaderClassName
{
color: #878D51;
}
.AnyTagClassName
{
color: #878D51;
}
</style>
background-color css
<style>
a { background-color: #878D51; }
a { background-color: rgb(135,141,81); }
div.DivClassName
{
background-color: #878D51;
}
.BgClassName
{
background-color: #878D51;
}
</style>
border-color css
<style>
span { border-color: #878D51; }
span { border-color: rgb(135,141,81); }
td.TdClassName
{
border-color: #878D51;
}
.TagClassName
{
border-color: #878D51;
}
</style>