COLOR #72AF7E

HEX: #72AF7E RGB: (114,175,126)

Color info

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

RGB color model

#72AF7E color RGB value is (114,175,126).

RGB: (114,175,126) (45%, 69%, 49%)

RGB channels and saturation

R 114 of 255 = 45%
G 175 of 255 = 69%
B 126 of 255 = 49%

114
175
126

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

Portions of RGB colors in percentages

R + G + B = 114 + 175 + 126 = 415 (100%)
R 114 of 415 ~ 27.47%
G 175 of 415 ~ 42.17%
B 126 of 415 ~ 30.36'%

%27.47
%42.17
%30.36

CMYK color model

#72AF7E color CMYK value is (35,0,28,31).

  • cyan value is 34.86%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 31.37%

CMYK: (35,0,28,31)
C35M0Y28K31 (35%, 0%, 28%, 31%)
(0.35 / 0.00 / 0.28 / 0.31)

CMYK percentages

%34.86
%0
%28
%31.37

Codes

Color #72AF7E in popluar color models

72 AF 7E
RGB 114 175 126
HSL 132° 27.60% 56.67%
HSB/HSV 132° 34.86% 68.63%
CMYK 34.86% 0.00% 28.00%
31.37%

Color #72AF7E in popluar number systems.

HEX 72 AF 7E
Decimal 114 175 126
Binary 1110010 10101111 1111110
Octal 162 257 176

Shades and tints

Shades of #72AF7E

#72AF7E
(114,175,126)
#68A073
(104,160,115)
#5E9168
(94,145,104)
#54825D
(84,130,93)
#4A7352
(74,115,82)
#406447
(64,100,71)
#36553C
(54,85,60)
#2C4631
(44,70,49)
#223726
(34,55,38)
#18281B
(24,40,27)
#0E1910
(14,25,16)
#000000
(0,0,0)

Tints of #72AF7E

#72AF7E
(114,175,126)
#7EB689
(126,182,137)
#8ABD94
(138,189,148)
#96C49F
(150,196,159)
#A2CBAA
(162,203,170)
#AED2B5
(174,210,181)
#BAD9C0
(186,217,192)
#C6E0CB
(198,224,203)
#D2E7D6
(210,231,214)
#DEEEE1
(222,238,225)
#EAF5EC
(234,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72AF7E color. Also use rgb(114,175,126) instead hex code.

Text Font Color

.myTextColor { color: #72AF7E; }

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

This text font color is #72AF7E.

Background Color

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

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

This div background color is #72AF7E.

Border color

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

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

This div border color is #72AF7E.

Opacity

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

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

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

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

This text has shadow with #72AF7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72AF7E.

Preview

Color preview on black background

This text has color #72AF7E on black background.


Color preview on white background

This text has color #72AF7E on white background.


Black color preview on #72AF7E background

This text has black color on #72AF7E background.


White color preview on #72AF7E background

This text has white color on #72AF7E background.


Related colors

Complementary color

Complementary color for #hex is #8D5081.


I love getcolorcode.com

Triadic colors

1 #7E72AF and #AF7E72 with #72AF7E are triadic colors.

2 #7EAF72 and #AF727E with #72AF7E are triadic colors.