#87A97B

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

Shades of Amulet #87A97B

Tints of Amulet #87A97B

Color information

#87A97B (or 0x87A97B) is unknown color: approx Amulet. HEX triplet: 87, A9 and 7B. RGB value is (135,169,123). Sum of RGB (Red+Green+Blue) = 135+169+123=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 169 - color contains mainly: green. Hex color #87A97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A97B is #785684. Grayscale: #999999. Windows color (decimal): -7886469 or 8104327. OLE color: 8104327.

HSL color Cylindrical-coordinate representation of color #87A97B: hue angle of 104.35º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87A97B is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB135169123-
CMYK0.2000.270.34
HSL104.35º21.1%57.25%-
HSV(B)104.35º27.22%66.27%-
XYZ27.7534.9624.02-
YUV153.59110.74114.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.62%
GREEN value IS 169 (66.41% from 255) = 39.58%
BLUE value IS 123 (48.44% from 255) = 28.81%
R=31.62%
G=39.58%
B=28.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1351691230.2000.270.34104.3521.157.25
Hex87A97B1401B22681539
Octal20725117324033421502571
Binary1000011110101001111101110100011011100010110100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,169,123); }

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

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

 a { background-color: rgb(135,169,123); }

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

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

 span { border-color: rgb(135,169,123); }

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