#87AC70

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

Shades of Amulet #87AC70

Tints of Amulet #87AC70

Color information

#87AC70 (or 0x87AC70) is unknown color: approx Amulet. HEX triplet: 87, AC and 70. RGB value is (135,172,112). Sum of RGB (Red+Green+Blue) = 135+172+112=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #87AC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AC70 is #78538F. Grayscale: #9A9A9A. Windows color (decimal): -7885712 or 7384199. OLE color: 7384199.

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

Color convert

RGB135172112-
CMYK0.2200.350.33
HSL97º26.55%55.69%-
HSV(B)97º34.88%67.45%-
XYZ27.6735.8320.79-
YUV154.1104.24114.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.22%
GREEN value IS 172 (67.58% from 255) = 41.05%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=32.22%
G=41.05%
B=26.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351721120.2200.350.339726.5555.69
Hex87AC701602321611b38
Octal20725416026043411413370
Binary10000111101011001110000101100100011100001110000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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