#80A87A

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

Shades of Amulet #80A87A

Tints of Amulet #80A87A

Color information

#80A87A (or 0x80A87A) is unknown color: approx Amulet. HEX triplet: 80, A8 and 7A. RGB value is (128,168,122). Sum of RGB (Red+Green+Blue) = 128+168+122=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 168 - color contains mainly: green. Hex color #80A87A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A87A is #7F5785. Grayscale: #969696. Windows color (decimal): -8345478 or 8038528. OLE color: 8038528.

HSL color Cylindrical-coordinate representation of color #80A87A: hue angle of 112.17º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80A87A is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB128168122-
CMYK0.2400.270.34
HSL112.17º20.91%56.86%-
HSV(B)112.17º27.38%65.88%-
XYZ26.423423.58-
YUV150.8111.75111.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.62%
GREEN value IS 168 (66.02% from 255) = 40.19%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=30.62%
G=40.19%
B=29.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1281681220.2400.270.34112.1720.9156.86
Hex80A87A1801B22701539
Octal20025017230033421602571
Binary1000000010101000111101011000011011100010111000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A87A; }

 p { color: rgb(128,168,122); }

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

<style>
 a { background-color: #80A87A; }

 a { background-color: rgb(128,168,122); }

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

<style>
 span { border-color: #80A87A; }

 span { border-color: rgb(128,168,122); }

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