COLOR #72A55F

HEX: #72A55F
RGB: (114,165,95)

Color info

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

RGB color model

#72A55F color RGB value is (114,165,95).

  • red value is 114;
  • green value is 165;
  • blue value is 95.
RGB:
(114,165,95)
(45%,65%,37%)

RGB channels and saturation

R 114 of 255 = 45%
G 165 of 255 = 65%
B 95 of 255 = 37%

114
165
95

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

Portions of RGB colors in percentages

R + G + B =
114 + 165 + 95 = 374 (100%)
R 114 of 374 ~ 30.48%
G 165 of 374 ~ 44.12%
B 95 of 374 ~ 25.4%

%30.48
%44.12
%25.4

CMYK color model

#72A55F color CMYK value is (31,0,42,35).

  • cyan value is 30.91%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 35.29%
CMYK:
(31,0,42,35)
C31M0Y42K35 
(31%,0%,42%,35%)
(0.31/0.00/0.42/0.35)	

CMYK percentages

%30.91
%0
%42.42
%35.29

Codes

Color #72A55F in popluar color models

72A55F
RGB11416595
HSL104°28.00%50.98%
HSB/HSV104°42.42%64.71%
CMYK30.91%0.00%42.42%
35.29%

Color #72A55F in popluar number systems.

HEX72A55F
Decimal11416595
Binary1110010101001011011111
Octal162245137

Shades and tints

Shades of #72A55F

#72A55F
(114,165,95)
#689657
(104,150,87)
#5E874F
(94,135,79)
#547847
(84,120,71)
#4A693F
(74,105,63)
#405A37
(64,90,55)
#364B2F
(54,75,47)
#2C3C27
(44,60,39)
#222D1F
(34,45,31)
#181E17
(24,30,23)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #72A55F

#72A55F
(114,165,95)
#7EAD6D
(126,173,109)
#8AB57B
(138,181,123)
#96BD89
(150,189,137)
#A2C597
(162,197,151)
#AECDA5
(174,205,165)
#BAD5B3
(186,213,179)
#C6DDC1
(198,221,193)
#D2E5CF
(210,229,207)
#DEEDDD
(222,237,221)
#EAF5EB
(234,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A55F color. Also use rgb(114,165,95) instead hex code.

Text Font Color

.myTextColor { color: #72A55F; }

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

This text font color is #72A55F.


Background Color

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

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

This div background color is #72A55F.


Border color

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

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

This div border color is #72A55F.


Opacity

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

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

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

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

This text has shadow with #72A55F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A55F on black background.


Color preview on white background

This text has color #72A55F on white background.



Black color preview on #72A55F background

This text has black color on #72A55F background.


White color preview on #72A55F background

This text has white color on #72A55F background.