#87AF7D

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

Shades of Amulet #87AF7D

Tints of Amulet #87AF7D

Color information

#87AF7D (or 0x87AF7D) is unknown color: approx Amulet. HEX triplet: 87, AF and 7D. RGB value is (135,175,125). Sum of RGB (Red+Green+Blue) = 135+175+125=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #87AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AF7D is #785082. Grayscale: #9D9D9D. Windows color (decimal): -7884931 or 8236935. OLE color: 8236935.

HSL color Cylindrical-coordinate representation of color #87AF7D: hue angle of 108º 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 #87AF7D is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB135175125-
CMYK0.2300.290.31
HSL108º23.81%58.82%-
HSV(B)108º28.57%68.63%-
XYZ29.0237.2925.07-
YUV157.34109.75112.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.03%
GREEN value IS 175 (68.75% from 255) = 40.23%
BLUE value IS 125 (49.22% from 255) = 28.74%
R=31.03%
G=40.23%
B=28.74%

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
Decimal1351751250.2300.290.3110823.8158.82
Hex87AF7D1701D1F6c183b
Octal20725717527035371543073
Binary100001111010111111111011011101110111111110110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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