#87B07C

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

Shades of Amulet #87B07C

Tints of Amulet #87B07C

Color information

#87B07C (or 0x87B07C) is unknown color: approx Amulet. HEX triplet: 87, B0 and 7C. RGB value is (135,176,124). Sum of RGB (Red+Green+Blue) = 135+176+124=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #87B07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87B07C is #784F83. Grayscale: #9D9D9D. Windows color (decimal): -7884676 or 8171655. OLE color: 8171655.

HSL color Cylindrical-coordinate representation of color #87B07C: hue angle of 107.31º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87B07C is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB135176124-
CMYK0.2300.300.31
HSL107.31º24.76%58.82%-
HSV(B)107.31º29.55%69.02%-
XYZ29.1637.6624.8-
YUV157.81108.92111.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.03%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 124 (48.83% from 255) = 28.51%
R=31.03%
G=40.46%
B=28.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351761240.2300.300.31107.3124.7658.82
Hex87B07C1701E1F6b193b
Octal20726017427036371533173
Binary100001111011000011111001011101111011111110101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,176,124); }

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

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

 a { background-color: rgb(135,176,124); }

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

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

 span { border-color: rgb(135,176,124); }

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