COLOR #72A368

HEX: #72A368
RGB: (114,163,104)

Color info

#72A368 contains red, green and blue colors in about the same proportion. Web safe color of #72A368 is #669966 (or #696).

RGB color model

#72A368 color RGB value is (114,163,104).

  • red value is 114;
  • green value is 163;
  • blue value is 104.
RGB:
(114,163,104)
(45%,64%,41%)

RGB channels and saturation

R 114 of 255 = 45%
G 163 of 255 = 64%
B 104 of 255 = 41%

114
163
104

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

Portions of RGB colors in percentages

R + G + B =
114 + 163 + 104 = 381 (100%)
R 114 of 381 ~ 29.92%
G 163 of 381 ~ 42.78%
B 104 of 381 ~ 27.3%

%29.92
%42.78
%27.3

CMYK color model

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

  • cyan value is 30.06%
  • magenta value is 0.00%
  • yellow value is 36.20%
  • key color value is 36.08%
CMYK:
(30,0,36,36)
C30M0Y36K36 
(30%,0%,36%,36%)
(0.30/0.00/0.36/0.36)	

CMYK percentages

%30.06
%0
%36.2
%36.08

Codes

Color #72A368 in popluar color models

72A368
RGB114163104
HSL110°24.28%52.35%
HSB/HSV110°36.20%63.92%
CMYK30.06%0.00%36.20%
36.08%

Color #72A368 in popluar number systems.

HEX72A368
Decimal114163104
Binary1110010101000111101000
Octal162243150

Shades and tints

Shades of #72A368

#72A368
(114,163,104)
#68955F
(104,149,95)
#5E8756
(94,135,86)
#54794D
(84,121,77)
#4A6B44
(74,107,68)
#405D3B
(64,93,59)
#364F32
(54,79,50)
#2C4129
(44,65,41)
#223320
(34,51,32)
#182517
(24,37,23)
#0E170E
(14,23,14)
#000000
(0,0,0)

Tints of #72A368

#72A368
(114,163,104)
#7EAB75
(126,171,117)
#8AB382
(138,179,130)
#96BB8F
(150,187,143)
#A2C39C
(162,195,156)
#AECBA9
(174,203,169)
#BAD3B6
(186,211,182)
#C6DBC3
(198,219,195)
#D2E3D0
(210,227,208)
#DEEBDD
(222,235,221)
#EAF3EA
(234,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A368 color. Also use rgb(114,163,104) instead hex code.

Text Font Color

.myTextColor { color: #72A368; }

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

This text font color is #72A368.


Background Color

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

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

This div background color is #72A368.


Border color

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

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

This div border color is #72A368.


Opacity

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

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

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

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

This text has shadow with #72A368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A368 on black background.


Color preview on white background

This text has color #72A368 on white background.



Black color preview on #72A368 background

This text has black color on #72A368 background.


White color preview on #72A368 background

This text has white color on #72A368 background.