#80A86C

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

Shades of Amulet #80A86C

Tints of Amulet #80A86C

Color information

#80A86C (or 0x80A86C) is unknown color: approx Amulet. HEX triplet: 80, A8 and 6C. RGB value is (128,168,108). Sum of RGB (Red+Green+Blue) = 128+168+108=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 168 - color contains mainly: green. Hex color #80A86C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A86C is #7F5793. Grayscale: #959595. Windows color (decimal): -8345492 or 7121024. OLE color: 7121024.

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

Color convert

RGB128168108-
CMYK0.2400.360.34
HSL100º25.64%54.12%-
HSV(B)100º35.71%65.88%-
XYZ25.6133.6819.34-
YUV149.2104.75112.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 168 (66.02% from 255) = 41.58%
BLUE value IS 108 (42.58% from 255) = 26.73%
R=31.68%
G=41.58%
B=26.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1281681080.2400.360.3410025.6454.12
Hex80A86C1802422641a36
Octal20025015430044421443266
Binary10000000101010001101100110000100100100010110010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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