#87A87B

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

Shades of Amulet #87A87B

Tints of Amulet #87A87B

Color information

#87A87B (or 0x87A87B) is unknown color: approx Amulet. HEX triplet: 87, A8 and 7B. RGB value is (135,168,123). Sum of RGB (Red+Green+Blue) = 135+168+123=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 168 - color contains mainly: green. Hex color #87A87B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A87B is #785784. Grayscale: #999999. Windows color (decimal): -7886725 or 8104071. OLE color: 8104071.

HSL color Cylindrical-coordinate representation of color #87A87B: hue angle of 104º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87A87B is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB135168123-
CMYK0.2000.270.34
HSL104º20.55%57.06%-
HSV(B)104º26.79%65.88%-
XYZ27.5734.5923.96-
YUV153111.07115.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.69%
GREEN value IS 168 (66.02% from 255) = 39.44%
BLUE value IS 123 (48.44% from 255) = 28.87%
R=31.69%
G=39.44%
B=28.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1351681230.2000.270.3410420.5557.06
Hex87A87B1401B22681539
Octal20725017324033421502571
Binary1000011110101000111101110100011011100010110100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,168,123); }

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

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

 a { background-color: rgb(135,168,123); }

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

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

 span { border-color: rgb(135,168,123); }

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