#80B579

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

Shades of Amulet #80B579

Tints of Amulet #80B579

Color information

#80B579 (or 0x80B579) is unknown color: approx Amulet. HEX triplet: 80, B5 and 79. RGB value is (128,181,121). Sum of RGB (Red+Green+Blue) = 128+181+121=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 181 - color contains mainly: green. Hex color #80B579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B579 is #7F4A86. Grayscale: #9E9E9E. Windows color (decimal): -8342151 or 7976320. OLE color: 7976320.

HSL color Cylindrical-coordinate representation of color #80B579: hue angle of 113º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80B579 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB128181121-
CMYK0.2900.330.29
HSL113º28.85%59.22%-
HSV(B)113º33.15%70.98%-
XYZ28.8839.0224.1-
YUV158.31106.94106.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 181 (71.09% from 255) = 42.09%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=29.77%
G=42.09%
B=28.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281811210.2900.330.2911328.8559.22
Hex80B5791D0211D711d3b
Octal20026517135041351613573
Binary1000000010110101111100111101010000111101111000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,181,121); }

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

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

 a { background-color: rgb(128,181,121); }

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

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

 span { border-color: rgb(128,181,121); }

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