COLOR #72B05B

HEX: #72B05B
RGB: (114,176,91)

Color info

#72B05B contains mainly green color. Web safe color of #72B05B is #669966 (or #696).

RGB color model

#72B05B color RGB value is (114,176,91).

  • red value is 114;
  • green value is 176;
  • blue value is 91.
RGB:
(114,176,91)
(45%,69%,36%)

RGB channels and saturation

R 114 of 255 = 45%
G 176 of 255 = 69%
B 91 of 255 = 36%

114
176
91

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

Portions of RGB colors in percentages

R + G + B =
114 + 176 + 91 = 381 (100%)
R 114 of 381 ~ 29.92%
G 176 of 381 ~ 46.19%
B 91 of 381 ~ 23.88%

%29.92
%46.19
%23.88

CMYK color model

#72B05B color CMYK value is (35,0,48,31).

  • cyan value is 35.23%
  • magenta value is 0.00%
  • yellow value is 48.30%
  • key color value is 30.98%
CMYK:
(35,0,48,31)
C35M0Y48K31 
(35%,0%,48%,31%)
(0.35/0.00/0.48/0.31)	

CMYK percentages

%35.23
%0
%48.3
%30.98

Codes

Color #72B05B in popluar color models

72B05B
RGB11417691
HSL104°34.98%52.35%
HSB/HSV104°48.30%69.02%
CMYK35.23%0.00%48.30%
30.98%

Color #72B05B in popluar number systems.

HEX72B05B
Decimal11417691
Binary1110010101100001011011
Octal162260133

Shades and tints

Shades of #72B05B

#72B05B
(114,176,91)
#68A053
(104,160,83)
#5E904B
(94,144,75)
#548043
(84,128,67)
#4A703B
(74,112,59)
#406033
(64,96,51)
#36502B
(54,80,43)
#2C4023
(44,64,35)
#22301B
(34,48,27)
#182013
(24,32,19)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #72B05B

#72B05B
(114,176,91)
#7EB769
(126,183,105)
#8ABE77
(138,190,119)
#96C585
(150,197,133)
#A2CC93
(162,204,147)
#AED3A1
(174,211,161)
#BADAAF
(186,218,175)
#C6E1BD
(198,225,189)
#D2E8CB
(210,232,203)
#DEEFD9
(222,239,217)
#EAF6E7
(234,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B05B color. Also use rgb(114,176,91) instead hex code.

Text Font Color

.myTextColor { color: #72B05B; }

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

This text font color is #72B05B.


Background Color

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

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

This div background color is #72B05B.


Border color

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

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

This div border color is #72B05B.


Opacity

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

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

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

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

This text has shadow with #72B05B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B05B on black background.


Color preview on white background

This text has color #72B05B on white background.



Black color preview on #72B05B background

This text has black color on #72B05B background.


White color preview on #72B05B background

This text has white color on #72B05B background.