COLOR #72AA63

HEX: #72AA63
RGB: (114,170,99)

Color info

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

RGB color model

#72AA63 color RGB value is (114,170,99).

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

RGB channels and saturation

R 114 of 255 = 45%
G 170 of 255 = 67%
B 99 of 255 = 39%

114
170
99

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

Portions of RGB colors in percentages

R + G + B =
114 + 170 + 99 = 383 (100%)
R 114 of 383 ~ 29.77%
G 170 of 383 ~ 44.39%
B 99 of 383 ~ 25.85%

%29.77
%44.39
%25.85

CMYK color model

#72AA63 color CMYK value is (33,0,42,33).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 41.76%
  • key color value is 33.33%
CMYK:
(33,0,42,33)
C33M0Y42K33 
(33%,0%,42%,33%)
(0.33/0.00/0.42/0.33)	

CMYK percentages

%32.94
%0
%41.76
%33.33

Codes

Color #72AA63 in popluar color models

72AA63
RGB11417099
HSL107°29.46%52.75%
HSB/HSV107°41.76%66.67%
CMYK32.94%0.00%41.76%
33.33%

Color #72AA63 in popluar number systems.

HEX72AA63
Decimal11417099
Binary1110010101010101100011
Octal162252143

Shades and tints

Shades of #72AA63

#72AA63
(114,170,99)
#689B5A
(104,155,90)
#5E8C51
(94,140,81)
#547D48
(84,125,72)
#4A6E3F
(74,110,63)
#405F36
(64,95,54)
#36502D
(54,80,45)
#2C4124
(44,65,36)
#22321B
(34,50,27)
#182312
(24,35,18)
#0E1409
(14,20,9)
#000000
(0,0,0)

Tints of #72AA63

#72AA63
(114,170,99)
#7EB171
(126,177,113)
#8AB87F
(138,184,127)
#96BF8D
(150,191,141)
#A2C69B
(162,198,155)
#AECDA9
(174,205,169)
#BAD4B7
(186,212,183)
#C6DBC5
(198,219,197)
#D2E2D3
(210,226,211)
#DEE9E1
(222,233,225)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72AA63; }

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

This text font color is #72AA63.


Background Color

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

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

This div background color is #72AA63.


Border color

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

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

This div border color is #72AA63.


Opacity

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

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

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

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

This text has shadow with #72AA63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AA63 on black background.


Color preview on white background

This text has color #72AA63 on white background.



Black color preview on #72AA63 background

This text has black color on #72AA63 background.


White color preview on #72AA63 background

This text has white color on #72AA63 background.