Shades of Padua #87B39A
Tints of Padua #87B39A
RGB
CMYK
RGB Variations
Color information
#87B39A (or 0x87B39A) is known color: Padua. HEX triplet: 87, B3 and 9A. RGB value is (135,179,154). Sum of RGB (Red+Green+Blue) = 135+179+154=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 179 - color contains mainly: green. Hex color #87B39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B39A is #784C65. Grayscale: #A3A3A3. Windows color (decimal): -7883878 or 10138503. OLE color: 10138503.
HSL color Cylindrical-coordinate representation of color #87B39A: hue angle of 145.91º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87B39A is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 179 | 154 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.30 |
| HSL | 145.91º | 0.22% | 0.62% | - |
| HSV(B) | 145.91º | 0.25% | 0.7% | - |
| XYZ | 31.94 | 39.72 | 36.56 | - |
| YUV | 162.99 | 122.92 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 179 | 154 | 0.25 | 0 | 0.14 | 0.30 | 145.91 | 0.22 | 0.62 |
| Hex | 87 | B3 | 9A | 19 | 0 | E | 1E | 92 | 16 | 3E |
| Octal | 207 | 263 | 232 | 31 | 0 | 16 | 36 | 222 | 26 | 76 |
| Binary | 10000111 | 10110011 | 10011010 | 11001 | 0 | 1110 | 11110 | 10010010 | 10110 | 111110 |
Color Harmonies of #87B39A
Complementary color
Monochromatic Colors of #87B39A
Black with #87B39A
Text Example
Text Example
White with #87B39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B39A; }
p { color: rgb(135,179,154); }
H1.HeaderClassName
{
color: #87B39A;
}
.AnyTagClassName
{
color: #87B39A;
}
</style>
background-color css
<style>
a { background-color: #87B39A; }
a { background-color: rgb(135,179,154); }
div.DivClassName
{
background-color: #87B39A;
}
.BgClassName
{
background-color: #87B39A;
}
</style>
border-color css
<style>
span { border-color: #87B39A; }
span { border-color: rgb(135,179,154); }
td.TdClassName
{
border-color: #87B39A;
}
.TagClassName
{
border-color: #87B39A;
}
</style>