COLOR #80AA72

HEX: #80AA72
RGB: (128,170,114)

Color info

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

RGB color model

#80AA72 color RGB value is (128,170,114).

  • red value is 128;
  • green value is 170;
  • blue value is 114.
RGB:
(128,170,114)
(50%,67%,45%)

RGB channels and saturation

R 128 of 255 = 50%
G 170 of 255 = 67%
B 114 of 255 = 45%

128
170
114

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

Portions of RGB colors in percentages

R + G + B =
128 + 170 + 114 = 412 (100%)
R 128 of 412 ~ 31.07%
G 170 of 412 ~ 41.26%
B 114 of 412 ~ 27.67%

%31.07
%41.26
%27.67

CMYK color model

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

  • cyan value is 24.71%
  • magenta value is 0.00%
  • yellow value is 32.94%
  • key color value is 33.33%
CMYK:
(25,0,33,33)
C25M0Y33K33 
(25%,0%,33%,33%)
(0.25/0.00/0.33/0.33)	

CMYK percentages

%24.71
%0
%32.94
%33.33

Codes

Color #80AA72 in popluar color models

80AA72
RGB128170114
HSL105°24.78%55.69%
HSB/HSV105°32.94%66.67%
CMYK24.71%0.00%32.94%
33.33%

Color #80AA72 in popluar number systems.

HEX80AA72
Decimal128170114
Binary10000000101010101110010
Octal200252162

Shades and tints

Shades of #80AA72

#80AA72
(128,170,114)
#759B68
(117,155,104)
#6A8C5E
(106,140,94)
#5F7D54
(95,125,84)
#546E4A
(84,110,74)
#495F40
(73,95,64)
#3E5036
(62,80,54)
#33412C
(51,65,44)
#283222
(40,50,34)
#1D2318
(29,35,24)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #80AA72

#80AA72
(128,170,114)
#8BB17E
(139,177,126)
#96B88A
(150,184,138)
#A1BF96
(161,191,150)
#ACC6A2
(172,198,162)
#B7CDAE
(183,205,174)
#C2D4BA
(194,212,186)
#CDDBC6
(205,219,198)
#D8E2D2
(216,226,210)
#E3E9DE
(227,233,222)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AA72; }

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

This text font color is #80AA72.


Background Color

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

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

This div background color is #80AA72.


Border color

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

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

This div border color is #80AA72.


Opacity

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

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

Text with #80AA72 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 #80AA72;}

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

This text has shadow with #80AA72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AA72 on black background.


Color preview on white background

This text has color #80AA72 on white background.



Black color preview on #80AA72 background

This text has black color on #80AA72 background.


White color preview on #80AA72 background

This text has white color on #80AA72 background.