COLOR #72BD6D

HEX: #72BD6D
RGB: (114,189,109)

Color info

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

RGB color model

#72BD6D color RGB value is (114,189,109).

  • red value is 114;
  • green value is 189;
  • blue value is 109.
RGB:
(114,189,109)
(45%,74%,43%)

RGB channels and saturation

R 114 of 255 = 45%
G 189 of 255 = 74%
B 109 of 255 = 43%

114
189
109

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

Portions of RGB colors in percentages

R + G + B =
114 + 189 + 109 = 412 (100%)
R 114 of 412 ~ 27.67%
G 189 of 412 ~ 45.87%
B 109 of 412 ~ 26.46%

%27.67
%45.87
%26.46

CMYK color model

#72BD6D color CMYK value is (40,0,42,26).

  • cyan value is 39.68%
  • magenta value is 0.00%
  • yellow value is 42.33%
  • key color value is 25.88%
CMYK:
(40,0,42,26)
C40M0Y42K26 
(40%,0%,42%,26%)
(0.40/0.00/0.42/0.26)	

CMYK percentages

%39.68
%0
%42.33
%25.88

Codes

Color #72BD6D in popluar color models

72BD6D
RGB114189109
HSL116°37.74%58.43%
HSB/HSV116°42.33%74.12%
CMYK39.68%0.00%42.33%
25.88%

Color #72BD6D in popluar number systems.

HEX72BD6D
Decimal114189109
Binary1110010101111011101101
Octal162275155

Shades and tints

Shades of #72BD6D

#72BD6D
(114,189,109)
#68AC64
(104,172,100)
#5E9B5B
(94,155,91)
#548A52
(84,138,82)
#4A7949
(74,121,73)
#406840
(64,104,64)
#365737
(54,87,55)
#2C462E
(44,70,46)
#223525
(34,53,37)
#18241C
(24,36,28)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #72BD6D

#72BD6D
(114,189,109)
#7EC37A
(126,195,122)
#8AC987
(138,201,135)
#96CF94
(150,207,148)
#A2D5A1
(162,213,161)
#AEDBAE
(174,219,174)
#BAE1BB
(186,225,187)
#C6E7C8
(198,231,200)
#D2EDD5
(210,237,213)
#DEF3E2
(222,243,226)
#EAF9EF
(234,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72BD6D; }

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

This text font color is #72BD6D.


Background Color

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

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

This div background color is #72BD6D.


Border color

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

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

This div border color is #72BD6D.


Opacity

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

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

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

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

This text has shadow with #72BD6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BD6D on black background.


Color preview on white background

This text has color #72BD6D on white background.



Black color preview on #72BD6D background

This text has black color on #72BD6D background.


White color preview on #72BD6D background

This text has white color on #72BD6D background.