#80A576

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

Shades of Amulet #80A576

Tints of Amulet #80A576

Color information

#80A576 (or 0x80A576) is unknown color: approx Amulet. HEX triplet: 80, A5 and 76. RGB value is (128,165,118). Sum of RGB (Red+Green+Blue) = 128+165+118=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 165 - color contains mainly: green. Hex color #80A576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A576 is #7F5A89. Grayscale: #949494. Windows color (decimal): -8346250 or 7775616. OLE color: 7775616.

HSL color Cylindrical-coordinate representation of color #80A576: hue angle of 107.23º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80A576 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB128165118-
CMYK0.2200.280.35
HSL107.23º20.7%55.49%-
HSV(B)107.23º28.48%64.71%-
XYZ25.6332.8122.12-
YUV148.58110.74113.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 165 (64.84% from 255) = 40.15%
BLUE value IS 118 (46.48% from 255) = 28.71%
R=31.14%
G=40.15%
B=28.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281651180.2200.280.35107.2320.755.49
Hex80A5761601C236b1537
Octal20024516626034431532567
Binary1000000010100101111011010110011100100011110101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,165,118); }

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

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

 a { background-color: rgb(128,165,118); }

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

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

 span { border-color: rgb(128,165,118); }

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