COLOR #78CD76

HEX: #78CD76
RGB: (120,205,118)

Color info

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

RGB color model

#78CD76 color RGB value is (120,205,118).

  • red value is 120;
  • green value is 205;
  • blue value is 118.
RGB:
(120,205,118)
(47%,80%,46%)

RGB channels and saturation

R 120 of 255 = 47%
G 205 of 255 = 80%
B 118 of 255 = 46%

120
205
118

R + G + B ~ 58%. #78CD76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 205 + 118 = 443 (100%)
R 120 of 443 ~ 27.09%
G 205 of 443 ~ 46.28%
B 118 of 443 ~ 26.64%

%27.09
%46.28
%26.64

CMYK color model

#78CD76 color CMYK value is (41,0,42,20).

  • cyan value is 41.46%
  • magenta value is 0.00%
  • yellow value is 42.44%
  • key color value is 19.61%
CMYK:
(41,0,42,20)
C41M0Y42K20 
(41%,0%,42%,20%)
(0.41/0.00/0.42/0.20)	

CMYK percentages

%41.46
%0
%42.44
%19.61

Codes

Color #78CD76 in popluar color models

78CD76
RGB120205118
HSL119°46.52%63.33%
HSB/HSV119°42.44%80.39%
CMYK41.46%0.00%42.44%
19.61%

Color #78CD76 in popluar number systems.

HEX78CD76
Decimal120205118
Binary1111000110011011110110
Octal170315166

Shades and tints

Shades of #78CD76

#78CD76
(120,205,118)
#6EBB6C
(110,187,108)
#64A962
(100,169,98)
#5A9758
(90,151,88)
#50854E
(80,133,78)
#467344
(70,115,68)
#3C613A
(60,97,58)
#324F30
(50,79,48)
#283D26
(40,61,38)
#1E2B1C
(30,43,28)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #78CD76

#78CD76
(120,205,118)
#84D182
(132,209,130)
#90D58E
(144,213,142)
#9CD99A
(156,217,154)
#A8DDA6
(168,221,166)
#B4E1B2
(180,225,178)
#C0E5BE
(192,229,190)
#CCE9CA
(204,233,202)
#D8EDD6
(216,237,214)
#E4F1E2
(228,241,226)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78CD76 color. Also use rgb(120,205,118) instead hex code.

Text Font Color

.myTextColor { color: #78CD76; }

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

This text font color is #78CD76.


Background Color

.myBgColor { background-color: #78CD76; }

<div style="background-color:#78CD76">Inner text</div>

This div background color is #78CD76.


Border color

.myBorderColor { border: 1px solid #78CD76; }

<div style="border:3px solid #78CD76">Div</div>

This div border color is #78CD76.


Opacity

.myOpacity80 { color: #78CD76; opacity: 0.8; }

<p style="color:#78CD76;opacity:0.8;">80%</p>

Text with #78CD76 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 #78CD76;}

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

This text has shadow with #78CD76 color.

.textShadow {text-shadow: 3px 3px 1px #78CD76, 3px 3px 1px red;}

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

This text has shadow with #78CD76 primary color and red secondary color.


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

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

This text has shadow with #78CD76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78CD76 on black background.


Color preview on white background

This text has color #78CD76 on white background.



Black color preview on #78CD76 background

This text has black color on #78CD76 background.


White color preview on #78CD76 background

This text has white color on #78CD76 background.