COLOR #72BA5A

HEX: #72BA5A
RGB: (114,186,90)

Color info

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

RGB color model

#72BA5A color RGB value is (114,186,90).

  • red value is 114;
  • green value is 186;
  • blue value is 90.
RGB:
(114,186,90)
(45%,73%,35%)

RGB channels and saturation

R 114 of 255 = 45%
G 186 of 255 = 73%
B 90 of 255 = 35%

114
186
90

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

Portions of RGB colors in percentages

R + G + B =
114 + 186 + 90 = 390 (100%)
R 114 of 390 ~ 29.23%
G 186 of 390 ~ 47.69%
B 90 of 390 ~ 23.08%

%29.23
%47.69
%23.08

CMYK color model

#72BA5A color CMYK value is (39,0,52,27).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 27.06%
CMYK:
(39,0,52,27)
C39M0Y52K27 
(39%,0%,52%,27%)
(0.39/0.00/0.52/0.27)	

CMYK percentages

%38.71
%0
%51.61
%27.06

Codes

Color #72BA5A in popluar color models

72BA5A
RGB11418690
HSL105°41.03%54.12%
HSB/HSV105°51.61%72.94%
CMYK38.71%0.00%51.61%
27.06%

Color #72BA5A in popluar number systems.

HEX72BA5A
Decimal11418690
Binary1110010101110101011010
Octal162272132

Shades and tints

Shades of #72BA5A

#72BA5A
(114,186,90)
#68AA52
(104,170,82)
#5E9A4A
(94,154,74)
#548A42
(84,138,66)
#4A7A3A
(74,122,58)
#406A32
(64,106,50)
#365A2A
(54,90,42)
#2C4A22
(44,74,34)
#223A1A
(34,58,26)
#182A12
(24,42,18)
#0E1A0A
(14,26,10)
#000000
(0,0,0)

Tints of #72BA5A

#72BA5A
(114,186,90)
#7EC069
(126,192,105)
#8AC678
(138,198,120)
#96CC87
(150,204,135)
#A2D296
(162,210,150)
#AED8A5
(174,216,165)
#BADEB4
(186,222,180)
#C6E4C3
(198,228,195)
#D2EAD2
(210,234,210)
#DEF0E1
(222,240,225)
#EAF6F0
(234,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72BA5A color. Also use rgb(114,186,90) instead hex code.

Text Font Color

.myTextColor { color: #72BA5A; }

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

This text font color is #72BA5A.


Background Color

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

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

This div background color is #72BA5A.


Border color

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

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

This div border color is #72BA5A.


Opacity

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

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

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

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

This text has shadow with #72BA5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BA5A on black background.


Color preview on white background

This text has color #72BA5A on white background.



Black color preview on #72BA5A background

This text has black color on #72BA5A background.


White color preview on #72BA5A background

This text has white color on #72BA5A background.