COLOR #78BC72

HEX: #78BC72
RGB: (120,188,114)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

120
188
114

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

Portions of RGB colors in percentages

R + G + B =
120 + 188 + 114 = 422 (100%)
R 120 of 422 ~ 28.44%
G 188 of 422 ~ 44.55%
B 114 of 422 ~ 27.01%

%28.44
%44.55
%27.01

CMYK color model

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

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

CMYK percentages

%36.17
%0
%39.36
%26.27

Codes

Color #78BC72 in popluar color models

78BC72
RGB120188114
HSL115°35.58%59.22%
HSB/HSV115°39.36%73.73%
CMYK36.17%0.00%39.36%
26.27%

Color #78BC72 in popluar number systems.

HEX78BC72
Decimal120188114
Binary1111000101111001110010
Octal170274162

Shades and tints

Shades of #78BC72

#78BC72
(120,188,114)
#6EAB68
(110,171,104)
#649A5E
(100,154,94)
#5A8954
(90,137,84)
#50784A
(80,120,74)
#466740
(70,103,64)
#3C5636
(60,86,54)
#32452C
(50,69,44)
#283422
(40,52,34)
#1E2318
(30,35,24)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #78BC72

#78BC72
(120,188,114)
#84C27E
(132,194,126)
#90C88A
(144,200,138)
#9CCE96
(156,206,150)
#A8D4A2
(168,212,162)
#B4DAAE
(180,218,174)
#C0E0BA
(192,224,186)
#CCE6C6
(204,230,198)
#D8ECD2
(216,236,210)
#E4F2DE
(228,242,222)
#F0F8EA
(240,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BC72; }

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

This text font color is #78BC72.


Background Color

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

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

This div background color is #78BC72.


Border color

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

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

This div border color is #78BC72.


Opacity

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

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

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

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

This text has shadow with #78BC72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BC72 on black background.


Color preview on white background

This text has color #78BC72 on white background.



Black color preview on #78BC72 background

This text has black color on #78BC72 background.


White color preview on #78BC72 background

This text has white color on #78BC72 background.