COLOR #8CCB78

HEX: #8CCB78 RGB: (140,203,120)

Color info

#8CCB78 contains mainly green color. Web safe color of #8CCB78 is #99CC66 (or #9C6).

RGB color model

#8CCB78 color RGB value is (140,203,120).

RGB: (140,203,120) (55%, 80%, 47%)

RGB channels and saturation

R 140 of 255 = 55%
G 203 of 255 = 80%
B 120 of 255 = 47%

140
203
120

R + G + B ~ 61%. #8CCB78 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 203 + 120 = 463 (100%)
R 140 of 463 ~ 30.24%
G 203 of 463 ~ 43.84%
B 120 of 463 ~ 25.92'%

%30.24
%43.84
%25.92

CMYK color model

#8CCB78 color CMYK value is (31,0,41,20).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 40.89%
  • key color value is 20.39%

CMYK: (31,0,41,20)
C31M0Y41K20 (31%, 0%, 41%, 20%)
(0.31 / 0.00 / 0.41 / 0.20)

CMYK percentages

%31.03
%0
%40.89
%20.39

Codes

Color #8CCB78 in popluar color models

8C CB 78
RGB 140 203 120
HSL 106° 44.39% 63.33%
HSB/HSV 106° 40.89% 79.61%
CMYK 31.03% 0.00% 40.89%
20.39%

Color #8CCB78 in popluar number systems.

HEX 8C CB 78
Decimal 140 203 120
Binary 10001100 11001011 1111000
Octal 214 313 170

Shades and tints

Shades of #8CCB78

#8CCB78
(140,203,120)
#80B96E
(128,185,110)
#74A764
(116,167,100)
#68955A
(104,149,90)
#5C8350
(92,131,80)
#507146
(80,113,70)
#445F3C
(68,95,60)
#384D32
(56,77,50)
#2C3B28
(44,59,40)
#20291E
(32,41,30)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #8CCB78

#8CCB78
(140,203,120)
#96CF84
(150,207,132)
#A0D390
(160,211,144)
#AAD79C
(170,215,156)
#B4DBA8
(180,219,168)
#BEDFB4
(190,223,180)
#C8E3C0
(200,227,192)
#D2E7CC
(210,231,204)
#DCEBD8
(220,235,216)
#E6EFE4
(230,239,228)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CCB78 color. Also use rgb(140,203,120) instead hex code.

Text Font Color

.myTextColor { color: #8CCB78; }

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

This text font color is #8CCB78.

Background Color

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

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

This div background color is #8CCB78.

Border color

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

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

This div border color is #8CCB78.

Opacity

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

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

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

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

This text has shadow with #8CCB78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CCB78.

Preview

Color preview on black background

This text has color #8CCB78 on black background.


Color preview on white background

This text has color #8CCB78 on white background.


Black color preview on #8CCB78 background

This text has black color on #8CCB78 background.


White color preview on #8CCB78 background

This text has white color on #8CCB78 background.


Related colors

Complementary color

Complementary color for #hex is #733487.


I love getcolorcode.com

Triadic colors

1 #788CCB and #CB788C with #8CCB78 are triadic colors.

2 #78CB8C and #CB8C78 with #8CCB78 are triadic colors.