#87A576

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

Shades of Amulet #87A576

Tints of Amulet #87A576

Color information

#87A576 (or 0x87A576) is unknown color: approx Amulet. HEX triplet: 87, A5 and 76. RGB value is (135,165,118). Sum of RGB (Red+Green+Blue) = 135+165+118=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 165 - color contains mainly: green. Hex color #87A576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A576 is #785A89. Grayscale: #969696. Windows color (decimal): -7887498 or 7775623. OLE color: 7775623.

HSL color Cylindrical-coordinate representation of color #87A576: hue angle of 98.3º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87A576 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB135165118-
CMYK0.1800.280.35
HSL98.3º20.7%55.49%-
HSV(B)98.3º28.48%64.71%-
XYZ26.7233.3722.17-
YUV150.67109.56116.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 165 (64.84% from 255) = 39.47%
BLUE value IS 118 (46.48% from 255) = 28.23%
R=32.30%
G=39.47%
B=28.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1351651180.1800.280.3598.320.755.49
Hex87A5761201C23621537
Octal20724516622034431422567
Binary1000011110100101111011010010011100100011110001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,165,118); }

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

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

 a { background-color: rgb(135,165,118); }

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

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

 span { border-color: rgb(135,165,118); }

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