Shades of Padua #87A995
Tints of Padua #87A995
RGB
CMYK
RGB Variations
Color information
#87A995 (or 0x87A995) is known color: Padua. HEX triplet: 87, A9 and 95. RGB value is (135,169,149). Sum of RGB (Red+Green+Blue) = 135+169+149=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 169 - color contains mainly: green. Hex color #87A995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A995 is #78566A. Grayscale: #9C9C9C. Windows color (decimal): -7886443 or 9808263. OLE color: 9808263.
HSL color Cylindrical-coordinate representation of color #87A995: hue angle of 144.71º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87A995 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 135 | 169 | 149 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.34 |
| HSL | 144.71º | 0.17% | 0.6% | - |
| HSV(B) | 144.71º | 0.2% | 0.66% | - |
| XYZ | 29.6 | 35.7 | 33.76 | - |
| YUV | 156.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 169 | 149 | 0.20 | 0 | 0.12 | 0.34 | 144.71 | 0.17 | 0.6 |
| Hex | 87 | A9 | 95 | 14 | 0 | C | 22 | 91 | 11 | 3C |
| Octal | 207 | 251 | 225 | 24 | 0 | 14 | 42 | 221 | 21 | 74 |
| Binary | 10000111 | 10101001 | 10010101 | 10100 | 0 | 1100 | 100010 | 10010001 | 10001 | 111100 |
Color Harmonies of #87A995
Complementary color
Monochromatic Colors of #87A995
Black with #87A995
Text Example
Text Example
White with #87A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A995; }
p { color: rgb(135,169,149); }
H1.HeaderClassName
{
color: #87A995;
}
.AnyTagClassName
{
color: #87A995;
}
</style>
background-color css
<style>
a { background-color: #87A995; }
a { background-color: rgb(135,169,149); }
div.DivClassName
{
background-color: #87A995;
}
.BgClassName
{
background-color: #87A995;
}
</style>
border-color css
<style>
span { border-color: #87A995; }
span { border-color: rgb(135,169,149); }
td.TdClassName
{
border-color: #87A995;
}
.TagClassName
{
border-color: #87A995;
}
</style>