Shades of Wasabi #878D3C
Tints of Wasabi #878D3C
RGB
CMYK
RGB Variations
Color information
#878D3C (or 0x878D3C) is known color: Wasabi. HEX triplet: 87, 8D and 3C. RGB value is (135,141,60). Sum of RGB (Red+Green+Blue) = 135+141+60=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 141 - color contains mainly: green. Hex color #878D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878D3C is #7872C3. Grayscale: #828282. Windows color (decimal): -7893700 or 3968391. OLE color: 3968391.
HSL color Cylindrical-coordinate representation of color #878D3C: hue angle of 64.44º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #878D3C is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 141 | 60 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.45 |
| HSL | 64.44º | 0.4% | 0.39% | - |
| HSV(B) | 64.44º | 0.57% | 0.55% | - |
| XYZ | 20.33 | 24.53 | 7.94 | - |
| YUV | 129.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 60 | 0.04 | 0 | 0.57 | 0.45 | 64.44 | 0.4 | 0.39 |
| Hex | 87 | 8D | 3C | 4 | 0 | 39 | 2D | 40 | 28 | 27 |
| Octal | 207 | 215 | 74 | 4 | 0 | 71 | 55 | 100 | 50 | 47 |
| Binary | 10000111 | 10001101 | 111100 | 100 | 0 | 111001 | 101101 | 1000000 | 101000 | 100111 |
Color Harmonies of #878D3C
Complementary color
Monochromatic Colors of #878D3C
Black with #878D3C
Text Example
Text Example
White with #878D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878D3C; }
p { color: rgb(135,141,60); }
H1.HeaderClassName
{
color: #878D3C;
}
.AnyTagClassName
{
color: #878D3C;
}
</style>
background-color css
<style>
a { background-color: #878D3C; }
a { background-color: rgb(135,141,60); }
div.DivClassName
{
background-color: #878D3C;
}
.BgClassName
{
background-color: #878D3C;
}
</style>
border-color css
<style>
span { border-color: #878D3C; }
span { border-color: rgb(135,141,60); }
td.TdClassName
{
border-color: #878D3C;
}
.TagClassName
{
border-color: #878D3C;
}
</style>