COLOR #72BE6D

HEX: #72BE6D RGB: (114,190,109)

Color info

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

RGB color model

#72BE6D color RGB value is (114,190,109).

RGB: (114,190,109) (45%, 75%, 43%)

RGB channels and saturation

R 114 of 255 = 45%
G 190 of 255 = 75%
B 109 of 255 = 43%

114
190
109

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

Portions of RGB colors in percentages

R + G + B = 114 + 190 + 109 = 413 (100%)
R 114 of 413 ~ 27.6%
G 190 of 413 ~ 46%
B 109 of 413 ~ 26.39'%

%27.6
%46
%26.39

CMYK color model

#72BE6D color CMYK value is (40,0,43,25).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 42.63%
  • key color value is 25.49%
CMYK: (40,0,43,25) C40M0Y43K25 (40%,0%,43%,25%) (0.40/0.00/0.43/0.25) 

CMYK percentages

%40
%0
%42.63
%25.49

Codes

Color #72BE6D in popluar color models

72 BE 6D
RGB 114 190 109
HSL 116° 38.39% 58.63%
HSB/HSV 116° 42.63% 74.51%
CMYK 40.00% 0.00% 42.63%
25.49%

Color #72BE6D in popluar number systems.

HEX 72 BE 6D
Decimal 114 190 109
Binary 1110010 10111110 1101101
Octal 162 276 155

Shades and tints

Shades of #72BE6D

#72BE6D
(114,190,109)
#68AD64
(104,173,100)
#5E9C5B
(94,156,91)
#548B52
(84,139,82)
#4A7A49
(74,122,73)
#406940
(64,105,64)
#365837
(54,88,55)
#2C472E
(44,71,46)
#223625
(34,54,37)
#18251C
(24,37,28)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #72BE6D

#72BE6D
(114,190,109)
#7EC37A
(126,195,122)
#8AC887
(138,200,135)
#96CD94
(150,205,148)
#A2D2A1
(162,210,161)
#AED7AE
(174,215,174)
#BADCBB
(186,220,187)
#C6E1C8
(198,225,200)
#D2E6D5
(210,230,213)
#DEEBE2
(222,235,226)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72BE6D; }

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

This text font color is #72BE6D.

Background Color

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

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

This div background color is #72BE6D.

Border color

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

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

This div border color is #72BE6D.

Opacity

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

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

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

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

This text has shadow with #72BE6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72BE6D.

Preview

Color preview on black background

This text has color #72BE6D on black background.


Color preview on white background

This text has color #72BE6D on white background.


Black color preview on #72BE6D background

This text has black color on #72BE6D background.


White color preview on #72BE6D background

This text has white color on #72BE6D background.


Related colors

Complementary color

Complementary color for #hex is #8D4192.


I love getcolorcode.com

Triadic colors

1 #6D72BE and #BE6D72 with #72BE6D are triadic colors.

2 #6DBE72 and #BE726D with #72BE6D are triadic colors.