COLOR #72A062

HEX: #72A062
RGB: (114,160,98)

Color info

#72A062 contains mainly red and green colors. Web safe color of #72A062 is #669966 (or #696).

RGB color model

#72A062 color RGB value is (114,160,98).

  • red value is 114;
  • green value is 160;
  • blue value is 98.
RGB:
(114,160,98)
(45%,63%,38%)

RGB channels and saturation

R 114 of 255 = 45%
G 160 of 255 = 63%
B 98 of 255 = 38%

114
160
98

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

Portions of RGB colors in percentages

R + G + B =
114 + 160 + 98 = 372 (100%)
R 114 of 372 ~ 30.65%
G 160 of 372 ~ 43.01%
B 98 of 372 ~ 26.34%

%30.65
%43.01
%26.34

CMYK color model

#72A062 color CMYK value is (29,0,39,37).

  • cyan value is 28.75%
  • magenta value is 0.00%
  • yellow value is 38.75%
  • key color value is 37.25%
CMYK:
(29,0,39,37)
C29M0Y39K37 
(29%,0%,39%,37%)
(0.29/0.00/0.39/0.37)	

CMYK percentages

%28.75
%0
%38.75
%37.25

Codes

Color #72A062 in popluar color models

72A062
RGB11416098
HSL105°24.60%50.59%
HSB/HSV105°38.75%62.75%
CMYK28.75%0.00%38.75%
37.25%

Color #72A062 in popluar number systems.

HEX72A062
Decimal11416098
Binary1110010101000001100010
Octal162240142

Shades and tints

Shades of #72A062

#72A062
(114,160,98)
#68925A
(104,146,90)
#5E8452
(94,132,82)
#54764A
(84,118,74)
#4A6842
(74,104,66)
#405A3A
(64,90,58)
#364C32
(54,76,50)
#2C3E2A
(44,62,42)
#223022
(34,48,34)
#18221A
(24,34,26)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #72A062

#72A062
(114,160,98)
#7EA870
(126,168,112)
#8AB07E
(138,176,126)
#96B88C
(150,184,140)
#A2C09A
(162,192,154)
#AEC8A8
(174,200,168)
#BAD0B6
(186,208,182)
#C6D8C4
(198,216,196)
#D2E0D2
(210,224,210)
#DEE8E0
(222,232,224)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A062; }

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

This text font color is #72A062.


Background Color

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

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

This div background color is #72A062.


Border color

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

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

This div border color is #72A062.


Opacity

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

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

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

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

This text has shadow with #72A062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A062 on black background.


Color preview on white background

This text has color #72A062 on white background.



Black color preview on #72A062 background

This text has black color on #72A062 background.


White color preview on #72A062 background

This text has white color on #72A062 background.