#80B677

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

Shades of Amulet #80B677

Tints of Amulet #80B677

Color information

#80B677 (or 0x80B677) is unknown color: approx Amulet. HEX triplet: 80, B6 and 77. RGB value is (128,182,119). Sum of RGB (Red+Green+Blue) = 128+182+119=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #80B677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B677 is #7F4988. Grayscale: #9E9E9E. Windows color (decimal): -8341897 or 7845504. OLE color: 7845504.

HSL color Cylindrical-coordinate representation of color #80B677: hue angle of 111.43º 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 #80B677 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB128182119-
CMYK0.3000.350.29
HSL111.43º30.14%59.02%-
HSV(B)111.43º34.62%71.37%-
XYZ28.9639.3823.53-
YUV158.67105.61106.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 182 (71.48% from 255) = 42.42%
BLUE value IS 119 (46.88% from 255) = 27.74%
R=29.84%
G=42.42%
B=27.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281821190.3000.350.29111.4330.1459.02
Hex80B6771E0231D6f1e3b
Octal20026616736043351573673
Binary1000000010110110111011111110010001111101110111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,182,119); }

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

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

 a { background-color: rgb(128,182,119); }

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

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

 span { border-color: rgb(128,182,119); }

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