COLOR #72AA5D

HEX: #72AA5D RGB: (114,170,93)

Color info

#72AA5D contains mainly red and green colors. Web safe color of #72AA5D is #669966 (or #696).

RGB color model

#72AA5D color RGB value is (114,170,93).

RGB: (114,170,93) (45%, 67%, 36%)

RGB channels and saturation

R 114 of 255 = 45%
G 170 of 255 = 67%
B 93 of 255 = 36%

114
170
93

R + G + B ~ 49%. #72AA5D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 170 + 93 = 377 (100%)
R 114 of 377 ~ 30.24%
G 170 of 377 ~ 45.09%
B 93 of 377 ~ 24.67'%

%30.24
%45.09
%24.67

CMYK color model

#72AA5D color CMYK value is (33,0,45,33).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 45.29%
  • key color value is 33.33%
CMYK: (33,0,45,33) C33M0Y45K33 (33%,0%,45%,33%) (0.33/0.00/0.45/0.33) 

CMYK percentages

%32.94
%0
%45.29
%33.33

Codes

Color #72AA5D in popluar color models

72 AA 5D
RGB 114 170 93
HSL 104° 31.17% 51.57%
HSB/HSV 104° 45.29% 66.67%
CMYK 32.94% 0.00% 45.29%
33.33%

Color #72AA5D in popluar number systems.

HEX 72 AA 5D
Decimal 114 170 93
Binary 1110010 10101010 1011101
Octal 162 252 135

Shades and tints

Shades of #72AA5D

#72AA5D
(114,170,93)
#689B55
(104,155,85)
#5E8C4D
(94,140,77)
#547D45
(84,125,69)
#4A6E3D
(74,110,61)
#405F35
(64,95,53)
#36502D
(54,80,45)
#2C4125
(44,65,37)
#22321D
(34,50,29)
#182315
(24,35,21)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #72AA5D

#72AA5D
(114,170,93)
#7EB16B
(126,177,107)
#8AB879
(138,184,121)
#96BF87
(150,191,135)
#A2C695
(162,198,149)
#AECDA3
(174,205,163)
#BAD4B1
(186,212,177)
#C6DBBF
(198,219,191)
#D2E2CD
(210,226,205)
#DEE9DB
(222,233,219)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72AA5D color. Also use rgb(114,170,93) instead hex code.

Text Font Color

.myTextColor { color: #72AA5D; }

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

This text font color is #72AA5D.

Background Color

.myBgColor { background-color: #72AA5D; }

<div style="background-color:#72AA5D">Inner text</div>

This div background color is #72AA5D.

Border color

.myBorderColor { border: 1px solid #72AA5D; }

<div style="border:3px solid #72AA5D">Div</div>

This div border color is #72AA5D.

Opacity

.myOpacity80 { color: #72AA5D; opacity: 0.8; }

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

Text with #72AA5D 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 #72AA5D;}

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

This text has shadow with #72AA5D color.


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

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

This text has shadow with #72AA5D primary color and red secondary color.


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

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

This text has shadow with #72AA5D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #72AA5D.

Preview

Color preview on black background

This text has color #72AA5D on black background.


Color preview on white background

This text has color #72AA5D on white background.


Black color preview on #72AA5D background

This text has black color on #72AA5D background.


White color preview on #72AA5D background

This text has white color on #72AA5D background.


Related colors

Complementary color

Complementary color for #hex is #8D55A2.


I love getcolorcode.com

Triadic colors

1 #5D72AA and #AA5D72 with #72AA5D are triadic colors.

2 #5DAA72 and #AA725D with #72AA5D are triadic colors.