COLOR #72AE7C

HEX: #72AE7C
RGB: (114,174,124)

Color info

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

RGB color model

#72AE7C color RGB value is (114,174,124).

  • red value is 114;
  • green value is 174;
  • blue value is 124.
RGB:
(114,174,124)
(45%,68%,49%)

RGB channels and saturation

R 114 of 255 = 45%
G 174 of 255 = 68%
B 124 of 255 = 49%

114
174
124

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

Portions of RGB colors in percentages

R + G + B =
114 + 174 + 124 = 412 (100%)
R 114 of 412 ~ 27.67%
G 174 of 412 ~ 42.23%
B 124 of 412 ~ 30.1%

%27.67
%42.23
%30.1

CMYK color model

#72AE7C color CMYK value is (34,0,29,32).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 28.74%
  • key color value is 31.76%
CMYK:
(34,0,29,32)
C34M0Y29K32 
(34%,0%,29%,32%)
(0.34/0.00/0.29/0.32)	

CMYK percentages

%34.48
%0
%28.74
%31.76

Codes

Color #72AE7C in popluar color models

72AE7C
RGB114174124
HSL130°27.03%56.47%
HSB/HSV130°34.48%68.24%
CMYK34.48%0.00%28.74%
31.76%

Color #72AE7C in popluar number systems.

HEX72AE7C
Decimal114174124
Binary1110010101011101111100
Octal162256174

Shades and tints

Shades of #72AE7C

#72AE7C
(114,174,124)
#689F71
(104,159,113)
#5E9066
(94,144,102)
#54815B
(84,129,91)
#4A7250
(74,114,80)
#406345
(64,99,69)
#36543A
(54,84,58)
#2C452F
(44,69,47)
#223624
(34,54,36)
#182719
(24,39,25)
#0E180E
(14,24,14)
#000000
(0,0,0)

Tints of #72AE7C

#72AE7C
(114,174,124)
#7EB587
(126,181,135)
#8ABC92
(138,188,146)
#96C39D
(150,195,157)
#A2CAA8
(162,202,168)
#AED1B3
(174,209,179)
#BAD8BE
(186,216,190)
#C6DFC9
(198,223,201)
#D2E6D4
(210,230,212)
#DEEDDF
(222,237,223)
#EAF4EA
(234,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72AE7C color. Also use rgb(114,174,124) instead hex code.

Text Font Color

.myTextColor { color: #72AE7C; }

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

This text font color is #72AE7C.


Background Color

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

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

This div background color is #72AE7C.


Border color

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

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

This div border color is #72AE7C.


Opacity

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

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

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

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

This text has shadow with #72AE7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AE7C on black background.


Color preview on white background

This text has color #72AE7C on white background.



Black color preview on #72AE7C background

This text has black color on #72AE7C background.


White color preview on #72AE7C background

This text has white color on #72AE7C background.