COLOR #72AA3C

HEX: #72AA3C
RGB: (114,170,60)

Color info

#72AA3C contains mainly red and green colors. Web safe color of #72AA3C is #669933 (or #693).

RGB color model

#72AA3C color RGB value is (114,170,60).

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

RGB channels and saturation

R 114 of 255 = 45%
G 170 of 255 = 67%
B 60 of 255 = 24%

114
170
60

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

Portions of RGB colors in percentages

R + G + B =
114 + 170 + 60 = 344 (100%)
R 114 of 344 ~ 33.14%
G 170 of 344 ~ 49.42%
B 60 of 344 ~ 17.44%

%33.14
%49.42
%17.44

CMYK color model

#72AA3C color CMYK value is (33,0,65,33).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 33.33%
CMYK:
(33,0,65,33)
C33M0Y65K33 
(33%,0%,65%,33%)
(0.33/0.00/0.65/0.33)	

CMYK percentages

%32.94
%0
%64.71
%33.33

Codes

Color #72AA3C in popluar color models

72AA3C
RGB11417060
HSL91°47.83%45.10%
HSB/HSV91°64.71%66.67%
CMYK32.94%0.00%64.71%
33.33%

Color #72AA3C in popluar number systems.

HEX72AA3C
Decimal11417060
Binary111001010101010111100
Octal16225274

Shades and tints

Shades of #72AA3C

#72AA3C
(114,170,60)
#689B37
(104,155,55)
#5E8C32
(94,140,50)
#547D2D
(84,125,45)
#4A6E28
(74,110,40)
#405F23
(64,95,35)
#36501E
(54,80,30)
#2C4119
(44,65,25)
#223214
(34,50,20)
#18230F
(24,35,15)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #72AA3C

#72AA3C
(114,170,60)
#7EB14D
(126,177,77)
#8AB85E
(138,184,94)
#96BF6F
(150,191,111)
#A2C680
(162,198,128)
#AECD91
(174,205,145)
#BAD4A2
(186,212,162)
#C6DBB3
(198,219,179)
#D2E2C4
(210,226,196)
#DEE9D5
(222,233,213)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72AA3C; }

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

This text font color is #72AA3C.


Background Color

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

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

This div background color is #72AA3C.


Border color

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

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

This div border color is #72AA3C.


Opacity

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

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

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

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

This text has shadow with #72AA3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AA3C on black background.


Color preview on white background

This text has color #72AA3C on white background.



Black color preview on #72AA3C background

This text has black color on #72AA3C background.


White color preview on #72AA3C background

This text has white color on #72AA3C background.