COLOR #72A86B

HEX: #72A86B
RGB: (114,168,107)

Color info

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

RGB color model

#72A86B color RGB value is (114,168,107).

  • red value is 114;
  • green value is 168;
  • blue value is 107.
RGB:
(114,168,107)
(45%,66%,42%)

RGB channels and saturation

R 114 of 255 = 45%
G 168 of 255 = 66%
B 107 of 255 = 42%

114
168
107

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

Portions of RGB colors in percentages

R + G + B =
114 + 168 + 107 = 389 (100%)
R 114 of 389 ~ 29.31%
G 168 of 389 ~ 43.19%
B 107 of 389 ~ 27.51%

%29.31
%43.19
%27.51

CMYK color model

#72A86B color CMYK value is (32,0,36,34).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 36.31%
  • key color value is 34.12%
CMYK:
(32,0,36,34)
C32M0Y36K34 
(32%,0%,36%,34%)
(0.32/0.00/0.36/0.34)	

CMYK percentages

%32.14
%0
%36.31
%34.12

Codes

Color #72A86B in popluar color models

72A86B
RGB114168107
HSL113°25.96%53.92%
HSB/HSV113°36.31%65.88%
CMYK32.14%0.00%36.31%
34.12%

Color #72A86B in popluar number systems.

HEX72A86B
Decimal114168107
Binary1110010101010001101011
Octal162250153

Shades and tints

Shades of #72A86B

#72A86B
(114,168,107)
#689962
(104,153,98)
#5E8A59
(94,138,89)
#547B50
(84,123,80)
#4A6C47
(74,108,71)
#405D3E
(64,93,62)
#364E35
(54,78,53)
#2C3F2C
(44,63,44)
#223023
(34,48,35)
#18211A
(24,33,26)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #72A86B

#72A86B
(114,168,107)
#7EAF78
(126,175,120)
#8AB685
(138,182,133)
#96BD92
(150,189,146)
#A2C49F
(162,196,159)
#AECBAC
(174,203,172)
#BAD2B9
(186,210,185)
#C6D9C6
(198,217,198)
#D2E0D3
(210,224,211)
#DEE7E0
(222,231,224)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A86B; }

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

This text font color is #72A86B.


Background Color

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

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

This div background color is #72A86B.


Border color

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

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

This div border color is #72A86B.


Opacity

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

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

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

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

This text has shadow with #72A86B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A86B on black background.


Color preview on white background

This text has color #72A86B on white background.



Black color preview on #72A86B background

This text has black color on #72A86B background.


White color preview on #72A86B background

This text has white color on #72A86B background.