#87A380

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

Shades of Amulet #87A380

Tints of Amulet #87A380

Color information

#87A380 (or 0x87A380) is unknown color: approx Amulet. HEX triplet: 87, A3 and 80. RGB value is (135,163,128). Sum of RGB (Red+Green+Blue) = 135+163+128=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 163 - color contains mainly: green. Hex color #87A380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A380 is #785C7F. Grayscale: #969696. Windows color (decimal): -7888000 or 8430471. OLE color: 8430471.

HSL color Cylindrical-coordinate representation of color #87A380: hue angle of 108º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87A380 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB135163128-
CMYK0.1700.210.36
HSL108º15.98%57.06%-
HSV(B)108º21.47%63.92%-
XYZ26.9932.925.35-
YUV150.64115.22116.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.69%
GREEN value IS 163 (64.06% from 255) = 38.26%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=31.69%
G=38.26%
B=30.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351631280.1700.210.3610815.9857.06
Hex87A38011015246c1039
Octal20724320021025441542071
Binary10000111101000111000000010001010101100100110110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,163,128); }

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

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

 a { background-color: rgb(135,163,128); }

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

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

 span { border-color: rgb(135,163,128); }

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