#80AA6C

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

Shades of Amulet #80AA6C

Tints of Amulet #80AA6C

Color information

#80AA6C (or 0x80AA6C) is unknown color: approx Amulet. HEX triplet: 80, AA and 6C. RGB value is (128,170,108). Sum of RGB (Red+Green+Blue) = 128+170+108=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA6C is #7F5593. Grayscale: #969696. Windows color (decimal): -8344980 or 7121536. OLE color: 7121536.

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

Color convert

RGB128170108-
CMYK0.2500.360.33
HSL100.65º26.72%54.51%-
HSV(B)100.65º36.47%66.67%-
XYZ25.9834.4219.46-
YUV150.37104.09112.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 170 (66.80% from 255) = 41.87%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=31.53%
G=41.87%
B=26.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281701080.2500.360.33100.6526.7254.51
Hex80AA6C1902421651b37
Octal20025215431044411453367
Binary10000000101010101101100110010100100100001110010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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