#80AA76

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

Shades of Amulet #80AA76

Tints of Amulet #80AA76

Color information

#80AA76 (or 0x80AA76) is unknown color: approx Amulet. HEX triplet: 80, AA and 76. RGB value is (128,170,118). Sum of RGB (Red+Green+Blue) = 128+170+118=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA76 is #7F5589. Grayscale: #979797. Windows color (decimal): -8344970 or 7776896. OLE color: 7776896.

HSL color Cylindrical-coordinate representation of color #80AA76: hue angle of 108.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80AA76 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB128170118-
CMYK0.2500.310.33
HSL108.46º23.42%56.47%-
HSV(B)108.46º30.59%66.67%-
XYZ26.5534.6522.43-
YUV151.51109.09111.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.77%
GREEN value IS 170 (66.80% from 255) = 40.87%
BLUE value IS 118 (46.48% from 255) = 28.37%
R=30.77%
G=40.87%
B=28.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281701180.2500.310.33108.4623.4256.47
Hex80AA761901F216c1738
Octal20025216631037411542770
Binary1000000010101010111011011001011111100001110110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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