Shades of Padua #87A794
Tints of Padua #87A794
RGB
CMYK
RGB Variations
Color information
#87A794 (or 0x87A794) is known color: Padua. HEX triplet: 87, A7 and 94. RGB value is (135,167,148). Sum of RGB (Red+Green+Blue) = 135+167+148=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 167 - color contains mainly: green. Hex color #87A794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A794 is #78586B. Grayscale: #9B9B9B. Windows color (decimal): -7886956 or 9742215. OLE color: 9742215.
HSL color Cylindrical-coordinate representation of color #87A794: hue angle of 144.38º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87A794 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 167 | 148 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.35 |
| HSL | 144.38º | 0.15% | 0.59% | - |
| HSV(B) | 144.38º | 0.19% | 0.65% | - |
| XYZ | 29.16 | 34.93 | 33.22 | - |
| YUV | 155.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 167 | 148 | 0.19 | 0 | 0.11 | 0.35 | 144.38 | 0.15 | 0.59 |
| Hex | 87 | A7 | 94 | 13 | 0 | B | 23 | 90 | F | 3B |
| Octal | 207 | 247 | 224 | 23 | 0 | 13 | 43 | 220 | 17 | 73 |
| Binary | 10000111 | 10100111 | 10010100 | 10011 | 0 | 1011 | 100011 | 10010000 | 1111 | 111011 |
Color Harmonies of #87A794
Complementary color
Monochromatic Colors of #87A794
Black with #87A794
Text Example
Text Example
White with #87A794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A794; }
p { color: rgb(135,167,148); }
H1.HeaderClassName
{
color: #87A794;
}
.AnyTagClassName
{
color: #87A794;
}
</style>
background-color css
<style>
a { background-color: #87A794; }
a { background-color: rgb(135,167,148); }
div.DivClassName
{
background-color: #87A794;
}
.BgClassName
{
background-color: #87A794;
}
</style>
border-color css
<style>
span { border-color: #87A794; }
span { border-color: rgb(135,167,148); }
td.TdClassName
{
border-color: #87A794;
}
.TagClassName
{
border-color: #87A794;
}
</style>