#87A36F

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

Shades of Amulet #87A36F

Tints of Amulet #87A36F

Color information

#87A36F (or 0x87A36F) is unknown color: approx Amulet. HEX triplet: 87, A3 and 6F. RGB value is (135,163,111). Sum of RGB (Red+Green+Blue) = 135+163+111=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 163 - color contains mainly: green. Hex color #87A36F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A36F is #785C90. Grayscale: #949494. Windows color (decimal): -7888017 or 7316359. OLE color: 7316359.

HSL color Cylindrical-coordinate representation of color #87A36F: hue angle of 92.31º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87A36F is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB135163111-
CMYK0.1700.320.36
HSL92.31º22.03%53.73%-
HSV(B)92.31º31.9%63.92%-
XYZ25.9632.4919.94-
YUV148.7106.72118.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 163 (64.06% from 255) = 39.85%
BLUE value IS 111 (43.75% from 255) = 27.14%
R=33.01%
G=39.85%
B=27.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351631110.1700.320.3692.3122.0353.73
Hex87A36F11020245c1636
Octal20724315721040441342666
Binary10000111101000111101111100010100000100100101110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,163,111); }

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

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

 a { background-color: rgb(135,163,111); }

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

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

 span { border-color: rgb(135,163,111); }

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