COLOR #72A952

HEX: #72A952 RGB: (114,169,82)

Color info

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

RGB color model

#72A952 color RGB value is (114,169,82).

RGB: (114,169,82) (45%, 66%, 32%)

RGB channels and saturation

R 114 of 255 = 45%
G 169 of 255 = 66%
B 82 of 255 = 32%

114
169
82

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

Portions of RGB colors in percentages

R + G + B = 114 + 169 + 82 = 365 (100%)
R 114 of 365 ~ 31.23%
G 169 of 365 ~ 46.3%
B 82 of 365 ~ 22.47'%

%31.23
%46.3
%22.47

CMYK color model

#72A952 color CMYK value is (33,0,51,34).

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

CMYK: (33,0,51,34)
C33M0Y51K34 (33%, 0%, 51%, 34%)
(0.33 / 0.00 / 0.51 / 0.34)

CMYK percentages

%32.54
%0
%51.48
%33.73

Codes

Color #72A952 in popluar color models

72 A9 52
RGB 114 169 82
HSL 98° 34.66% 49.22%
HSB/HSV 98° 51.48% 66.27%
CMYK 32.54% 0.00% 51.48%
33.73%

Color #72A952 in popluar number systems.

HEX 72 A9 52
Decimal 114 169 82
Binary 1110010 10101001 1010010
Octal 162 251 122

Shades and tints

Shades of #72A952

#72A952
(114,169,82)
#689A4B
(104,154,75)
#5E8B44
(94,139,68)
#547C3D
(84,124,61)
#4A6D36
(74,109,54)
#405E2F
(64,94,47)
#364F28
(54,79,40)
#2C4021
(44,64,33)
#22311A
(34,49,26)
#182213
(24,34,19)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #72A952

#72A952
(114,169,82)
#7EB061
(126,176,97)
#8AB770
(138,183,112)
#96BE7F
(150,190,127)
#A2C58E
(162,197,142)
#AECC9D
(174,204,157)
#BAD3AC
(186,211,172)
#C6DABB
(198,218,187)
#D2E1CA
(210,225,202)
#DEE8D9
(222,232,217)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A952; }

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

This text font color is #72A952.

Background Color

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

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

This div background color is #72A952.

Border color

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

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

This div border color is #72A952.

Opacity

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

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

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

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

This text has shadow with #72A952 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72A952.

Preview

Color preview on black background

This text has color #72A952 on black background.


Color preview on white background

This text has color #72A952 on white background.


Black color preview on #72A952 background

This text has black color on #72A952 background.


White color preview on #72A952 background

This text has white color on #72A952 background.


Related colors

Complementary color

Complementary color for #hex is #8D56AD.


I love getcolorcode.com

Triadic colors

1 #5272A9 and #A95272 with #72A952 are triadic colors.

2 #52A972 and #A97252 with #72A952 are triadic colors.