COLOR #72C075

HEX: #72C075
RGB: (114,192,117)

Color info

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

RGB color model

#72C075 color RGB value is (114,192,117).

  • red value is 114;
  • green value is 192;
  • blue value is 117.
RGB:
(114,192,117)
(45%,75%,46%)

RGB channels and saturation

R 114 of 255 = 45%
G 192 of 255 = 75%
B 117 of 255 = 46%

114
192
117

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

Portions of RGB colors in percentages

R + G + B =
114 + 192 + 117 = 423 (100%)
R 114 of 423 ~ 26.95%
G 192 of 423 ~ 45.39%
B 117 of 423 ~ 27.66%

%26.95
%45.39
%27.66

CMYK color model

#72C075 color CMYK value is (41,0,39,25).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 39.06%
  • key color value is 24.71%
CMYK:
(41,0,39,25)
C41M0Y39K25 
(41%,0%,39%,25%)
(0.41/0.00/0.39/0.25)	

CMYK percentages

%40.63
%0
%39.06
%24.71

Codes

Color #72C075 in popluar color models

72C075
RGB114192117
HSL122°38.24%60.00%
HSB/HSV122°40.63%75.29%
CMYK40.63%0.00%39.06%
24.71%

Color #72C075 in popluar number systems.

HEX72C075
Decimal114192117
Binary1110010110000001110101
Octal162300165

Shades and tints

Shades of #72C075

#72C075
(114,192,117)
#68AF6B
(104,175,107)
#5E9E61
(94,158,97)
#548D57
(84,141,87)
#4A7C4D
(74,124,77)
#406B43
(64,107,67)
#365A39
(54,90,57)
#2C492F
(44,73,47)
#223825
(34,56,37)
#18271B
(24,39,27)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #72C075

#72C075
(114,192,117)
#7EC581
(126,197,129)
#8ACA8D
(138,202,141)
#96CF99
(150,207,153)
#A2D4A5
(162,212,165)
#AED9B1
(174,217,177)
#BADEBD
(186,222,189)
#C6E3C9
(198,227,201)
#D2E8D5
(210,232,213)
#DEEDE1
(222,237,225)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C075 color. Also use rgb(114,192,117) instead hex code.

Text Font Color

.myTextColor { color: #72C075; }

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

This text font color is #72C075.


Background Color

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

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

This div background color is #72C075.


Border color

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

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

This div border color is #72C075.


Opacity

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

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

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

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

This text has shadow with #72C075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C075 on black background.


Color preview on white background

This text has color #72C075 on white background.



Black color preview on #72C075 background

This text has black color on #72C075 background.


White color preview on #72C075 background

This text has white color on #72C075 background.