#87AE74

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

Shades of Amulet #87AE74

Tints of Amulet #87AE74

Color information

#87AE74 (or 0x87AE74) is unknown color: approx Amulet. HEX triplet: 87, AE and 74. RGB value is (135,174,116). Sum of RGB (Red+Green+Blue) = 135+174+116=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #87AE74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AE74 is #78518B. Grayscale: #9B9B9B. Windows color (decimal): -7885196 or 7646855. OLE color: 7646855.

HSL color Cylindrical-coordinate representation of color #87AE74: hue angle of 100.34º 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 #87AE74 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB135174116-
CMYK0.2200.330.32
HSL100.34º26.36%56.86%-
HSV(B)100.34º33.33%68.24%-
XYZ28.2836.6822.11-
YUV155.73105.58113.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.76%
GREEN value IS 174 (68.36% from 255) = 40.94%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=31.76%
G=40.94%
B=27.29%

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
Decimal1351741160.2200.330.32100.3426.3656.86
Hex87AE741602120641a39
Octal20725616426041401443271
Binary10000111101011101110100101100100001100000110010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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