COLOR #72A36F

HEX: #72A36F RGB: (114,163,111)

Color info

#72A36F contains red, green and blue colors in about the same proportion. Web safe color of #72A36F is #669966 (or #696).

RGB color model

#72A36F color RGB value is (114,163,111).

RGB: (114,163,111) (45%, 64%, 44%)

RGB channels and saturation

R 114 of 255 = 45%
G 163 of 255 = 64%
B 111 of 255 = 44%

114
163
111

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

Portions of RGB colors in percentages

R + G + B = 114 + 163 + 111 = 388 (100%)
R 114 of 388 ~ 29.38%
G 163 of 388 ~ 42.01%
B 111 of 388 ~ 28.61'%

%29.38
%42.01
%28.61

CMYK color model

#72A36F color CMYK value is (30,0,32,36).

  • cyan value is 30.06%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 36.08%
CMYK: (30,0,32,36) C30M0Y32K36 (30%,0%,32%,36%) (0.30/0.00/0.32/0.36) 

CMYK percentages

%30.06
%0
%31.9
%36.08

Codes

Color #72A36F in popluar color models

72 A3 6F
RGB 114 163 111
HSL 117° 22.03% 53.73%
HSB/HSV 117° 31.90% 63.92%
CMYK 30.06% 0.00% 31.90%
36.08%

Color #72A36F in popluar number systems.

HEX 72 A3 6F
Decimal 114 163 111
Binary 1110010 10100011 1101111
Octal 162 243 157

Shades and tints

Shades of #72A36F

#72A36F
(114,163,111)
#689565
(104,149,101)
#5E875B
(94,135,91)
#547951
(84,121,81)
#4A6B47
(74,107,71)
#405D3D
(64,93,61)
#364F33
(54,79,51)
#2C4129
(44,65,41)
#22331F
(34,51,31)
#182515
(24,37,21)
#0E170B
(14,23,11)
#000000
(0,0,0)

Tints of #72A36F

#72A36F
(114,163,111)
#7EAB7C
(126,171,124)
#8AB389
(138,179,137)
#96BB96
(150,187,150)
#A2C3A3
(162,195,163)
#AECBB0
(174,203,176)
#BAD3BD
(186,211,189)
#C6DBCA
(198,219,202)
#D2E3D7
(210,227,215)
#DEEBE4
(222,235,228)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A36F color. Also use rgb(114,163,111) instead hex code.

Text Font Color

.myTextColor { color: #72A36F; }

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

This text font color is #72A36F.

Background Color

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

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

This div background color is #72A36F.

Border color

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

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

This div border color is #72A36F.

Opacity

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

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

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

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

This text has shadow with #72A36F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72A36F.

Preview

Color preview on black background

This text has color #72A36F on black background.


Color preview on white background

This text has color #72A36F on white background.


Black color preview on #72A36F background

This text has black color on #72A36F background.


White color preview on #72A36F background

This text has white color on #72A36F background.


Related colors

Complementary color

Complementary color for #hex is #8D5C90.


I love getcolorcode.com

Triadic colors

1 #6F72A3 and #A36F72 with #72A36F are triadic colors.

2 #6FA372 and #A3726F with #72A36F are triadic colors.