#80B576

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

Shades of Amulet #80B576

Tints of Amulet #80B576

Color information

#80B576 (or 0x80B576) is unknown color: approx Amulet. HEX triplet: 80, B5 and 76. RGB value is (128,181,118). Sum of RGB (Red+Green+Blue) = 128+181+118=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #80B576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B576 is #7F4A89. Grayscale: #9E9E9E. Windows color (decimal): -8342154 or 7779712. OLE color: 7779712.

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

Color convert

RGB128181118-
CMYK0.2900.350.29
HSL110.48º29.86%58.63%-
HSV(B)110.48º34.81%70.98%-
XYZ28.738.9423.14-
YUV157.97105.44106.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.98%
GREEN value IS 181 (71.09% from 255) = 42.39%
BLUE value IS 118 (46.48% from 255) = 27.63%
R=29.98%
G=42.39%
B=27.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281811180.2900.350.29110.4829.8658.63
Hex80B5761D0231D6e1e3b
Octal20026516635043351563673
Binary1000000010110101111011011101010001111101110111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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