COLOR #72A05B

HEX: #72A05B RGB: (114,160,91)

Color info

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

RGB color model

#72A05B color RGB value is (114,160,91).

RGB: (114,160,91) (45%, 63%, 36%)

RGB channels and saturation

R 114 of 255 = 45%
G 160 of 255 = 63%
B 91 of 255 = 36%

114
160
91

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

Portions of RGB colors in percentages

R + G + B = 114 + 160 + 91 = 365 (100%)
R 114 of 365 ~ 31.23%
G 160 of 365 ~ 43.84%
B 91 of 365 ~ 24.93'%

%31.23
%43.84
%24.93

CMYK color model

#72A05B color CMYK value is (29,0,43,37).

  • cyan value is 28.75%
  • magenta value is 0.00%
  • yellow value is 43.13%
  • key color value is 37.25%

CMYK: (29,0,43,37)
C29M0Y43K37 (29%, 0%, 43%, 37%)
(0.29 / 0.00 / 0.43 / 0.37)

CMYK percentages

%28.75
%0
%43.13
%37.25

Codes

Color #72A05B in popluar color models

72 A0 5B
RGB 114 160 91
HSL 100° 27.49% 49.22%
HSB/HSV 100° 43.13% 62.75%
CMYK 28.75% 0.00% 43.13%
37.25%

Color #72A05B in popluar number systems.

HEX 72 A0 5B
Decimal 114 160 91
Binary 1110010 10100000 1011011
Octal 162 240 133

Shades and tints

Shades of #72A05B

#72A05B
(114,160,91)
#689253
(104,146,83)
#5E844B
(94,132,75)
#547643
(84,118,67)
#4A683B
(74,104,59)
#405A33
(64,90,51)
#364C2B
(54,76,43)
#2C3E23
(44,62,35)
#22301B
(34,48,27)
#182213
(24,34,19)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #72A05B

#72A05B
(114,160,91)
#7EA869
(126,168,105)
#8AB077
(138,176,119)
#96B885
(150,184,133)
#A2C093
(162,192,147)
#AEC8A1
(174,200,161)
#BAD0AF
(186,208,175)
#C6D8BD
(198,216,189)
#D2E0CB
(210,224,203)
#DEE8D9
(222,232,217)
#EAF0E7
(234,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A05B color. Also use rgb(114,160,91) instead hex code.

Text Font Color

.myTextColor { color: #72A05B; }

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

This text font color is #72A05B.

Background Color

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

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

This div background color is #72A05B.

Border color

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

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

This div border color is #72A05B.

Opacity

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

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

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

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

This text has shadow with #72A05B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72A05B.

Preview

Color preview on black background

This text has color #72A05B on black background.


Color preview on white background

This text has color #72A05B on white background.


Black color preview on #72A05B background

This text has black color on #72A05B background.


White color preview on #72A05B background

This text has white color on #72A05B background.


Related colors

Complementary color

Complementary color for #hex is #8D5FA4.


I love getcolorcode.com

Triadic colors

1 #5B72A0 and #A05B72 with #72A05B are triadic colors.

2 #5BA072 and #A0725B with #72A05B are triadic colors.