#87A27E

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

Shades of Amulet #87A27E

Tints of Amulet #87A27E

Color information

#87A27E (or 0x87A27E) is unknown color: approx Amulet. HEX triplet: 87, A2 and 7E. RGB value is (135,162,126). Sum of RGB (Red+Green+Blue) = 135+162+126=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #87A27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A27E is #785D81. Grayscale: #959595. Windows color (decimal): -7888258 or 8299143. OLE color: 8299143.

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

Color convert

RGB135162126-
CMYK0.1700.220.36
HSL105º16.22%56.47%-
HSV(B)105º22.22%63.53%-
XYZ26.6832.524.61-
YUV149.82114.55117.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.91%
GREEN value IS 162 (63.67% from 255) = 38.30%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=31.91%
G=38.30%
B=29.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351621260.1700.220.3610516.2256.47
Hex87A27E1101624691038
Octal20724217621026441512070
Binary1000011110100010111111010001010110100100110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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