#87A88C

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

Shades of Envy #87A88C

Tints of Envy #87A88C

Color information

#87A88C (or 0x87A88C) is unknown color: approx Envy. HEX triplet: 87, A8 and 8C. RGB value is (135,168,140). Sum of RGB (Red+Green+Blue) = 135+168+140=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 168 - color contains mainly: green. Hex color #87A88C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A88C is #785773. Grayscale: #9B9B9B. Windows color (decimal): -7886708 or 9218183. OLE color: 9218183.

HSL color Cylindrical-coordinate representation of color #87A88C: hue angle of 129.09º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87A88C is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB135168140-
CMYK0.2000.170.34
HSL129.09º15.94%59.41%-
HSV(B)129.09º19.64%65.88%-
XYZ28.7335.0530.06-
YUV154.94119.57113.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.47%
GREEN value IS 168 (66.02% from 255) = 37.92%
BLUE value IS 140 (55.08% from 255) = 31.60%
R=30.47%
G=37.92%
B=31.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1351681400.2000.170.34129.0915.9459.41
Hex87A88C140112281103b
Octal20725021424021422012073
Binary100001111010100010001100101000100011000101000000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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