COLOR #72B16D

HEX: #72B16D RGB: (114,177,109)

Color info

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

RGB color model

#72B16D color RGB value is (114,177,109).

RGB: (114,177,109) (45%, 69%, 43%)

RGB channels and saturation

R 114 of 255 = 45%
G 177 of 255 = 69%
B 109 of 255 = 43%

114
177
109

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

Portions of RGB colors in percentages

R + G + B = 114 + 177 + 109 = 400 (100%)
R 114 of 400 ~ 28.5%
G 177 of 400 ~ 44.25%
B 109 of 400 ~ 27.25'%

%28.5
%44.25
%27.25

CMYK color model

#72B16D color CMYK value is (36,0,38,31).

  • cyan value is 35.59%
  • magenta value is 0.00%
  • yellow value is 38.42%
  • key color value is 30.59%

CMYK: (36,0,38,31)
C36M0Y38K31 (36%, 0%, 38%, 31%)
(0.36 / 0.00 / 0.38 / 0.31)

CMYK percentages

%35.59
%0
%38.42
%30.59

Codes

Color #72B16D in popluar color models

72 B1 6D
RGB 114 177 109
HSL 116° 30.36% 56.08%
HSB/HSV 116° 38.42% 69.41%
CMYK 35.59% 0.00% 38.42%
30.59%

Color #72B16D in popluar number systems.

HEX 72 B1 6D
Decimal 114 177 109
Binary 1110010 10110001 1101101
Octal 162 261 155

Shades and tints

Shades of #72B16D

#72B16D
(114,177,109)
#68A164
(104,161,100)
#5E915B
(94,145,91)
#548152
(84,129,82)
#4A7149
(74,113,73)
#406140
(64,97,64)
#365137
(54,81,55)
#2C412E
(44,65,46)
#223125
(34,49,37)
#18211C
(24,33,28)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #72B16D

#72B16D
(114,177,109)
#7EB87A
(126,184,122)
#8ABF87
(138,191,135)
#96C694
(150,198,148)
#A2CDA1
(162,205,161)
#AED4AE
(174,212,174)
#BADBBB
(186,219,187)
#C6E2C8
(198,226,200)
#D2E9D5
(210,233,213)
#DEF0E2
(222,240,226)
#EAF7EF
(234,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B16D color. Also use rgb(114,177,109) instead hex code.

Text Font Color

.myTextColor { color: #72B16D; }

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

This text font color is #72B16D.

Background Color

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

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

This div background color is #72B16D.

Border color

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

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

This div border color is #72B16D.

Opacity

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

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

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

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

This text has shadow with #72B16D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72B16D.

Preview

Color preview on black background

This text has color #72B16D on black background.


Color preview on white background

This text has color #72B16D on white background.


Black color preview on #72B16D background

This text has black color on #72B16D background.


White color preview on #72B16D background

This text has white color on #72B16D background.


Related colors

Complementary color

Complementary color for #hex is #8D4E92.


I love getcolorcode.com

Triadic colors

1 #6D72B1 and #B16D72 with #72B16D are triadic colors.

2 #6DB172 and #B1726D with #72B16D are triadic colors.