#87B473

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

Shades of Amulet #87B473

Tints of Amulet #87B473

Color information

#87B473 (or 0x87B473) is unknown color: approx Amulet. HEX triplet: 87, B4 and 73. RGB value is (135,180,115). Sum of RGB (Red+Green+Blue) = 135+180+115=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #87B473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87B473 is #784B8C. Grayscale: #9F9F9F. Windows color (decimal): -7883661 or 7582855. OLE color: 7582855.

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

Color convert

RGB135180115-
CMYK0.2500.360.29
HSL101.54º30.23%57.84%-
HSV(B)101.54º36.11%70.59%-
XYZ29.4139.0322.2-
YUV159.14103.09110.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.40%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=31.40%
G=41.86%
B=26.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351801150.2500.360.29101.5430.2357.84
Hex87B473190241D661e3a
Octal20726416331044351463672
Binary1000011110110100111001111001010010011101110011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,180,115); }

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

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

 a { background-color: rgb(135,180,115); }

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

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

 span { border-color: rgb(135,180,115); }

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