COLOR #72A76C

HEX: #72A76C RGB: (114,167,108)

Color info

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

RGB color model

#72A76C color RGB value is (114,167,108).

RGB: (114,167,108) (45%, 65%, 42%)

RGB channels and saturation

R 114 of 255 = 45%
G 167 of 255 = 65%
B 108 of 255 = 42%

114
167
108

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

Portions of RGB colors in percentages

R + G + B = 114 + 167 + 108 = 389 (100%)
R 114 of 389 ~ 29.31%
G 167 of 389 ~ 42.93%
B 108 of 389 ~ 27.76'%

%29.31
%42.93
%27.76

CMYK color model

#72A76C color CMYK value is (32,0,35,35).

  • cyan value is 31.74%
  • magenta value is 0.00%
  • yellow value is 35.33%
  • key color value is 34.51%

CMYK: (32,0,35,35)
C32M0Y35K35 (32%, 0%, 35%, 35%)
(0.32 / 0.00 / 0.35 / 0.35)

CMYK percentages

%31.74
%0
%35.33
%34.51

Codes

Color #72A76C in popluar color models

72 A7 6C
RGB 114 167 108
HSL 114° 25.11% 53.92%
HSB/HSV 114° 35.33% 65.49%
CMYK 31.74% 0.00% 35.33%
34.51%

Color #72A76C in popluar number systems.

HEX 72 A7 6C
Decimal 114 167 108
Binary 1110010 10100111 1101100
Octal 162 247 154

Shades and tints

Shades of #72A76C

#72A76C
(114,167,108)
#689863
(104,152,99)
#5E895A
(94,137,90)
#547A51
(84,122,81)
#4A6B48
(74,107,72)
#405C3F
(64,92,63)
#364D36
(54,77,54)
#2C3E2D
(44,62,45)
#222F24
(34,47,36)
#18201B
(24,32,27)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #72A76C

#72A76C
(114,167,108)
#7EAF79
(126,175,121)
#8AB786
(138,183,134)
#96BF93
(150,191,147)
#A2C7A0
(162,199,160)
#AECFAD
(174,207,173)
#BAD7BA
(186,215,186)
#C6DFC7
(198,223,199)
#D2E7D4
(210,231,212)
#DEEFE1
(222,239,225)
#EAF7EE
(234,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A76C; }

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

This text font color is #72A76C.

Background Color

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

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

This div background color is #72A76C.

Border color

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

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

This div border color is #72A76C.

Opacity

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

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

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

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

This text has shadow with #72A76C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72A76C.

Preview

Color preview on black background

This text has color #72A76C on black background.


Color preview on white background

This text has color #72A76C on white background.


Black color preview on #72A76C background

This text has black color on #72A76C background.


White color preview on #72A76C background

This text has white color on #72A76C background.


Related colors

Complementary color

Complementary color for #hex is #8D5893.


I love getcolorcode.com

Triadic colors

1 #6C72A7 and #A76C72 with #72A76C are triadic colors.

2 #6CA772 and #A7726C with #72A76C are triadic colors.