COLOR #72C661

HEX: #72C661 RGB: (114,198,97)

Color info

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

RGB color model

#72C661 color RGB value is (114,198,97).

RGB: (114,198,97) (45%, 78%, 38%)

RGB channels and saturation

R 114 of 255 = 45%
G 198 of 255 = 78%
B 97 of 255 = 38%

114
198
97

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

Portions of RGB colors in percentages

R + G + B = 114 + 198 + 97 = 409 (100%)
R 114 of 409 ~ 27.87%
G 198 of 409 ~ 48.41%
B 97 of 409 ~ 23.72'%

%27.87
%48.41
%23.72

CMYK color model

#72C661 color CMYK value is (42,0,51,22).

  • cyan value is 42.42%
  • magenta value is 0.00%
  • yellow value is 51.01%
  • key color value is 22.35%

CMYK: (42,0,51,22)
C42M0Y51K22 (42%, 0%, 51%, 22%)
(0.42 / 0.00 / 0.51 / 0.22)

CMYK percentages

%42.42
%0
%51.01
%22.35

Codes

Color #72C661 in popluar color models

72 C6 61
RGB 114 198 97
HSL 110° 46.98% 57.84%
HSB/HSV 110° 51.01% 77.65%
CMYK 42.42% 0.00% 51.01%
22.35%

Color #72C661 in popluar number systems.

HEX 72 C6 61
Decimal 114 198 97
Binary 1110010 11000110 1100001
Octal 162 306 141

Shades and tints

Shades of #72C661

#72C661
(114,198,97)
#68B459
(104,180,89)
#5EA251
(94,162,81)
#549049
(84,144,73)
#4A7E41
(74,126,65)
#406C39
(64,108,57)
#365A31
(54,90,49)
#2C4829
(44,72,41)
#223621
(34,54,33)
#182419
(24,36,25)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #72C661

#72C661
(114,198,97)
#7ECB6F
(126,203,111)
#8AD07D
(138,208,125)
#96D58B
(150,213,139)
#A2DA99
(162,218,153)
#AEDFA7
(174,223,167)
#BAE4B5
(186,228,181)
#C6E9C3
(198,233,195)
#D2EED1
(210,238,209)
#DEF3DF
(222,243,223)
#EAF8ED
(234,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C661 color. Also use rgb(114,198,97) instead hex code.

Text Font Color

.myTextColor { color: #72C661; }

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

This text font color is #72C661.

Background Color

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

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

This div background color is #72C661.

Border color

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

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

This div border color is #72C661.

Opacity

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

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

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

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

This text has shadow with #72C661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72C661.

Preview

Color preview on black background

This text has color #72C661 on black background.


Color preview on white background

This text has color #72C661 on white background.


Black color preview on #72C661 background

This text has black color on #72C661 background.


White color preview on #72C661 background

This text has white color on #72C661 background.


Related colors

Complementary color

Complementary color for #hex is #8D399E.


I love getcolorcode.com

Triadic colors

1 #6172C6 and #C66172 with #72C661 are triadic colors.

2 #61C672 and #C67261 with #72C661 are triadic colors.