COLOR #72AF85

HEX: #72AF85
RGB: (114,175,133)

Color info

#72AF85 contains mainly green and blue colors. Web safe color of #72AF85 is #669999 (or #699).

RGB color model

#72AF85 color RGB value is (114,175,133).

  • red value is 114;
  • green value is 175;
  • blue value is 133.
RGB:
(114,175,133)
(45%,69%,52%)

RGB channels and saturation

R 114 of 255 = 45%
G 175 of 255 = 69%
B 133 of 255 = 52%

114
175
133

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

Portions of RGB colors in percentages

R + G + B =
114 + 175 + 133 = 422 (100%)
R 114 of 422 ~ 27.01%
G 175 of 422 ~ 41.47%
B 133 of 422 ~ 31.52%

%27.01
%41.47
%31.52

CMYK color model

#72AF85 color CMYK value is (35,0,24,31).

  • cyan value is 34.86%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 31.37%
CMYK:
(35,0,24,31)
C35M0Y24K31 
(35%,0%,24%,31%)
(0.35/0.00/0.24/0.31)	

CMYK percentages

%34.86
%0
%24
%31.37

Codes

Color #72AF85 in popluar color models

72AF85
RGB114175133
HSL139°27.60%56.67%
HSB/HSV139°34.86%68.63%
CMYK34.86%0.00%24.00%
31.37%

Color #72AF85 in popluar number systems.

HEX72AF85
Decimal114175133
Binary11100101010111110000101
Octal162257205

Shades and tints

Shades of #72AF85

#72AF85
(114,175,133)
#68A079
(104,160,121)
#5E916D
(94,145,109)
#548261
(84,130,97)
#4A7355
(74,115,85)
#406449
(64,100,73)
#36553D
(54,85,61)
#2C4631
(44,70,49)
#223725
(34,55,37)
#182819
(24,40,25)
#0E190D
(14,25,13)
#000000
(0,0,0)

Tints of #72AF85

#72AF85
(114,175,133)
#7EB690
(126,182,144)
#8ABD9B
(138,189,155)
#96C4A6
(150,196,166)
#A2CBB1
(162,203,177)
#AED2BC
(174,210,188)
#BAD9C7
(186,217,199)
#C6E0D2
(198,224,210)
#D2E7DD
(210,231,221)
#DEEEE8
(222,238,232)
#EAF5F3
(234,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72AF85; }

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

This text font color is #72AF85.


Background Color

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

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

This div background color is #72AF85.


Border color

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

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

This div border color is #72AF85.


Opacity

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

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

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

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

This text has shadow with #72AF85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AF85 on black background.


Color preview on white background

This text has color #72AF85 on white background.



Black color preview on #72AF85 background

This text has black color on #72AF85 background.


White color preview on #72AF85 background

This text has white color on #72AF85 background.