Shades of Wasabi #878D45
Tints of Wasabi #878D45
RGB
CMYK
RGB Variations
Color information
#878D45 (or 0x878D45) is known color: Wasabi. HEX triplet: 87, 8D and 45. RGB value is (135,141,69). Sum of RGB (Red+Green+Blue) = 135+141+69=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #878D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878D45 is #7872BA. Grayscale: #838383. Windows color (decimal): -7893691 or 4558215. OLE color: 4558215.
HSL color Cylindrical-coordinate representation of color #878D45: hue angle of 65º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #878D45 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 141 | 69 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.45 |
| HSL | 65º | 0.34% | 0.41% | - |
| HSV(B) | 65º | 0.51% | 0.55% | - |
| XYZ | 20.59 | 24.63 | 9.3 | - |
| YUV | 131 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 69 | 0.04 | 0 | 0.51 | 0.45 | 65 | 0.34 | 0.41 |
| Hex | 87 | 8D | 45 | 4 | 0 | 33 | 2D | 41 | 22 | 29 |
| Octal | 207 | 215 | 105 | 4 | 0 | 63 | 55 | 101 | 42 | 51 |
| Binary | 10000111 | 10001101 | 1000101 | 100 | 0 | 110011 | 101101 | 1000001 | 100010 | 101001 |
Color Harmonies of #878D45
Complementary color
Monochromatic Colors of #878D45
Black with #878D45
Text Example
Text Example
White with #878D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878D45; }
p { color: rgb(135,141,69); }
H1.HeaderClassName
{
color: #878D45;
}
.AnyTagClassName
{
color: #878D45;
}
</style>
background-color css
<style>
a { background-color: #878D45; }
a { background-color: rgb(135,141,69); }
div.DivClassName
{
background-color: #878D45;
}
.BgClassName
{
background-color: #878D45;
}
</style>
border-color css
<style>
span { border-color: #878D45; }
span { border-color: rgb(135,141,69); }
td.TdClassName
{
border-color: #878D45;
}
.TagClassName
{
border-color: #878D45;
}
</style>