COLOR #72A66D

HEX: #72A66D
RGB: (114,166,109)

Color info

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

RGB color model

#72A66D color RGB value is (114,166,109).

  • red value is 114;
  • green value is 166;
  • blue value is 109.
RGB:
(114,166,109)
(45%,65%,43%)

RGB channels and saturation

R 114 of 255 = 45%
G 166 of 255 = 65%
B 109 of 255 = 43%

114
166
109

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

Portions of RGB colors in percentages

R + G + B =
114 + 166 + 109 = 389 (100%)
R 114 of 389 ~ 29.31%
G 166 of 389 ~ 42.67%
B 109 of 389 ~ 28.02%

%29.31
%42.67
%28.02

CMYK color model

#72A66D color CMYK value is (31,0,34,35).

  • cyan value is 31.33%
  • magenta value is 0.00%
  • yellow value is 34.34%
  • key color value is 34.90%
CMYK:
(31,0,34,35)
C31M0Y34K35 
(31%,0%,34%,35%)
(0.31/0.00/0.34/0.35)	

CMYK percentages

%31.33
%0
%34.34
%34.9

Codes

Color #72A66D in popluar color models

72A66D
RGB114166109
HSL115°24.26%53.92%
HSB/HSV115°34.34%65.10%
CMYK31.33%0.00%34.34%
34.90%

Color #72A66D in popluar number systems.

HEX72A66D
Decimal114166109
Binary1110010101001101101101
Octal162246155

Shades and tints

Shades of #72A66D

#72A66D
(114,166,109)
#689764
(104,151,100)
#5E885B
(94,136,91)
#547952
(84,121,82)
#4A6A49
(74,106,73)
#405B40
(64,91,64)
#364C37
(54,76,55)
#2C3D2E
(44,61,46)
#222E25
(34,46,37)
#181F1C
(24,31,28)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #72A66D

#72A66D
(114,166,109)
#7EAE7A
(126,174,122)
#8AB687
(138,182,135)
#96BE94
(150,190,148)
#A2C6A1
(162,198,161)
#AECEAE
(174,206,174)
#BAD6BB
(186,214,187)
#C6DEC8
(198,222,200)
#D2E6D5
(210,230,213)
#DEEEE2
(222,238,226)
#EAF6EF
(234,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A66D; }

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

This text font color is #72A66D.


Background Color

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

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

This div background color is #72A66D.


Border color

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

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

This div border color is #72A66D.


Opacity

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

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

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

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

This text has shadow with #72A66D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A66D on black background.


Color preview on white background

This text has color #72A66D on white background.



Black color preview on #72A66D background

This text has black color on #72A66D background.


White color preview on #72A66D background

This text has white color on #72A66D background.