#87A496

Color #87A496 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #87A496

Tints of Padua #87A496

Color information

#87A496 (or 0x87A496) is unknown color: approx Padua. HEX triplet: 87, A4 and 96. RGB value is (135,164,150). Sum of RGB (Red+Green+Blue) = 135+164+150=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 164 - color contains mainly: green. Hex color #87A496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A496 is #785B69. Grayscale: #999999. Windows color (decimal): -7887722 or 9872519. OLE color: 9872519.

HSL color Cylindrical-coordinate representation of color #87A496: hue angle of 151.03º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87A496 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB135164150-
CMYK0.1800.090.36
HSL151.03º13.74%58.63%-
HSV(B)151.03º17.68%64.31%-
XYZ28.7733.933.88-
YUV153.73125.89114.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 30.07%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=30.07%
G=36.53%
B=33.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351641500.1800.090.36151.0313.7458.63
Hex87A49612092497e3b
Octal20724422622011442271673
Binary1000011110100100100101101001001001100100100101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87A496; }

 p { color: rgb(135,164,150); }

 H1.HeaderClassName
 {
   color: #87A496;
 }
 .AnyTagClassName
 {
   color: #87A496;
 }
</style>
background-color css

<style>
 a { background-color: #87A496; }

 a { background-color: rgb(135,164,150); }

 div.DivClassName
 {
   background-color: #87A496;
 }
 .BgClassName
 {
   background-color: #87A496;
 }
</style>
border-color css

<style>
 span { border-color: #87A496; }

 span { border-color: rgb(135,164,150); }

 td.TdClassName
 {
   border-color: #87A496;
 }
 .TagClassName
 {
   border-color: #87A496;
 }
</style>