Shades of Spanish Green #878C82
Tints of Spanish Green #878C82
RGB
CMYK
RGB Variations
Color information
#878C82 (or 0x878C82) is known color: Spanish Green. HEX triplet: 87, 8C and 82. RGB value is (135,140,130). Sum of RGB (Red+Green+Blue) = 135+140+130=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 140 - color contains mainly: green. Hex color #878C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C82 is #78737D. Grayscale: #898989. Windows color (decimal): -7893886 or 8555655. OLE color: 8555655.
HSL color Cylindrical-coordinate representation of color #878C82: hue angle of 90º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #878C82 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 140 | 130 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.45 |
| HSL | 90º | 0.04% | 0.53% | - |
| HSV(B) | 90º | 0.07% | 0.55% | - |
| XYZ | 23.4 | 25.52 | 24.81 | - |
| YUV | 137.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 130 | 0.04 | 0 | 0.07 | 0.45 | 90 | 0.04 | 0.53 |
| Hex | 87 | 8C | 82 | 4 | 0 | 7 | 2D | 5A | 4 | 35 |
| Octal | 207 | 214 | 202 | 4 | 0 | 7 | 55 | 132 | 4 | 65 |
| Binary | 10000111 | 10001100 | 10000010 | 100 | 0 | 111 | 101101 | 1011010 | 100 | 110101 |
Color Harmonies of #878C82
Complementary color
Monochromatic Colors of #878C82
Black with #878C82
Text Example
Text Example
White with #878C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878C82; }
p { color: rgb(135,140,130); }
H1.HeaderClassName
{
color: #878C82;
}
.AnyTagClassName
{
color: #878C82;
}
</style>
background-color css
<style>
a { background-color: #878C82; }
a { background-color: rgb(135,140,130); }
div.DivClassName
{
background-color: #878C82;
}
.BgClassName
{
background-color: #878C82;
}
</style>
border-color css
<style>
span { border-color: #878C82; }
span { border-color: rgb(135,140,130); }
td.TdClassName
{
border-color: #878C82;
}
.TagClassName
{
border-color: #878C82;
}
</style>