#87A37D

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

Shades of Amulet #87A37D

Tints of Amulet #87A37D

Color information

#87A37D (or 0x87A37D) is unknown color: approx Amulet. HEX triplet: 87, A3 and 7D. RGB value is (135,163,125). Sum of RGB (Red+Green+Blue) = 135+163+125=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #87A37D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A37D is #785C82. Grayscale: #969696. Windows color (decimal): -7888003 or 8233863. OLE color: 8233863.

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

Color convert

RGB135163125-
CMYK0.1700.230.36
HSL104.21º17.12%56.47%-
HSV(B)104.21º23.31%63.92%-
XYZ26.7932.8324.33-
YUV150.3113.72117.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.91%
GREEN value IS 163 (64.06% from 255) = 38.53%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=31.91%
G=38.53%
B=29.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351631250.1700.230.36104.2117.1256.47
Hex87A37D1101724681138
Octal20724317521027441502170
Binary1000011110100011111110110001010111100100110100010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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