COLOR #72A978

HEX: #72A978 RGB: (114,169,120)

Color info

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

RGB color model

#72A978 color RGB value is (114,169,120).

RGB: (114,169,120) (45%, 66%, 47%)

RGB channels and saturation

R 114 of 255 = 45%
G 169 of 255 = 66%
B 120 of 255 = 47%

114
169
120

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

Portions of RGB colors in percentages

R + G + B = 114 + 169 + 120 = 403 (100%)
R 114 of 403 ~ 28.29%
G 169 of 403 ~ 41.94%
B 120 of 403 ~ 29.78'%

%28.29
%41.94
%29.78

CMYK color model

#72A978 color CMYK value is (33,0,29,34).

  • cyan value is 32.54%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 33.73%

CMYK: (33,0,29,34)
C33M0Y29K34 (33%, 0%, 29%, 34%)
(0.33 / 0.00 / 0.29 / 0.34)

CMYK percentages

%32.54
%0
%28.99
%33.73

Codes

Color #72A978 in popluar color models

72 A9 78
RGB 114 169 120
HSL 127° 24.23% 55.49%
HSB/HSV 127° 32.54% 66.27%
CMYK 32.54% 0.00% 28.99%
33.73%

Color #72A978 in popluar number systems.

HEX 72 A9 78
Decimal 114 169 120
Binary 1110010 10101001 1111000
Octal 162 251 170

Shades and tints

Shades of #72A978

#72A978
(114,169,120)
#689A6E
(104,154,110)
#5E8B64
(94,139,100)
#547C5A
(84,124,90)
#4A6D50
(74,109,80)
#405E46
(64,94,70)
#364F3C
(54,79,60)
#2C4032
(44,64,50)
#223128
(34,49,40)
#18221E
(24,34,30)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #72A978

#72A978
(114,169,120)
#7EB084
(126,176,132)
#8AB790
(138,183,144)
#96BE9C
(150,190,156)
#A2C5A8
(162,197,168)
#AECCB4
(174,204,180)
#BAD3C0
(186,211,192)
#C6DACC
(198,218,204)
#D2E1D8
(210,225,216)
#DEE8E4
(222,232,228)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A978; }

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

This text font color is #72A978.

Background Color

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

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

This div background color is #72A978.

Border color

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

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

This div border color is #72A978.

Opacity

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

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

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

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

This text has shadow with #72A978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72A978.

Preview

Color preview on black background

This text has color #72A978 on black background.


Color preview on white background

This text has color #72A978 on white background.


Black color preview on #72A978 background

This text has black color on #72A978 background.


White color preview on #72A978 background

This text has white color on #72A978 background.


Related colors

Complementary color

Complementary color for #hex is #8D5687.


I love getcolorcode.com

Triadic colors

1 #7872A9 and #A97872 with #72A978 are triadic colors.

2 #78A972 and #A97278 with #72A978 are triadic colors.