#87AE75

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

Shades of Amulet #87AE75

Tints of Amulet #87AE75

Color information

#87AE75 (or 0x87AE75) is unknown color: approx Amulet. HEX triplet: 87, AE and 75. RGB value is (135,174,117). Sum of RGB (Red+Green+Blue) = 135+174+117=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #87AE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AE75 is #78518A. Grayscale: #9C9C9C. Windows color (decimal): -7885195 or 7712391. OLE color: 7712391.

HSL color Cylindrical-coordinate representation of color #87AE75: hue angle of 101.05º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87AE75 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB135174117-
CMYK0.2200.330.32
HSL101.05º26.03%57.06%-
HSV(B)101.05º32.76%68.24%-
XYZ28.3436.7122.42-
YUV155.84106.08113.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.69%
GREEN value IS 174 (68.36% from 255) = 40.85%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=31.69%
G=40.85%
B=27.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351741170.2200.330.32101.0526.0357.06
Hex87AE751602120651a39
Octal20725616526041401453271
Binary10000111101011101110101101100100001100000110010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,174,117); }

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

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

 a { background-color: rgb(135,174,117); }

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

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

 span { border-color: rgb(135,174,117); }

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