COLOR #72B955

HEX: #72B955 RGB: (114,185,85)

Color info

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

RGB color model

#72B955 color RGB value is (114,185,85).

RGB: (114,185,85) (45%, 73%, 33%)

RGB channels and saturation

R 114 of 255 = 45%
G 185 of 255 = 73%
B 85 of 255 = 33%

114
185
85

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

Portions of RGB colors in percentages

R + G + B = 114 + 185 + 85 = 384 (100%)
R 114 of 384 ~ 29.69%
G 185 of 384 ~ 48.18%
B 85 of 384 ~ 22.14'%

%29.69
%48.18
%22.14

CMYK color model

#72B955 color CMYK value is (38,0,54,27).

  • cyan value is 38.38%
  • magenta value is 0.00%
  • yellow value is 54.05%
  • key color value is 27.45%

CMYK: (38,0,54,27)
C38M0Y54K27 (38%, 0%, 54%, 27%)
(0.38 / 0.00 / 0.54 / 0.27)

CMYK percentages

%38.38
%0
%54.05
%27.45

Codes

Color #72B955 in popluar color models

72 B9 55
RGB 114 185 85
HSL 103° 41.67% 52.94%
HSB/HSV 103° 54.05% 72.55%
CMYK 38.38% 0.00% 54.05%
27.45%

Color #72B955 in popluar number systems.

HEX 72 B9 55
Decimal 114 185 85
Binary 1110010 10111001 1010101
Octal 162 271 125

Shades and tints

Shades of #72B955

#72B955
(114,185,85)
#68A94E
(104,169,78)
#5E9947
(94,153,71)
#548940
(84,137,64)
#4A7939
(74,121,57)
#406932
(64,105,50)
#36592B
(54,89,43)
#2C4924
(44,73,36)
#22391D
(34,57,29)
#182916
(24,41,22)
#0E190F
(14,25,15)
#000000
(0,0,0)

Tints of #72B955

#72B955
(114,185,85)
#7EBF64
(126,191,100)
#8AC573
(138,197,115)
#96CB82
(150,203,130)
#A2D191
(162,209,145)
#AED7A0
(174,215,160)
#BADDAF
(186,221,175)
#C6E3BE
(198,227,190)
#D2E9CD
(210,233,205)
#DEEFDC
(222,239,220)
#EAF5EB
(234,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B955; }

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

This text font color is #72B955.

Background Color

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

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

This div background color is #72B955.

Border color

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

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

This div border color is #72B955.

Opacity

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

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

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

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

This text has shadow with #72B955 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72B955.

Preview

Color preview on black background

This text has color #72B955 on black background.


Color preview on white background

This text has color #72B955 on white background.


Black color preview on #72B955 background

This text has black color on #72B955 background.


White color preview on #72B955 background

This text has white color on #72B955 background.


Related colors

Complementary color

Complementary color for #hex is #8D46AA.


I love getcolorcode.com

Triadic colors

1 #5572B9 and #B95572 with #72B955 are triadic colors.

2 #55B972 and #B97255 with #72B955 are triadic colors.