COLOR #78BC82

HEX: #78BC82
RGB: (120,188,130)

Color info

#78BC82 contains mainly green and blue colors. Web safe color of #78BC82 is #66CC99 (or #6C9).

RGB color model

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

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

RGB channels and saturation

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

120
188
130

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

Portions of RGB colors in percentages

R + G + B =
120 + 188 + 130 = 438 (100%)
R 120 of 438 ~ 27.4%
G 188 of 438 ~ 42.92%
B 130 of 438 ~ 29.68%

%27.4
%42.92
%29.68

CMYK color model

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

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

CMYK percentages

%36.17
%0
%30.85
%26.27

Codes

Color #78BC82 in popluar color models

78BC82
RGB120188130
HSL129°33.66%60.39%
HSB/HSV129°36.17%73.73%
CMYK36.17%0.00%30.85%
26.27%

Color #78BC82 in popluar number systems.

HEX78BC82
Decimal120188130
Binary11110001011110010000010
Octal170274202

Shades and tints

Shades of #78BC82

#78BC82
(120,188,130)
#6EAB77
(110,171,119)
#649A6C
(100,154,108)
#5A8961
(90,137,97)
#507856
(80,120,86)
#46674B
(70,103,75)
#3C5640
(60,86,64)
#324535
(50,69,53)
#28342A
(40,52,42)
#1E231F
(30,35,31)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #78BC82

#78BC82
(120,188,130)
#84C28D
(132,194,141)
#90C898
(144,200,152)
#9CCEA3
(156,206,163)
#A8D4AE
(168,212,174)
#B4DAB9
(180,218,185)
#C0E0C4
(192,224,196)
#CCE6CF
(204,230,207)
#D8ECDA
(216,236,218)
#E4F2E5
(228,242,229)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BC82; }

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

This text font color is #78BC82.


Background Color

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

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

This div background color is #78BC82.


Border color

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

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

This div border color is #78BC82.


Opacity

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

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

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

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

This text has shadow with #78BC82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BC82 on black background.


Color preview on white background

This text has color #78BC82 on white background.



Black color preview on #78BC82 background

This text has black color on #78BC82 background.


White color preview on #78BC82 background

This text has white color on #78BC82 background.