COLOR #72AF6E

HEX: #72AF6E
RGB: (114,175,110)

Color info

#72AF6E contains mainly green color. Web safe color of #72AF6E is #669966 (or #696).

RGB color model

#72AF6E color RGB value is (114,175,110).

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

RGB channels and saturation

R 114 of 255 = 45%
G 175 of 255 = 69%
B 110 of 255 = 43%

114
175
110

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

Portions of RGB colors in percentages

R + G + B =
114 + 175 + 110 = 399 (100%)
R 114 of 399 ~ 28.57%
G 175 of 399 ~ 43.86%
B 110 of 399 ~ 27.57%

%28.57
%43.86
%27.57

CMYK color model

#72AF6E color CMYK value is (35,0,37,31).

  • cyan value is 34.86%
  • magenta value is 0.00%
  • yellow value is 37.14%
  • key color value is 31.37%
CMYK:
(35,0,37,31)
C35M0Y37K31 
(35%,0%,37%,31%)
(0.35/0.00/0.37/0.31)	

CMYK percentages

%34.86
%0
%37.14
%31.37

Codes

Color #72AF6E in popluar color models

72AF6E
RGB114175110
HSL116°28.89%55.88%
HSB/HSV116°37.14%68.63%
CMYK34.86%0.00%37.14%
31.37%

Color #72AF6E in popluar number systems.

HEX72AF6E
Decimal114175110
Binary1110010101011111101110
Octal162257156

Shades and tints

Shades of #72AF6E

#72AF6E
(114,175,110)
#68A064
(104,160,100)
#5E915A
(94,145,90)
#548250
(84,130,80)
#4A7346
(74,115,70)
#40643C
(64,100,60)
#365532
(54,85,50)
#2C4628
(44,70,40)
#22371E
(34,55,30)
#182814
(24,40,20)
#0E190A
(14,25,10)
#000000
(0,0,0)

Tints of #72AF6E

#72AF6E
(114,175,110)
#7EB67B
(126,182,123)
#8ABD88
(138,189,136)
#96C495
(150,196,149)
#A2CBA2
(162,203,162)
#AED2AF
(174,210,175)
#BAD9BC
(186,217,188)
#C6E0C9
(198,224,201)
#D2E7D6
(210,231,214)
#DEEEE3
(222,238,227)
#EAF5F0
(234,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72AF6E; }

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

This text font color is #72AF6E.


Background Color

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

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

This div background color is #72AF6E.


Border color

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

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

This div border color is #72AF6E.


Opacity

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

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

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

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

This text has shadow with #72AF6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AF6E on black background.


Color preview on white background

This text has color #72AF6E on white background.



Black color preview on #72AF6E background

This text has black color on #72AF6E background.


White color preview on #72AF6E background

This text has white color on #72AF6E background.