#87AD6F

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

Shades of Amulet #87AD6F

Tints of Amulet #87AD6F

Color information

#87AD6F (or 0x87AD6F) is unknown color: approx Amulet. HEX triplet: 87, AD and 6F. RGB value is (135,173,111). Sum of RGB (Red+Green+Blue) = 135+173+111=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #87AD6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AD6F is #785290. Grayscale: #9A9A9A. Windows color (decimal): -7885457 or 7318919. OLE color: 7318919.

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

Color convert

RGB135173111-
CMYK0.2200.360.32
HSL96.77º27.43%55.69%-
HSV(B)96.77º35.84%67.84%-
XYZ27.836.1920.56-
YUV154.57103.41114.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.22%
GREEN value IS 173 (67.97% from 255) = 41.29%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=32.22%
G=41.29%
B=26.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351731110.2200.360.3296.7727.4355.69
Hex87AD6F1602420611b38
Octal20725515726044401413370
Binary10000111101011011101111101100100100100000110000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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