#87AC7E

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

Shades of Amulet #87AC7E

Tints of Amulet #87AC7E

Color information

#87AC7E (or 0x87AC7E) is unknown color: approx Amulet. HEX triplet: 87, AC and 7E. RGB value is (135,172,126). Sum of RGB (Red+Green+Blue) = 135+172+126=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #87AC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AC7E is #785381. Grayscale: #9B9B9B. Windows color (decimal): -7885698 or 8301703. OLE color: 8301703.

HSL color Cylindrical-coordinate representation of color #87AC7E: hue angle of 108.26º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87AC7E is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB135172126-
CMYK0.2200.270.33
HSL108.26º21.7%58.43%-
HSV(B)108.26º26.74%67.45%-
XYZ28.5136.1625.22-
YUV155.69111.24113.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.18%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=31.18%
G=39.72%
B=29.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351721260.2200.270.33108.2621.758.43
Hex87AC7E1601B216c163a
Octal20725417626033411542672
Binary1000011110101100111111010110011011100001110110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,172,126); }

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

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

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

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

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

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

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