#80AA6A

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

Shades of Amulet #80AA6A

Tints of Amulet #80AA6A

Color information

#80AA6A (or 0x80AA6A) is unknown color: approx Amulet. HEX triplet: 80, AA and 6A. RGB value is (128,170,106). Sum of RGB (Red+Green+Blue) = 128+170+106=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA6A is #7F5595. Grayscale: #969696. Windows color (decimal): -8344982 or 6990464. OLE color: 6990464.

HSL color Cylindrical-coordinate representation of color #80AA6A: hue angle of 99.37º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80AA6A is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB128170106-
CMYK0.2500.380.33
HSL99.37º27.35%54.12%-
HSV(B)99.37º37.65%66.67%-
XYZ25.8834.3818.91-
YUV150.15103.09112.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 170 (66.80% from 255) = 42.08%
BLUE value IS 106 (41.80% from 255) = 26.24%
R=31.68%
G=42.08%
B=26.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281701060.2500.380.3399.3727.3554.12
Hex80AA6A1902621631b36
Octal20025215231046411433366
Binary10000000101010101101010110010100110100001110001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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