Shades of Spanish Green #878D84
Tints of Spanish Green #878D84
RGB
CMYK
RGB Variations
Color information
#878D84 (or 0x878D84) is known color: Spanish Green. HEX triplet: 87, 8D and 84. RGB value is (135,141,132). Sum of RGB (Red+Green+Blue) = 135+141+132=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 141 - color contains mainly: green. Hex color #878D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878D84 is #78727B. Grayscale: #8A8A8A. Windows color (decimal): -7893628 or 8686983. OLE color: 8686983.
HSL color Cylindrical-coordinate representation of color #878D84: hue angle of 100º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #878D84 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 141 | 132 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.45 |
| HSL | 100º | 0.04% | 0.54% | - |
| HSV(B) | 100º | 0.06% | 0.55% | - |
| XYZ | 23.68 | 25.87 | 25.57 | - |
| YUV | 138.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 132 | 0.04 | 0 | 0.06 | 0.45 | 100 | 0.04 | 0.54 |
| Hex | 87 | 8D | 84 | 4 | 0 | 6 | 2D | 64 | 4 | 36 |
| Octal | 207 | 215 | 204 | 4 | 0 | 6 | 55 | 144 | 4 | 66 |
| Binary | 10000111 | 10001101 | 10000100 | 100 | 0 | 110 | 101101 | 1100100 | 100 | 110110 |
Color Harmonies of #878D84
Complementary color
Monochromatic Colors of #878D84
Black with #878D84
Text Example
Text Example
White with #878D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878D84; }
p { color: rgb(135,141,132); }
H1.HeaderClassName
{
color: #878D84;
}
.AnyTagClassName
{
color: #878D84;
}
</style>
background-color css
<style>
a { background-color: #878D84; }
a { background-color: rgb(135,141,132); }
div.DivClassName
{
background-color: #878D84;
}
.BgClassName
{
background-color: #878D84;
}
</style>
border-color css
<style>
span { border-color: #878D84; }
span { border-color: rgb(135,141,132); }
td.TdClassName
{
border-color: #878D84;
}
.TagClassName
{
border-color: #878D84;
}
</style>