#87AD7A

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

Shades of Amulet #87AD7A

Tints of Amulet #87AD7A

Color information

#87AD7A (or 0x87AD7A) is unknown color: approx Amulet. HEX triplet: 87, AD and 7A. RGB value is (135,173,122). Sum of RGB (Red+Green+Blue) = 135+173+122=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #87AD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AD7A is #785285. Grayscale: #9B9B9B. Windows color (decimal): -7885446 or 8039815. OLE color: 8039815.

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

Color convert

RGB135173122-
CMYK0.2200.290.32
HSL104.71º23.72%57.84%-
HSV(B)104.71º29.48%67.84%-
XYZ28.4536.4423.95-
YUV155.82108.91113.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.40%
GREEN value IS 173 (67.97% from 255) = 40.23%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=31.40%
G=40.23%
B=28.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351731220.2200.290.32104.7123.7257.84
Hex87AD7A1601D2069183a
Octal20725517226035401513072
Binary1000011110101101111101010110011101100000110100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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