COLOR #72B76A

HEX: #72B76A RGB: (114,183,106)

Color info

#72B76A contains mainly green color. Web safe color of #72B76A is #66CC66 (or #6C6).

RGB color model

#72B76A color RGB value is (114,183,106).

RGB: (114,183,106) (45%, 72%, 42%)

RGB channels and saturation

R 114 of 255 = 45%
G 183 of 255 = 72%
B 106 of 255 = 42%

114
183
106

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

Portions of RGB colors in percentages

R + G + B = 114 + 183 + 106 = 403 (100%)
R 114 of 403 ~ 28.29%
G 183 of 403 ~ 45.41%
B 106 of 403 ~ 26.3'%

%28.29
%45.41
%26.3

CMYK color model

#72B76A color CMYK value is (38,0,42,28).

  • cyan value is 37.70%
  • magenta value is 0.00%
  • yellow value is 42.08%
  • key color value is 28.24%

CMYK: (38,0,42,28)
C38M0Y42K28 (38%, 0%, 42%, 28%)
(0.38 / 0.00 / 0.42 / 0.28)

CMYK percentages

%37.7
%0
%42.08
%28.24

Codes

Color #72B76A in popluar color models

72 B7 6A
RGB 114 183 106
HSL 114° 34.84% 56.67%
HSB/HSV 114° 42.08% 71.76%
CMYK 37.70% 0.00% 42.08%
28.24%

Color #72B76A in popluar number systems.

HEX 72 B7 6A
Decimal 114 183 106
Binary 1110010 10110111 1101010
Octal 162 267 152

Shades and tints

Shades of #72B76A

#72B76A
(114,183,106)
#68A761
(104,167,97)
#5E9758
(94,151,88)
#54874F
(84,135,79)
#4A7746
(74,119,70)
#40673D
(64,103,61)
#365734
(54,87,52)
#2C472B
(44,71,43)
#223722
(34,55,34)
#182719
(24,39,25)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #72B76A

#72B76A
(114,183,106)
#7EBD77
(126,189,119)
#8AC384
(138,195,132)
#96C991
(150,201,145)
#A2CF9E
(162,207,158)
#AED5AB
(174,213,171)
#BADBB8
(186,219,184)
#C6E1C5
(198,225,197)
#D2E7D2
(210,231,210)
#DEEDDF
(222,237,223)
#EAF3EC
(234,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B76A color. Also use rgb(114,183,106) instead hex code.

Text Font Color

.myTextColor { color: #72B76A; }

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

This text font color is #72B76A.

Background Color

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

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

This div background color is #72B76A.

Border color

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

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

This div border color is #72B76A.

Opacity

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

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

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

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

This text has shadow with #72B76A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72B76A.

Preview

Color preview on black background

This text has color #72B76A on black background.


Color preview on white background

This text has color #72B76A on white background.


Black color preview on #72B76A background

This text has black color on #72B76A background.


White color preview on #72B76A background

This text has white color on #72B76A background.


Related colors

Complementary color

Complementary color for #hex is #8D4895.


I love getcolorcode.com

Triadic colors

1 #6A72B7 and #B76A72 with #72B76A are triadic colors.

2 #6AB772 and #B7726A with #72B76A are triadic colors.