#80B571

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

Shades of Amulet #80B571

Tints of Amulet #80B571

Color information

#80B571 (or 0x80B571) is unknown color: approx Amulet. HEX triplet: 80, B5 and 71. RGB value is (128,181,113). Sum of RGB (Red+Green+Blue) = 128+181+113=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #80B571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B571 is #7F4A8E. Grayscale: #9D9D9D. Windows color (decimal): -8342159 or 7452032. OLE color: 7452032.

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

Color convert

RGB128181113-
CMYK0.2900.380.29
HSL106.76º31.48%57.65%-
HSV(B)106.76º37.57%70.98%-
XYZ28.4138.8321.62-
YUV157.4102.94107.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.33%
GREEN value IS 181 (71.09% from 255) = 42.89%
BLUE value IS 113 (44.53% from 255) = 26.78%
R=30.33%
G=42.89%
B=26.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281811130.2900.380.29106.7631.4857.65
Hex80B5711D0261D6b1f3a
Octal20026516135046351533772
Binary1000000010110101111000111101010011011101110101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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