Shades of Wasabi #878E51
Tints of Wasabi #878E51
RGB
CMYK
RGB Variations
Color information
#878E51 (or 0x878E51) is known color: Wasabi. HEX triplet: 87, 8E and 51. RGB value is (135,142,81). Sum of RGB (Red+Green+Blue) = 135+142+81=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 142 - color contains mainly: green. Hex color #878E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878E51 is #7871AE. Grayscale: #858585. Windows color (decimal): -7893423 or 5344903. OLE color: 5344903.
HSL color Cylindrical-coordinate representation of color #878E51: hue angle of 66.89º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #878E51 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 142 | 81 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.44 |
| HSL | 66.89º | 0.27% | 0.44% | - |
| HSV(B) | 66.89º | 0.43% | 0.56% | - |
| XYZ | 21.15 | 25.09 | 11.51 | - |
| YUV | 132.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 81 | 0.05 | 0 | 0.43 | 0.44 | 66.89 | 0.27 | 0.44 |
| Hex | 87 | 8E | 51 | 5 | 0 | 2B | 2C | 43 | 1B | 2C |
| Octal | 207 | 216 | 121 | 5 | 0 | 53 | 54 | 103 | 33 | 54 |
| Binary | 10000111 | 10001110 | 1010001 | 101 | 0 | 101011 | 101100 | 1000011 | 11011 | 101100 |
Color Harmonies of #878E51
Complementary color
Monochromatic Colors of #878E51
Black with #878E51
Text Example
Text Example
White with #878E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878E51; }
p { color: rgb(135,142,81); }
H1.HeaderClassName
{
color: #878E51;
}
.AnyTagClassName
{
color: #878E51;
}
</style>
background-color css
<style>
a { background-color: #878E51; }
a { background-color: rgb(135,142,81); }
div.DivClassName
{
background-color: #878E51;
}
.BgClassName
{
background-color: #878E51;
}
</style>
border-color css
<style>
span { border-color: #878E51; }
span { border-color: rgb(135,142,81); }
td.TdClassName
{
border-color: #878E51;
}
.TagClassName
{
border-color: #878E51;
}
</style>