#87A480

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

Shades of Amulet #87A480

Tints of Amulet #87A480

Color information

#87A480 (or 0x87A480) is unknown color: approx Amulet. HEX triplet: 87, A4 and 80. RGB value is (135,164,128). Sum of RGB (Red+Green+Blue) = 135+164+128=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #87A480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A480 is #785B7F. Grayscale: #979797. Windows color (decimal): -7887744 or 8430727. OLE color: 8430727.

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

Color convert

RGB135164128-
CMYK0.1800.220.36
HSL108.33º16.51%57.25%-
HSV(B)108.33º21.95%64.31%-
XYZ27.1633.2625.41-
YUV151.22114.89116.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.62%
GREEN value IS 164 (64.45% from 255) = 38.41%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=31.62%
G=38.41%
B=29.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351641280.1800.220.36108.3316.5157.25
Hex87A48012016246c1139
Octal20724420022026441542171
Binary10000111101001001000000010010010110100100110110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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