#87A28C

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

Shades of Envy #87A28C

Tints of Envy #87A28C

Color information

#87A28C (or 0x87A28C) is unknown color: approx Envy. HEX triplet: 87, A2 and 8C. RGB value is (135,162,140). Sum of RGB (Red+Green+Blue) = 135+162+140=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 162 - color contains mainly: green. Hex color #87A28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A28C is #785D73. Grayscale: #979797. Windows color (decimal): -7888244 or 9216647. OLE color: 9216647.

HSL color Cylindrical-coordinate representation of color #87A28C: hue angle of 131.11º 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 #87A28C is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB135162140-
CMYK0.1700.140.36
HSL131.11º12.68%58.24%-
HSV(B)131.11º16.67%63.53%-
XYZ27.6532.8929.7-
YUV151.42121.55116.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.89%
GREEN value IS 162 (63.67% from 255) = 37.07%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=30.89%
G=37.07%
B=32.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351621400.1700.140.36131.1112.6858.24
Hex87A28C110E2483d3a
Octal20724221421016442031572
Binary1000011110100010100011001000101110100100100000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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