COLOR #72B564

HEX: #72B564 RGB: (114,181,100)

Color info

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

RGB color model

#72B564 color RGB value is (114,181,100).

RGB: (114,181,100) (45%, 71%, 39%)

RGB channels and saturation

R 114 of 255 = 45%
G 181 of 255 = 71%
B 100 of 255 = 39%

114
181
100

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

Portions of RGB colors in percentages

R + G + B = 114 + 181 + 100 = 395 (100%)
R 114 of 395 ~ 28.86%
G 181 of 395 ~ 45.82%
B 100 of 395 ~ 25.32'%

%28.86
%45.82
%25.32

CMYK color model

#72B564 color CMYK value is (37,0,45,29).

  • cyan value is 37.02%
  • magenta value is 0.00%
  • yellow value is 44.75%
  • key color value is 29.02%

CMYK: (37,0,45,29)
C37M0Y45K29 (37%, 0%, 45%, 29%)
(0.37 / 0.00 / 0.45 / 0.29)

CMYK percentages

%37.02
%0
%44.75
%29.02

Codes

Color #72B564 in popluar color models

72 B5 64
RGB 114 181 100
HSL 110° 35.37% 55.10%
HSB/HSV 110° 44.75% 70.98%
CMYK 37.02% 0.00% 44.75%
29.02%

Color #72B564 in popluar number systems.

HEX 72 B5 64
Decimal 114 181 100
Binary 1110010 10110101 1100100
Octal 162 265 144

Shades and tints

Shades of #72B564

#72B564
(114,181,100)
#68A55B
(104,165,91)
#5E9552
(94,149,82)
#548549
(84,133,73)
#4A7540
(74,117,64)
#406537
(64,101,55)
#36552E
(54,85,46)
#2C4525
(44,69,37)
#22351C
(34,53,28)
#182513
(24,37,19)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #72B564

#72B564
(114,181,100)
#7EBB72
(126,187,114)
#8AC180
(138,193,128)
#96C78E
(150,199,142)
#A2CD9C
(162,205,156)
#AED3AA
(174,211,170)
#BAD9B8
(186,217,184)
#C6DFC6
(198,223,198)
#D2E5D4
(210,229,212)
#DEEBE2
(222,235,226)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B564 color. Also use rgb(114,181,100) instead hex code.

Text Font Color

.myTextColor { color: #72B564; }

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

This text font color is #72B564.

Background Color

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

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

This div background color is #72B564.

Border color

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

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

This div border color is #72B564.

Opacity

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

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

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

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

This text has shadow with #72B564 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72B564.

Preview

Color preview on black background

This text has color #72B564 on black background.


Color preview on white background

This text has color #72B564 on white background.


Black color preview on #72B564 background

This text has black color on #72B564 background.


White color preview on #72B564 background

This text has white color on #72B564 background.


Related colors

Complementary color

Complementary color for #hex is #8D4A9B.


I love getcolorcode.com

Triadic colors

1 #6472B5 and #B56472 with #72B564 are triadic colors.

2 #64B572 and #B57264 with #72B564 are triadic colors.