#87A287

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

Shades of Pewter #87A287

Tints of Pewter #87A287

Color information

#87A287 (or 0x87A287) is unknown color: approx Pewter. HEX triplet: 87, A2 and 87. RGB value is (135,162,135). Sum of RGB (Red+Green+Blue) = 135+162+135=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 162 - color contains mainly: green. Hex color #87A287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A287 is #785D78. Grayscale: #969696. Windows color (decimal): -7888249 or 8888967. OLE color: 8888967.

HSL color Cylindrical-coordinate representation of color #87A287: hue angle of 120º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #87A287 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB135162135-
CMYK0.1700.170.36
HSL120º12.68%58.24%-
HSV(B)120º16.67%63.53%-
XYZ27.2932.7427.8-
YUV150.85119.05116.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.25%
GREEN value IS 162 (63.67% from 255) = 37.5%
BLUE value IS 135 (53.12% from 255) = 31.25%
R=31.25%
G=37.5%
B=31.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351621350.1700.170.3612012.6858.24
Hex87A287110112478d3a
Octal20724220721021441701572
Binary1000011110100010100001111000101000110010011110001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,162,135); }

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

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

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

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

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

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

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