COLOR #72A466

HEX: #72A466
RGB: (114,164,102)

Color info

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

RGB color model

#72A466 color RGB value is (114,164,102).

  • red value is 114;
  • green value is 164;
  • blue value is 102.
RGB:
(114,164,102)
(45%,64%,40%)

RGB channels and saturation

R 114 of 255 = 45%
G 164 of 255 = 64%
B 102 of 255 = 40%

114
164
102

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

Portions of RGB colors in percentages

R + G + B =
114 + 164 + 102 = 380 (100%)
R 114 of 380 ~ 30%
G 164 of 380 ~ 43.16%
B 102 of 380 ~ 26.84%

%30
%43.16
%26.84

CMYK color model

#72A466 color CMYK value is (30,0,38,36).

  • cyan value is 30.49%
  • magenta value is 0.00%
  • yellow value is 37.80%
  • key color value is 35.69%
CMYK:
(30,0,38,36)
C30M0Y38K36 
(30%,0%,38%,36%)
(0.30/0.00/0.38/0.36)	

CMYK percentages

%30.49
%0
%37.8
%35.69

Codes

Color #72A466 in popluar color models

72A466
RGB114164102
HSL108°25.41%52.16%
HSB/HSV108°37.80%64.31%
CMYK30.49%0.00%37.80%
35.69%

Color #72A466 in popluar number systems.

HEX72A466
Decimal114164102
Binary1110010101001001100110
Octal162244146

Shades and tints

Shades of #72A466

#72A466
(114,164,102)
#68965D
(104,150,93)
#5E8854
(94,136,84)
#547A4B
(84,122,75)
#4A6C42
(74,108,66)
#405E39
(64,94,57)
#365030
(54,80,48)
#2C4227
(44,66,39)
#22341E
(34,52,30)
#182615
(24,38,21)
#0E180C
(14,24,12)
#000000
(0,0,0)

Tints of #72A466

#72A466
(114,164,102)
#7EAC73
(126,172,115)
#8AB480
(138,180,128)
#96BC8D
(150,188,141)
#A2C49A
(162,196,154)
#AECCA7
(174,204,167)
#BAD4B4
(186,212,180)
#C6DCC1
(198,220,193)
#D2E4CE
(210,228,206)
#DEECDB
(222,236,219)
#EAF4E8
(234,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A466 color. Also use rgb(114,164,102) instead hex code.

Text Font Color

.myTextColor { color: #72A466; }

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

This text font color is #72A466.


Background Color

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

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

This div background color is #72A466.


Border color

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

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

This div border color is #72A466.


Opacity

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

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

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

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

This text has shadow with #72A466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A466 on black background.


Color preview on white background

This text has color #72A466 on white background.



Black color preview on #72A466 background

This text has black color on #72A466 background.


White color preview on #72A466 background

This text has white color on #72A466 background.