COLOR #72B969

HEX: #72B969
RGB: (114,185,105)

Color info

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

RGB color model

#72B969 color RGB value is (114,185,105).

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

RGB channels and saturation

R 114 of 255 = 45%
G 185 of 255 = 73%
B 105 of 255 = 41%

114
185
105

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

Portions of RGB colors in percentages

R + G + B =
114 + 185 + 105 = 404 (100%)
R 114 of 404 ~ 28.22%
G 185 of 404 ~ 45.79%
B 105 of 404 ~ 25.99%

%28.22
%45.79
%25.99

CMYK color model

#72B969 color CMYK value is (38,0,43,27).

  • cyan value is 38.38%
  • magenta value is 0.00%
  • yellow value is 43.24%
  • key color value is 27.45%
CMYK:
(38,0,43,27)
C38M0Y43K27 
(38%,0%,43%,27%)
(0.38/0.00/0.43/0.27)	

CMYK percentages

%38.38
%0
%43.24
%27.45

Codes

Color #72B969 in popluar color models

72B969
RGB114185105
HSL113°36.36%56.86%
HSB/HSV113°43.24%72.55%
CMYK38.38%0.00%43.24%
27.45%

Color #72B969 in popluar number systems.

HEX72B969
Decimal114185105
Binary1110010101110011101001
Octal162271151

Shades and tints

Shades of #72B969

#72B969
(114,185,105)
#68A960
(104,169,96)
#5E9957
(94,153,87)
#54894E
(84,137,78)
#4A7945
(74,121,69)
#40693C
(64,105,60)
#365933
(54,89,51)
#2C492A
(44,73,42)
#223921
(34,57,33)
#182918
(24,41,24)
#0E190F
(14,25,15)
#000000
(0,0,0)

Tints of #72B969

#72B969
(114,185,105)
#7EBF76
(126,191,118)
#8AC583
(138,197,131)
#96CB90
(150,203,144)
#A2D19D
(162,209,157)
#AED7AA
(174,215,170)
#BADDB7
(186,221,183)
#C6E3C4
(198,227,196)
#D2E9D1
(210,233,209)
#DEEFDE
(222,239,222)
#EAF5EB
(234,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B969; }

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

This text font color is #72B969.


Background Color

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

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

This div background color is #72B969.


Border color

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

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

This div border color is #72B969.


Opacity

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

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

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

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

This text has shadow with #72B969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B969 on black background.


Color preview on white background

This text has color #72B969 on white background.



Black color preview on #72B969 background

This text has black color on #72B969 background.


White color preview on #72B969 background

This text has white color on #72B969 background.