Shades of Spanish Green #878C84
Tints of Spanish Green #878C84
RGB
CMYK
RGB Variations
Color information
#878C84 (or 0x878C84) is known color: Spanish Green. HEX triplet: 87, 8C and 84. RGB value is (135,140,132). Sum of RGB (Red+Green+Blue) = 135+140+132=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 140 - color contains mainly: green. Hex color #878C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C84 is #78737B. Grayscale: #898989. Windows color (decimal): -7893884 or 8686727. OLE color: 8686727.
HSL color Cylindrical-coordinate representation of color #878C84: hue angle of 97.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #878C84 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 140 | 132 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.45 |
| HSL | 97.5º | 0.03% | 0.53% | - |
| HSV(B) | 97.5º | 0.06% | 0.55% | - |
| XYZ | 23.53 | 25.57 | 25.53 | - |
| YUV | 137.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 132 | 0.04 | 0 | 0.06 | 0.45 | 97.5 | 0.03 | 0.53 |
| Hex | 87 | 8C | 84 | 4 | 0 | 6 | 2D | 62 | 3 | 35 |
| Octal | 207 | 214 | 204 | 4 | 0 | 6 | 55 | 142 | 3 | 65 |
| Binary | 10000111 | 10001100 | 10000100 | 100 | 0 | 110 | 101101 | 1100010 | 11 | 110101 |
Color Harmonies of #878C84
Complementary color
Monochromatic Colors of #878C84
Black with #878C84
Text Example
Text Example
White with #878C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878C84; }
p { color: rgb(135,140,132); }
H1.HeaderClassName
{
color: #878C84;
}
.AnyTagClassName
{
color: #878C84;
}
</style>
background-color css
<style>
a { background-color: #878C84; }
a { background-color: rgb(135,140,132); }
div.DivClassName
{
background-color: #878C84;
}
.BgClassName
{
background-color: #878C84;
}
</style>
border-color css
<style>
span { border-color: #878C84; }
span { border-color: rgb(135,140,132); }
td.TdClassName
{
border-color: #878C84;
}
.TagClassName
{
border-color: #878C84;
}
</style>