#87AC6E

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

Shades of Amulet #87AC6E

Tints of Amulet #87AC6E

Color information

#87AC6E (or 0x87AC6E) is unknown color: approx Amulet. HEX triplet: 87, AC and 6E. RGB value is (135,172,110). Sum of RGB (Red+Green+Blue) = 135+172+110=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #87AC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AC6E is #785391. Grayscale: #9A9A9A. Windows color (decimal): -7885714 or 7253127. OLE color: 7253127.

HSL color Cylindrical-coordinate representation of color #87AC6E: hue angle of 95.81º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87AC6E is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB135172110-
CMYK0.2200.360.33
HSL95.81º27.19%55.29%-
HSV(B)95.81º36.05%67.45%-
XYZ27.5635.7820.21-
YUV153.87103.24114.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.37%
GREEN value IS 172 (67.58% from 255) = 41.25%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=32.37%
G=41.25%
B=26.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351721100.2200.360.3395.8127.1955.29
Hex87AC6E1602421601b37
Octal20725415626044411403367
Binary10000111101011001101110101100100100100001110000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,172,110); }

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

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

 a { background-color: rgb(135,172,110); }

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

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

 span { border-color: rgb(135,172,110); }

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