#87A48A

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

Shades of Envy #87A48A

Tints of Envy #87A48A

Color information

#87A48A (or 0x87A48A) is unknown color: approx Envy. HEX triplet: 87, A4 and 8A. RGB value is (135,164,138). Sum of RGB (Red+Green+Blue) = 135+164+138=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 164 - color contains mainly: green. Hex color #87A48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A48A is #785B75. Grayscale: #989898. Windows color (decimal): -7887734 or 9086087. OLE color: 9086087.

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

Color convert

RGB135164138-
CMYK0.1800.160.36
HSL126.21º13.74%58.63%-
HSV(B)126.21º17.68%64.31%-
XYZ27.8533.5429.05-
YUV152.36119.89115.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.89%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=30.89%
G=37.53%
B=31.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351641380.1800.160.36126.2113.7458.63
Hex87A48A12010247ee3b
Octal20724421222020441761673
Binary1000011110100100100010101001001000010010011111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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