COLOR #80AA7A

HEX: #80AA7A RGB: (128,170,122)

Color info

#80AA7A contains red, green and blue colors in about the same proportion. Web safe color of #80AA7A is #669966 (or #696).

RGB color model

#80AA7A color RGB value is (128,170,122).

RGB: (128,170,122) (50%, 67%, 48%)

RGB channels and saturation

R 128 of 255 = 50%
G 170 of 255 = 67%
B 122 of 255 = 48%

128
170
122

R + G + B ~ 55%. #80AA7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 170 + 122 = 420 (100%)
R 128 of 420 ~ 30.48%
G 170 of 420 ~ 40.48%
B 122 of 420 ~ 29.05'%

%30.48
%40.48
%29.05

CMYK color model

#80AA7A color CMYK value is (25,0,28,33).

  • cyan value is 24.71%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 33.33%

CMYK: (25,0,28,33)
C25M0Y28K33 (25%, 0%, 28%, 33%)
(0.25 / 0.00 / 0.28 / 0.33)

CMYK percentages

%24.71
%0
%28.24
%33.33

Codes

Color #80AA7A in popluar color models

80 AA 7A
RGB 128 170 122
HSL 113° 22.02% 57.25%
HSB/HSV 113° 28.24% 66.67%
CMYK 24.71% 0.00% 28.24%
33.33%

Color #80AA7A in popluar number systems.

HEX 80 AA 7A
Decimal 128 170 122
Binary 10000000 10101010 1111010
Octal 200 252 172

Shades and tints

Shades of #80AA7A

#80AA7A
(128,170,122)
#759B6F
(117,155,111)
#6A8C64
(106,140,100)
#5F7D59
(95,125,89)
#546E4E
(84,110,78)
#495F43
(73,95,67)
#3E5038
(62,80,56)
#33412D
(51,65,45)
#283222
(40,50,34)
#1D2317
(29,35,23)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #80AA7A

#80AA7A
(128,170,122)
#8BB186
(139,177,134)
#96B892
(150,184,146)
#A1BF9E
(161,191,158)
#ACC6AA
(172,198,170)
#B7CDB6
(183,205,182)
#C2D4C2
(194,212,194)
#CDDBCE
(205,219,206)
#D8E2DA
(216,226,218)
#E3E9E6
(227,233,230)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AA7A color. Also use rgb(128,170,122) instead hex code.

Text Font Color

.myTextColor { color: #80AA7A; }

<p style="color:#80AA7A">This sample text font color is #80AA7A.</p>

This text font color is #80AA7A.

Background Color

.myBgColor { background-color: #80AA7A; }

<div style="background-color:#80AA7A">Inner text</div>

This div background color is #80AA7A.

Border color

.myBorderColor { border: 1px solid #80AA7A; }

<div style="border:3px solid #80AA7A">Div</div>

This div border color is #80AA7A.

Opacity

.myOpacity80 { color: #80AA7A; opacity: 0.8; }

<p style="color:#80AA7A;opacity:0.8;">80%</p>

Text with #80AA7A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #80AA7A;}

<p style="text-shadow: 3px 3px 1px #80AA7A">Text here.</p>

This text has shadow with #80AA7A color.


.textShadow {text-shadow: 3px 3px 1px #80AA7A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #80AA7A, 5px 5px 20px red">Text here.</p>

This text has shadow with #80AA7A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#80AA7A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#80AA7A, Direction=45, Strength=4)">Text</p>

This text has shadow with #80AA7A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #80AA7A;
-webkit-box-shadow: 1px 1px 3px 2px #80AA7A;
box-shadow: 1px 1px 3px 2px #80AA7A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80AA7A; -webkit-box-shadow: 1px 1px 3px 2px #80AA7A; box-shadow:1px 1px 3px 2px #80AA7A;">
Div content here
</div>

This div box has shadow with color #80AA7A.

Preview

Color preview on black background

This text has color #80AA7A on black background.


Color preview on white background

This text has color #80AA7A on white background.


Black color preview on #80AA7A background

This text has black color on #80AA7A background.


White color preview on #80AA7A background

This text has white color on #80AA7A background.


Related colors

Complementary color

Complementary color for #hex is #7F5585.


I love getcolorcode.com

Triadic colors

1 #7A80AA and #AA7A80 with #80AA7A are triadic colors.

2 #7AAA80 and #AA807A with #80AA7A are triadic colors.