#80AB77

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

Shades of Amulet #80AB77

Tints of Amulet #80AB77

Color information

#80AB77 (or 0x80AB77) is unknown color: approx Amulet. HEX triplet: 80, AB and 77. RGB value is (128,171,119). Sum of RGB (Red+Green+Blue) = 128+171+119=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AB77 is #7F5488. Grayscale: #989898. Windows color (decimal): -8344713 or 7842688. OLE color: 7842688.

HSL color Cylindrical-coordinate representation of color #80AB77: hue angle of 109.62º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80AB77 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB128171119-
CMYK0.2500.300.33
HSL109.62º23.64%56.86%-
HSV(B)109.62º30.41%67.06%-
XYZ26.7935.0522.81-
YUV152.22109.25110.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.62%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 119 (46.88% from 255) = 28.47%
R=30.62%
G=40.91%
B=28.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281711190.2500.300.33109.6223.6456.86
Hex80AB771901E216e1839
Octal20025316731036411563071
Binary1000000010101011111011111001011110100001110111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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