#80A37F

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

Shades of Amulet #80A37F

Tints of Amulet #80A37F

Color information

#80A37F (or 0x80A37F) is unknown color: approx Amulet. HEX triplet: 80, A3 and 7F. RGB value is (128,163,127). Sum of RGB (Red+Green+Blue) = 128+163+127=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #80A37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A37F is #7F5C80. Grayscale: #949494. Windows color (decimal): -8346753 or 8364928. OLE color: 8364928.

HSL color Cylindrical-coordinate representation of color #80A37F: hue angle of 118.33º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80A37F is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB128163127-
CMYK0.2100.220.36
HSL118.33º16.36%56.86%-
HSV(B)118.33º22.09%63.92%-
XYZ25.8332.3224.95-
YUV148.43115.9113.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.62%
GREEN value IS 163 (64.06% from 255) = 39.00%
BLUE value IS 127 (50% from 255) = 30.38%
R=30.62%
G=39.00%
B=30.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281631270.2100.220.36118.3316.3656.86
Hex80A37F1501624761039
Octal20024317725026441662071
Binary1000000010100011111111110101010110100100111011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,163,127); }

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

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

 a { background-color: rgb(128,163,127); }

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

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

 span { border-color: rgb(128,163,127); }

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