#87B376

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

Shades of Amulet #87B376

Tints of Amulet #87B376

Color information

#87B376 (or 0x87B376) is unknown color: approx Amulet. HEX triplet: 87, B3 and 76. RGB value is (135,179,118). Sum of RGB (Red+Green+Blue) = 135+179+118=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #87B376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87B376 is #784C89. Grayscale: #9F9F9F. Windows color (decimal): -7883914 or 7779207. OLE color: 7779207.

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

Color convert

RGB135179118-
CMYK0.2500.340.30
HSL103.28º28.64%58.24%-
HSV(B)103.28º34.08%70.2%-
XYZ29.3838.723.06-
YUV158.89104.92110.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.25%
GREEN value IS 179 (70.31% from 255) = 41.44%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=31.25%
G=41.44%
B=27.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1351791180.2500.340.30103.2828.6458.24
Hex87B376190221E671d3a
Octal20726316631042361473572
Binary1000011110110011111011011001010001011110110011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,179,118); }

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

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

 a { background-color: rgb(135,179,118); }

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

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

 span { border-color: rgb(135,179,118); }

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