COLOR #72AA60

HEX: #72AA60
RGB: (114,170,96)

Color info

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

RGB color model

#72AA60 color RGB value is (114,170,96).

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

RGB channels and saturation

R 114 of 255 = 45%
G 170 of 255 = 67%
B 96 of 255 = 38%

114
170
96

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

Portions of RGB colors in percentages

R + G + B =
114 + 170 + 96 = 380 (100%)
R 114 of 380 ~ 30%
G 170 of 380 ~ 44.74%
B 96 of 380 ~ 25.26%

%30
%44.74
%25.26

CMYK color model

#72AA60 color CMYK value is (33,0,44,33).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 43.53%
  • key color value is 33.33%
CMYK:
(33,0,44,33)
C33M0Y44K33 
(33%,0%,44%,33%)
(0.33/0.00/0.44/0.33)	

CMYK percentages

%32.94
%0
%43.53
%33.33

Codes

Color #72AA60 in popluar color models

72AA60
RGB11417096
HSL105°30.33%52.16%
HSB/HSV105°43.53%66.67%
CMYK32.94%0.00%43.53%
33.33%

Color #72AA60 in popluar number systems.

HEX72AA60
Decimal11417096
Binary1110010101010101100000
Octal162252140

Shades and tints

Shades of #72AA60

#72AA60
(114,170,96)
#689B58
(104,155,88)
#5E8C50
(94,140,80)
#547D48
(84,125,72)
#4A6E40
(74,110,64)
#405F38
(64,95,56)
#365030
(54,80,48)
#2C4128
(44,65,40)
#223220
(34,50,32)
#182318
(24,35,24)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #72AA60

#72AA60
(114,170,96)
#7EB16E
(126,177,110)
#8AB87C
(138,184,124)
#96BF8A
(150,191,138)
#A2C698
(162,198,152)
#AECDA6
(174,205,166)
#BAD4B4
(186,212,180)
#C6DBC2
(198,219,194)
#D2E2D0
(210,226,208)
#DEE9DE
(222,233,222)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72AA60; }

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

This text font color is #72AA60.


Background Color

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

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

This div background color is #72AA60.


Border color

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

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

This div border color is #72AA60.


Opacity

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

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

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

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

This text has shadow with #72AA60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AA60 on black background.


Color preview on white background

This text has color #72AA60 on white background.



Black color preview on #72AA60 background

This text has black color on #72AA60 background.


White color preview on #72AA60 background

This text has white color on #72AA60 background.