COLOR #72B662

HEX: #72B662 RGB: (114,182,98)

Color info

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

RGB color model

#72B662 color RGB value is (114,182,98).

RGB: (114,182,98) (45%, 71%, 38%)

RGB channels and saturation

R 114 of 255 = 45%
G 182 of 255 = 71%
B 98 of 255 = 38%

114
182
98

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

Portions of RGB colors in percentages

R + G + B = 114 + 182 + 98 = 394 (100%)
R 114 of 394 ~ 28.93%
G 182 of 394 ~ 46.19%
B 98 of 394 ~ 24.87'%

%28.93
%46.19
%24.87

CMYK color model

#72B662 color CMYK value is (37,0,46,29).

  • cyan value is 37.36%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 28.63%

CMYK: (37,0,46,29)
C37M0Y46K29 (37%, 0%, 46%, 29%)
(0.37 / 0.00 / 0.46 / 0.29)

CMYK percentages

%37.36
%0
%46.15
%28.63

Codes

Color #72B662 in popluar color models

72 B6 62
RGB 114 182 98
HSL 109° 36.52% 54.90%
HSB/HSV 109° 46.15% 71.37%
CMYK 37.36% 0.00% 46.15%
28.63%

Color #72B662 in popluar number systems.

HEX 72 B6 62
Decimal 114 182 98
Binary 1110010 10110110 1100010
Octal 162 266 142

Shades and tints

Shades of #72B662

#72B662
(114,182,98)
#68A65A
(104,166,90)
#5E9652
(94,150,82)
#54864A
(84,134,74)
#4A7642
(74,118,66)
#40663A
(64,102,58)
#365632
(54,86,50)
#2C462A
(44,70,42)
#223622
(34,54,34)
#18261A
(24,38,26)
#0E1612
(14,22,18)
#000000
(0,0,0)

Tints of #72B662

#72B662
(114,182,98)
#7EBC70
(126,188,112)
#8AC27E
(138,194,126)
#96C88C
(150,200,140)
#A2CE9A
(162,206,154)
#AED4A8
(174,212,168)
#BADAB6
(186,218,182)
#C6E0C4
(198,224,196)
#D2E6D2
(210,230,210)
#DEECE0
(222,236,224)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B662 color. Also use rgb(114,182,98) instead hex code.

Text Font Color

.myTextColor { color: #72B662; }

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

This text font color is #72B662.

Background Color

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

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

This div background color is #72B662.

Border color

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

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

This div border color is #72B662.

Opacity

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

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

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

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

This text has shadow with #72B662 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72B662.

Preview

Color preview on black background

This text has color #72B662 on black background.


Color preview on white background

This text has color #72B662 on white background.


Black color preview on #72B662 background

This text has black color on #72B662 background.


White color preview on #72B662 background

This text has white color on #72B662 background.


Related colors

Complementary color

Complementary color for #hex is #8D499D.


I love getcolorcode.com

Triadic colors

1 #6272B6 and #B66272 with #72B662 are triadic colors.

2 #62B672 and #B67262 with #72B662 are triadic colors.