COLOR #78BC78

HEX: #78BC78
RGB: (120,188,120)

Color info

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

RGB color model

#78BC78 color RGB value is (120,188,120).

  • red value is 120;
  • green value is 188;
  • blue value is 120.
RGB:
(120,188,120)
(47%,74%,47%)

RGB channels and saturation

R 120 of 255 = 47%
G 188 of 255 = 74%
B 120 of 255 = 47%

120
188
120

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

Portions of RGB colors in percentages

R + G + B =
120 + 188 + 120 = 428 (100%)
R 120 of 428 ~ 28.04%
G 188 of 428 ~ 43.93%
B 120 of 428 ~ 28.04%

%28.04
%43.93
%28.04

CMYK color model

#78BC78 color CMYK value is (36,0,36,26).

  • cyan value is 36.17%
  • magenta value is 0.00%
  • yellow value is 36.17%
  • key color value is 26.27%
CMYK:
(36,0,36,26)
C36M0Y36K26 
(36%,0%,36%,26%)
(0.36/0.00/0.36/0.26)	

CMYK percentages

%36.17
%0
%36.17
%26.27

Codes

Color #78BC78 in popluar color models

78BC78
RGB120188120
HSL120°33.66%60.39%
HSB/HSV120°36.17%73.73%
CMYK36.17%0.00%36.17%
26.27%

Color #78BC78 in popluar number systems.

HEX78BC78
Decimal120188120
Binary1111000101111001111000
Octal170274170

Shades and tints

Shades of #78BC78

#78BC78
(120,188,120)
#6EAB6E
(110,171,110)
#649A64
(100,154,100)
#5A895A
(90,137,90)
#507850
(80,120,80)
#466746
(70,103,70)
#3C563C
(60,86,60)
#324532
(50,69,50)
#283428
(40,52,40)
#1E231E
(30,35,30)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #78BC78

#78BC78
(120,188,120)
#84C284
(132,194,132)
#90C890
(144,200,144)
#9CCE9C
(156,206,156)
#A8D4A8
(168,212,168)
#B4DAB4
(180,218,180)
#C0E0C0
(192,224,192)
#CCE6CC
(204,230,204)
#D8ECD8
(216,236,216)
#E4F2E4
(228,242,228)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BC78; }

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

This text font color is #78BC78.


Background Color

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

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

This div background color is #78BC78.


Border color

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

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

This div border color is #78BC78.


Opacity

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

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

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

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

This text has shadow with #78BC78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BC78 on black background.


Color preview on white background

This text has color #78BC78 on white background.



Black color preview on #78BC78 background

This text has black color on #78BC78 background.


White color preview on #78BC78 background

This text has white color on #78BC78 background.