COLOR #72AD72

HEX: #72AD72
RGB: (114,173,114)

Color info

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

RGB color model

#72AD72 color RGB value is (114,173,114).

  • red value is 114;
  • green value is 173;
  • blue value is 114.
RGB:
(114,173,114)
(45%,68%,45%)

RGB channels and saturation

R 114 of 255 = 45%
G 173 of 255 = 68%
B 114 of 255 = 45%

114
173
114

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

Portions of RGB colors in percentages

R + G + B =
114 + 173 + 114 = 401 (100%)
R 114 of 401 ~ 28.43%
G 173 of 401 ~ 43.14%
B 114 of 401 ~ 28.43%

%28.43
%43.14
%28.43

CMYK color model

#72AD72 color CMYK value is (34,0,34,32).

  • cyan value is 34.10%
  • magenta value is 0.00%
  • yellow value is 34.10%
  • key color value is 32.16%
CMYK:
(34,0,34,32)
C34M0Y34K32 
(34%,0%,34%,32%)
(0.34/0.00/0.34/0.32)	

CMYK percentages

%34.1
%0
%34.1
%32.16

Codes

Color #72AD72 in popluar color models

72AD72
RGB114173114
HSL120°26.46%56.27%
HSB/HSV120°34.10%67.84%
CMYK34.10%0.00%34.10%
32.16%

Color #72AD72 in popluar number systems.

HEX72AD72
Decimal114173114
Binary1110010101011011110010
Octal162255162

Shades and tints

Shades of #72AD72

#72AD72
(114,173,114)
#689E68
(104,158,104)
#5E8F5E
(94,143,94)
#548054
(84,128,84)
#4A714A
(74,113,74)
#406240
(64,98,64)
#365336
(54,83,54)
#2C442C
(44,68,44)
#223522
(34,53,34)
#182618
(24,38,24)
#0E170E
(14,23,14)
#000000
(0,0,0)

Tints of #72AD72

#72AD72
(114,173,114)
#7EB47E
(126,180,126)
#8ABB8A
(138,187,138)
#96C296
(150,194,150)
#A2C9A2
(162,201,162)
#AED0AE
(174,208,174)
#BAD7BA
(186,215,186)
#C6DEC6
(198,222,198)
#D2E5D2
(210,229,210)
#DEECDE
(222,236,222)
#EAF3EA
(234,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72AD72; }

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

This text font color is #72AD72.


Background Color

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

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

This div background color is #72AD72.


Border color

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

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

This div border color is #72AD72.


Opacity

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

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

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

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

This text has shadow with #72AD72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AD72 on black background.


Color preview on white background

This text has color #72AD72 on white background.



Black color preview on #72AD72 background

This text has black color on #72AD72 background.


White color preview on #72AD72 background

This text has white color on #72AD72 background.