COLOR #72BE6A

HEX: #72BE6A
RGB: (114,190,106)

Color info

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

RGB color model

#72BE6A color RGB value is (114,190,106).

  • red value is 114;
  • green value is 190;
  • blue value is 106.
RGB:
(114,190,106)
(45%,75%,42%)

RGB channels and saturation

R 114 of 255 = 45%
G 190 of 255 = 75%
B 106 of 255 = 42%

114
190
106

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

Portions of RGB colors in percentages

R + G + B =
114 + 190 + 106 = 410 (100%)
R 114 of 410 ~ 27.8%
G 190 of 410 ~ 46.34%
B 106 of 410 ~ 25.85%

%27.8
%46.34
%25.85

CMYK color model

#72BE6A color CMYK value is (40,0,44,25).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 44.21%
  • key color value is 25.49%
CMYK:
(40,0,44,25)
C40M0Y44K25 
(40%,0%,44%,25%)
(0.40/0.00/0.44/0.25)	

CMYK percentages

%40
%0
%44.21
%25.49

Codes

Color #72BE6A in popluar color models

72BE6A
RGB114190106
HSL114°39.25%58.04%
HSB/HSV114°44.21%74.51%
CMYK40.00%0.00%44.21%
25.49%

Color #72BE6A in popluar number systems.

HEX72BE6A
Decimal114190106
Binary1110010101111101101010
Octal162276152

Shades and tints

Shades of #72BE6A

#72BE6A
(114,190,106)
#68AD61
(104,173,97)
#5E9C58
(94,156,88)
#548B4F
(84,139,79)
#4A7A46
(74,122,70)
#40693D
(64,105,61)
#365834
(54,88,52)
#2C472B
(44,71,43)
#223622
(34,54,34)
#182519
(24,37,25)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #72BE6A

#72BE6A
(114,190,106)
#7EC377
(126,195,119)
#8AC884
(138,200,132)
#96CD91
(150,205,145)
#A2D29E
(162,210,158)
#AED7AB
(174,215,171)
#BADCB8
(186,220,184)
#C6E1C5
(198,225,197)
#D2E6D2
(210,230,210)
#DEEBDF
(222,235,223)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72BE6A; }

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

This text font color is #72BE6A.


Background Color

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

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

This div background color is #72BE6A.


Border color

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

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

This div border color is #72BE6A.


Opacity

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

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

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

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

This text has shadow with #72BE6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BE6A on black background.


Color preview on white background

This text has color #72BE6A on white background.



Black color preview on #72BE6A background

This text has black color on #72BE6A background.


White color preview on #72BE6A background

This text has white color on #72BE6A background.