COLOR #72A85D

HEX: #72A85D RGB: (114,168,93)

Color info

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

RGB color model

#72A85D color RGB value is (114,168,93).

RGB: (114,168,93) (45%, 66%, 36%)

RGB channels and saturation

R 114 of 255 = 45%
G 168 of 255 = 66%
B 93 of 255 = 36%

114
168
93

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

Portions of RGB colors in percentages

R + G + B = 114 + 168 + 93 = 375 (100%)
R 114 of 375 ~ 30.4%
G 168 of 375 ~ 44.8%
B 93 of 375 ~ 24.8'%

%30.4
%44.8
%24.8

CMYK color model

#72A85D color CMYK value is (32,0,45,34).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 44.64%
  • key color value is 34.12%

CMYK: (32,0,45,34)
C32M0Y45K34 (32%, 0%, 45%, 34%)
(0.32 / 0.00 / 0.45 / 0.34)

CMYK percentages

%32.14
%0
%44.64
%34.12

Codes

Color #72A85D in popluar color models

72 A8 5D
RGB 114 168 93
HSL 103° 30.12% 51.18%
HSB/HSV 103° 44.64% 65.88%
CMYK 32.14% 0.00% 44.64%
34.12%

Color #72A85D in popluar number systems.

HEX 72 A8 5D
Decimal 114 168 93
Binary 1110010 10101000 1011101
Octal 162 250 135

Shades and tints

Shades of #72A85D

#72A85D
(114,168,93)
#689955
(104,153,85)
#5E8A4D
(94,138,77)
#547B45
(84,123,69)
#4A6C3D
(74,108,61)
#405D35
(64,93,53)
#364E2D
(54,78,45)
#2C3F25
(44,63,37)
#22301D
(34,48,29)
#182115
(24,33,21)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #72A85D

#72A85D
(114,168,93)
#7EAF6B
(126,175,107)
#8AB679
(138,182,121)
#96BD87
(150,189,135)
#A2C495
(162,196,149)
#AECBA3
(174,203,163)
#BAD2B1
(186,210,177)
#C6D9BF
(198,217,191)
#D2E0CD
(210,224,205)
#DEE7DB
(222,231,219)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A85D color. Also use rgb(114,168,93) instead hex code.

Text Font Color

.myTextColor { color: #72A85D; }

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

This text font color is #72A85D.

Background Color

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

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

This div background color is #72A85D.

Border color

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

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

This div border color is #72A85D.

Opacity

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

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

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

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

This text has shadow with #72A85D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72A85D.

Preview

Color preview on black background

This text has color #72A85D on black background.


Color preview on white background

This text has color #72A85D on white background.


Black color preview on #72A85D background

This text has black color on #72A85D background.


White color preview on #72A85D background

This text has white color on #72A85D background.


Related colors

Complementary color

Complementary color for #hex is #8D57A2.


I love getcolorcode.com

Triadic colors

1 #5D72A8 and #A85D72 with #72A85D are triadic colors.

2 #5DA872 and #A8725D with #72A85D are triadic colors.