#87A27F

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

Shades of Amulet #87A27F

Tints of Amulet #87A27F

Color information

#87A27F (or 0x87A27F) is unknown color: approx Amulet. HEX triplet: 87, A2 and 7F. RGB value is (135,162,127). Sum of RGB (Red+Green+Blue) = 135+162+127=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 162 - color contains mainly: green. Hex color #87A27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A27F is #785D80. Grayscale: #969696. Windows color (decimal): -7888257 or 8364679. OLE color: 8364679.

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

Color convert

RGB135162127-
CMYK0.1700.220.36
HSL106.29º15.84%56.67%-
HSV(B)106.29º21.6%63.53%-
XYZ26.7432.5224.95-
YUV149.94115.05117.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.84%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 127 (50% from 255) = 29.95%
R=31.84%
G=38.21%
B=29.95%

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
Decimal1351621270.1700.220.36106.2915.8456.67
Hex87A27F11016246a1039
Octal20724217721026441522071
Binary1000011110100010111111110001010110100100110101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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