COLOR #72BA4B

HEX: #72BA4B
RGB: (114,186,75)

Color info

#72BA4B contains mainly green color. Web safe color of #72BA4B is #66CC33 (or #6C3).

RGB color model

#72BA4B color RGB value is (114,186,75).

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

RGB channels and saturation

R 114 of 255 = 45%
G 186 of 255 = 73%
B 75 of 255 = 29%

114
186
75

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

Portions of RGB colors in percentages

R + G + B =
114 + 186 + 75 = 375 (100%)
R 114 of 375 ~ 30.4%
G 186 of 375 ~ 49.6%
B 75 of 375 ~ 20%

%30.4
%49.6
%20

CMYK color model

#72BA4B color CMYK value is (39,0,60,27).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 59.68%
  • key color value is 27.06%
CMYK:
(39,0,60,27)
C39M0Y60K27 
(39%,0%,60%,27%)
(0.39/0.00/0.60/0.27)	

CMYK percentages

%38.71
%0
%59.68
%27.06

Codes

Color #72BA4B in popluar color models

72BA4B
RGB11418675
HSL99°44.58%51.18%
HSB/HSV99°59.68%72.94%
CMYK38.71%0.00%59.68%
27.06%

Color #72BA4B in popluar number systems.

HEX72BA4B
Decimal11418675
Binary1110010101110101001011
Octal162272113

Shades and tints

Shades of #72BA4B

#72BA4B
(114,186,75)
#68AA45
(104,170,69)
#5E9A3F
(94,154,63)
#548A39
(84,138,57)
#4A7A33
(74,122,51)
#406A2D
(64,106,45)
#365A27
(54,90,39)
#2C4A21
(44,74,33)
#223A1B
(34,58,27)
#182A15
(24,42,21)
#0E1A0F
(14,26,15)
#000000
(0,0,0)

Tints of #72BA4B

#72BA4B
(114,186,75)
#7EC05B
(126,192,91)
#8AC66B
(138,198,107)
#96CC7B
(150,204,123)
#A2D28B
(162,210,139)
#AED89B
(174,216,155)
#BADEAB
(186,222,171)
#C6E4BB
(198,228,187)
#D2EACB
(210,234,203)
#DEF0DB
(222,240,219)
#EAF6EB
(234,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72BA4B; }

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

This text font color is #72BA4B.


Background Color

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

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

This div background color is #72BA4B.


Border color

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

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

This div border color is #72BA4B.


Opacity

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

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

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

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

This text has shadow with #72BA4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BA4B on black background.


Color preview on white background

This text has color #72BA4B on white background.



Black color preview on #72BA4B background

This text has black color on #72BA4B background.


White color preview on #72BA4B background

This text has white color on #72BA4B background.