COLOR #72A574

HEX: #72A574 RGB: (114,165,116)

Color info

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

RGB color model

#72A574 color RGB value is (114,165,116).

RGB: (114,165,116) (45%, 65%, 45%)

RGB channels and saturation

R 114 of 255 = 45%
G 165 of 255 = 65%
B 116 of 255 = 45%

114
165
116

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

Portions of RGB colors in percentages

R + G + B = 114 + 165 + 116 = 395 (100%)
R 114 of 395 ~ 28.86%
G 165 of 395 ~ 41.77%
B 116 of 395 ~ 29.37'%

%28.86
%41.77
%29.37

CMYK color model

#72A574 color CMYK value is (31,0,30,35).

  • cyan value is 30.91%
  • magenta value is 0.00%
  • yellow value is 29.70%
  • key color value is 35.29%

CMYK: (31,0,30,35)
C31M0Y30K35 (31%, 0%, 30%, 35%)
(0.31 / 0.00 / 0.30 / 0.35)

CMYK percentages

%30.91
%0
%29.7
%35.29

Codes

Color #72A574 in popluar color models

72 A5 74
RGB 114 165 116
HSL 122° 22.08% 54.71%
HSB/HSV 122° 30.91% 64.71%
CMYK 30.91% 0.00% 29.70%
35.29%

Color #72A574 in popluar number systems.

HEX 72 A5 74
Decimal 114 165 116
Binary 1110010 10100101 1110100
Octal 162 245 164

Shades and tints

Shades of #72A574

#72A574
(114,165,116)
#68966A
(104,150,106)
#5E8760
(94,135,96)
#547856
(84,120,86)
#4A694C
(74,105,76)
#405A42
(64,90,66)
#364B38
(54,75,56)
#2C3C2E
(44,60,46)
#222D24
(34,45,36)
#181E1A
(24,30,26)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #72A574

#72A574
(114,165,116)
#7EAD80
(126,173,128)
#8AB58C
(138,181,140)
#96BD98
(150,189,152)
#A2C5A4
(162,197,164)
#AECDB0
(174,205,176)
#BAD5BC
(186,213,188)
#C6DDC8
(198,221,200)
#D2E5D4
(210,229,212)
#DEEDE0
(222,237,224)
#EAF5EC
(234,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A574; }

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

This text font color is #72A574.

Background Color

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

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

This div background color is #72A574.

Border color

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

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

This div border color is #72A574.

Opacity

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

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

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

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

This text has shadow with #72A574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72A574.

Preview

Color preview on black background

This text has color #72A574 on black background.


Color preview on white background

This text has color #72A574 on white background.


Black color preview on #72A574 background

This text has black color on #72A574 background.


White color preview on #72A574 background

This text has white color on #72A574 background.


Related colors

Complementary color

Complementary color for #hex is #8D5A8B.


I love getcolorcode.com

Triadic colors

1 #7472A5 and #A57472 with #72A574 are triadic colors.

2 #74A572 and #A57274 with #72A574 are triadic colors.