COLOR #8CC672

HEX: #8CC672 RGB: (140,198,114)

Color info

#8CC672 contains mainly red and green colors. Web safe color of #8CC672 is #99CC66 (or #9C6).

RGB color model

#8CC672 color RGB value is (140,198,114).

RGB: (140,198,114) (55%, 78%, 45%)

RGB channels and saturation

R 140 of 255 = 55%
G 198 of 255 = 78%
B 114 of 255 = 45%

140
198
114

R + G + B ~ 59%. #8CC672 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 198 + 114 = 452 (100%)
R 140 of 452 ~ 30.97%
G 198 of 452 ~ 43.81%
B 114 of 452 ~ 25.22'%

%30.97
%43.81
%25.22

CMYK color model

#8CC672 color CMYK value is (29,0,42,22).

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

CMYK: (29,0,42,22)
C29M0Y42K22 (29%, 0%, 42%, 22%)
(0.29 / 0.00 / 0.42 / 0.22)

CMYK percentages

%29.29
%0
%42.42
%22.35

Codes

Color #8CC672 in popluar color models

8C C6 72
RGB 140 198 114
HSL 101° 42.42% 61.18%
HSB/HSV 101° 42.42% 77.65%
CMYK 29.29% 0.00% 42.42%
22.35%

Color #8CC672 in popluar number systems.

HEX 8C C6 72
Decimal 140 198 114
Binary 10001100 11000110 1110010
Octal 214 306 162

Shades and tints

Shades of #8CC672

#8CC672
(140,198,114)
#80B468
(128,180,104)
#74A25E
(116,162,94)
#689054
(104,144,84)
#5C7E4A
(92,126,74)
#506C40
(80,108,64)
#445A36
(68,90,54)
#38482C
(56,72,44)
#2C3622
(44,54,34)
#202418
(32,36,24)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #8CC672

#8CC672
(140,198,114)
#96CB7E
(150,203,126)
#A0D08A
(160,208,138)
#AAD596
(170,213,150)
#B4DAA2
(180,218,162)
#BEDFAE
(190,223,174)
#C8E4BA
(200,228,186)
#D2E9C6
(210,233,198)
#DCEED2
(220,238,210)
#E6F3DE
(230,243,222)
#F0F8EA
(240,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC672 color. Also use rgb(140,198,114) instead hex code.

Text Font Color

.myTextColor { color: #8CC672; }

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

This text font color is #8CC672.

Background Color

.myBgColor { background-color: #8CC672; }

<div style="background-color:#8CC672">Inner text</div>

This div background color is #8CC672.

Border color

.myBorderColor { border: 1px solid #8CC672; }

<div style="border:3px solid #8CC672">Div</div>

This div border color is #8CC672.

Opacity

.myOpacity80 { color: #8CC672; opacity: 0.8; }

<p style="color:#8CC672;opacity:0.8;">80%</p>

Text with #8CC672 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 #8CC672;}

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

This text has shadow with #8CC672 color.


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

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

This text has shadow with #8CC672 primary color and red secondary color.


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

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

This text has shadow with #8CC672 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8CC672.

Preview

Color preview on black background

This text has color #8CC672 on black background.


Color preview on white background

This text has color #8CC672 on white background.


Black color preview on #8CC672 background

This text has black color on #8CC672 background.


White color preview on #8CC672 background

This text has white color on #8CC672 background.


Related colors

Complementary color

Complementary color for #hex is #73398D.


I love getcolorcode.com

Triadic colors

1 #728CC6 and #C6728C with #8CC672 are triadic colors.

2 #72C68C and #C68C72 with #8CC672 are triadic colors.