#87AF7C

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

Shades of Amulet #87AF7C

Tints of Amulet #87AF7C

Color information

#87AF7C (or 0x87AF7C) is unknown color: approx Amulet. HEX triplet: 87, AF and 7C. RGB value is (135,175,124). Sum of RGB (Red+Green+Blue) = 135+175+124=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #87AF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AF7C is #785083. Grayscale: #9D9D9D. Windows color (decimal): -7884932 or 8171399. OLE color: 8171399.

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

Color convert

RGB135175124-
CMYK0.2300.290.31
HSL107.06º24.17%58.63%-
HSV(B)107.06º29.14%68.63%-
XYZ28.9637.2724.74-
YUV157.23109.25112.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.11%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 124 (48.83% from 255) = 28.57%
R=31.11%
G=40.32%
B=28.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351751240.2300.290.31107.0624.1758.63
Hex87AF7C1701D1F6b183b
Octal20725717427035371533073
Binary100001111010111111111001011101110111111110101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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