#87AF7F

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

Shades of Amulet #87AF7F

Tints of Amulet #87AF7F

Color information

#87AF7F (or 0x87AF7F) is unknown color: approx Amulet. HEX triplet: 87, AF and 7F. RGB value is (135,175,127). Sum of RGB (Red+Green+Blue) = 135+175+127=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #87AF7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AF7F is #785080. Grayscale: #9D9D9D. Windows color (decimal): -7884929 or 8368007. OLE color: 8368007.

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

Color convert

RGB135175127-
CMYK0.2300.270.31
HSL110º23.08%59.22%-
HSV(B)110º27.43%68.63%-
XYZ29.1537.3425.75-
YUV157.57110.75111.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.89%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 127 (50% from 255) = 29.06%
R=30.89%
G=40.05%
B=29.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351751270.2300.270.3111023.0859.22
Hex87AF7F1701B1F6e173b
Octal20725717727033371562773
Binary100001111010111111111111011101101111111110111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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