#87B575

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

Shades of Amulet #87B575

Tints of Amulet #87B575

Color information

#87B575 (or 0x87B575) is unknown color: approx Amulet. HEX triplet: 87, B5 and 75. RGB value is (135,181,117). Sum of RGB (Red+Green+Blue) = 135+181+117=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #87B575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87B575 is #784A8A. Grayscale: #A0A0A0. Windows color (decimal): -7883403 or 7714183. OLE color: 7714183.

HSL color Cylindrical-coordinate representation of color #87B575: hue angle of 103.12º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87B575 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB135181117-
CMYK0.2500.350.29
HSL103.12º30.19%58.43%-
HSV(B)103.12º35.36%70.98%-
XYZ29.7339.4822.88-
YUV159.95103.76110.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.18%
GREEN value IS 181 (71.09% from 255) = 41.80%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=31.18%
G=41.80%
B=27.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351811170.2500.350.29103.1230.1958.43
Hex87B575190231D671e3a
Octal20726516531043351473672
Binary1000011110110101111010111001010001111101110011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,181,117); }

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

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

 a { background-color: rgb(135,181,117); }

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

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

 span { border-color: rgb(135,181,117); }

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