COLOR #72B760

HEX: #72B760 RGB: (114,183,96)

Color info

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

RGB color model

#72B760 color RGB value is (114,183,96).

RGB: (114,183,96) (45%, 72%, 38%)

RGB channels and saturation

R 114 of 255 = 45%
G 183 of 255 = 72%
B 96 of 255 = 38%

114
183
96

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

Portions of RGB colors in percentages

R + G + B = 114 + 183 + 96 = 393 (100%)
R 114 of 393 ~ 29.01%
G 183 of 393 ~ 46.56%
B 96 of 393 ~ 24.43'%

%29.01
%46.56
%24.43

CMYK color model

#72B760 color CMYK value is (38,0,48,28).

  • cyan value is 37.70%
  • magenta value is 0.00%
  • yellow value is 47.54%
  • key color value is 28.24%

CMYK: (38,0,48,28)
C38M0Y48K28 (38%, 0%, 48%, 28%)
(0.38 / 0.00 / 0.48 / 0.28)

CMYK percentages

%37.7
%0
%47.54
%28.24

Codes

Color #72B760 in popluar color models

72 B7 60
RGB 114 183 96
HSL 108° 37.66% 54.71%
HSB/HSV 108° 47.54% 71.76%
CMYK 37.70% 0.00% 47.54%
28.24%

Color #72B760 in popluar number systems.

HEX 72 B7 60
Decimal 114 183 96
Binary 1110010 10110111 1100000
Octal 162 267 140

Shades and tints

Shades of #72B760

#72B760
(114,183,96)
#68A758
(104,167,88)
#5E9750
(94,151,80)
#548748
(84,135,72)
#4A7740
(74,119,64)
#406738
(64,103,56)
#365730
(54,87,48)
#2C4728
(44,71,40)
#223720
(34,55,32)
#182718
(24,39,24)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #72B760

#72B760
(114,183,96)
#7EBD6E
(126,189,110)
#8AC37C
(138,195,124)
#96C98A
(150,201,138)
#A2CF98
(162,207,152)
#AED5A6
(174,213,166)
#BADBB4
(186,219,180)
#C6E1C2
(198,225,194)
#D2E7D0
(210,231,208)
#DEEDDE
(222,237,222)
#EAF3EC
(234,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B760 color. Also use rgb(114,183,96) instead hex code.

Text Font Color

.myTextColor { color: #72B760; }

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

This text font color is #72B760.

Background Color

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

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

This div background color is #72B760.

Border color

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

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

This div border color is #72B760.

Opacity

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

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

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

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

This text has shadow with #72B760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72B760.

Preview

Color preview on black background

This text has color #72B760 on black background.


Color preview on white background

This text has color #72B760 on white background.


Black color preview on #72B760 background

This text has black color on #72B760 background.


White color preview on #72B760 background

This text has white color on #72B760 background.


Related colors

Complementary color

Complementary color for #hex is #8D489F.


I love getcolorcode.com

Triadic colors

1 #6072B7 and #B76072 with #72B760 are triadic colors.

2 #60B772 and #B77260 with #72B760 are triadic colors.