COLOR #72B94F

HEX: #72B94F
RGB: (114,185,79)

Color info

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

RGB color model

#72B94F color RGB value is (114,185,79).

  • red value is 114;
  • green value is 185;
  • blue value is 79.
RGB:
(114,185,79)
(45%,73%,31%)

RGB channels and saturation

R 114 of 255 = 45%
G 185 of 255 = 73%
B 79 of 255 = 31%

114
185
79

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

Portions of RGB colors in percentages

R + G + B =
114 + 185 + 79 = 378 (100%)
R 114 of 378 ~ 30.16%
G 185 of 378 ~ 48.94%
B 79 of 378 ~ 20.9%

%30.16
%48.94
%20.9

CMYK color model

#72B94F color CMYK value is (38,0,57,27).

  • cyan value is 38.38%
  • magenta value is 0.00%
  • yellow value is 57.30%
  • key color value is 27.45%
CMYK:
(38,0,57,27)
C38M0Y57K27 
(38%,0%,57%,27%)
(0.38/0.00/0.57/0.27)	

CMYK percentages

%38.38
%0
%57.3
%27.45

Codes

Color #72B94F in popluar color models

72B94F
RGB11418579
HSL100°43.09%51.76%
HSB/HSV100°57.30%72.55%
CMYK38.38%0.00%57.30%
27.45%

Color #72B94F in popluar number systems.

HEX72B94F
Decimal11418579
Binary1110010101110011001111
Octal162271117

Shades and tints

Shades of #72B94F

#72B94F
(114,185,79)
#68A948
(104,169,72)
#5E9941
(94,153,65)
#54893A
(84,137,58)
#4A7933
(74,121,51)
#40692C
(64,105,44)
#365925
(54,89,37)
#2C491E
(44,73,30)
#223917
(34,57,23)
#182910
(24,41,16)
#0E1909
(14,25,9)
#000000
(0,0,0)

Tints of #72B94F

#72B94F
(114,185,79)
#7EBF5F
(126,191,95)
#8AC56F
(138,197,111)
#96CB7F
(150,203,127)
#A2D18F
(162,209,143)
#AED79F
(174,215,159)
#BADDAF
(186,221,175)
#C6E3BF
(198,227,191)
#D2E9CF
(210,233,207)
#DEEFDF
(222,239,223)
#EAF5EF
(234,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B94F color. Also use rgb(114,185,79) instead hex code.

Text Font Color

.myTextColor { color: #72B94F; }

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

This text font color is #72B94F.


Background Color

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

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

This div background color is #72B94F.


Border color

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

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

This div border color is #72B94F.


Opacity

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

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

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

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

This text has shadow with #72B94F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B94F on black background.


Color preview on white background

This text has color #72B94F on white background.



Black color preview on #72B94F background

This text has black color on #72B94F background.


White color preview on #72B94F background

This text has white color on #72B94F background.