#80AA77

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

Shades of Amulet #80AA77

Tints of Amulet #80AA77

Color information

#80AA77 (or 0x80AA77) is unknown color: approx Amulet. HEX triplet: 80, AA and 77. RGB value is (128,170,119). Sum of RGB (Red+Green+Blue) = 128+170+119=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA77 is #7F5588. Grayscale: #979797. Windows color (decimal): -8344969 or 7842432. OLE color: 7842432.

HSL color Cylindrical-coordinate representation of color #80AA77: hue angle of 109.41º degrees, saturation: 0.23, 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 #80AA77 is Cyan = 0.25, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB128170119-
CMYK0.2500.30.33
HSL109.41º23.08%56.67%-
HSV(B)109.41º30%66.67%-
XYZ26.6134.6722.74-
YUV151.63109.59111.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.70%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 119 (46.88% from 255) = 28.54%
R=30.70%
G=40.77%
B=28.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281701190.2500.30.33109.4123.0856.67
Hex80AA771901E216d1739
Octal20025216731036411552771
Binary1000000010101010111011111001011110100001110110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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