#87AF71

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

Shades of Amulet #87AF71

Tints of Amulet #87AF71

Color information

#87AF71 (or 0x87AF71) is unknown color: approx Amulet. HEX triplet: 87, AF and 71. RGB value is (135,175,113). Sum of RGB (Red+Green+Blue) = 135+175+113=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #87AF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AF71 is #78508E. Grayscale: #9C9C9C. Windows color (decimal): -7884943 or 7450503. OLE color: 7450503.

HSL color Cylindrical-coordinate representation of color #87AF71: hue angle of 98.71º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87AF71 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB135175113-
CMYK0.2300.350.31
HSL98.71º27.93%56.47%-
HSV(B)98.71º35.43%68.63%-
XYZ28.33721.27-
YUV155.97103.75113.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.91%
GREEN value IS 175 (68.75% from 255) = 41.37%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=31.91%
G=41.37%
B=26.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351751130.2300.350.3198.7127.9356.47
Hex87AF71170231F631c38
Octal20725716127043371433470
Binary1000011110101111111000110111010001111111110001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,175,113); }

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

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

 a { background-color: rgb(135,175,113); }

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

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

 span { border-color: rgb(135,175,113); }

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