COLOR #78BD8B

HEX: #78BD8B
RGB: (120,189,139)

Color info

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

RGB color model

#78BD8B color RGB value is (120,189,139).

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

RGB channels and saturation

R 120 of 255 = 47%
G 189 of 255 = 74%
B 139 of 255 = 55%

120
189
139

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

Portions of RGB colors in percentages

R + G + B =
120 + 189 + 139 = 448 (100%)
R 120 of 448 ~ 26.79%
G 189 of 448 ~ 42.19%
B 139 of 448 ~ 31.03%

%26.79
%42.19
%31.03

CMYK color model

#78BD8B color CMYK value is (37,0,26,26).

  • cyan value is 36.51%
  • magenta value is 0.00%
  • yellow value is 26.46%
  • key color value is 25.88%
CMYK:
(37,0,26,26)
C37M0Y26K26 
(37%,0%,26%,26%)
(0.37/0.00/0.26/0.26)	

CMYK percentages

%36.51
%0
%26.46
%25.88

Codes

Color #78BD8B in popluar color models

78BD8B
RGB120189139
HSL137°34.33%60.59%
HSB/HSV137°36.51%74.12%
CMYK36.51%0.00%26.46%
25.88%

Color #78BD8B in popluar number systems.

HEX78BD8B
Decimal120189139
Binary11110001011110110001011
Octal170275213

Shades and tints

Shades of #78BD8B

#78BD8B
(120,189,139)
#6EAC7F
(110,172,127)
#649B73
(100,155,115)
#5A8A67
(90,138,103)
#50795B
(80,121,91)
#46684F
(70,104,79)
#3C5743
(60,87,67)
#324637
(50,70,55)
#28352B
(40,53,43)
#1E241F
(30,36,31)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #78BD8B

#78BD8B
(120,189,139)
#84C395
(132,195,149)
#90C99F
(144,201,159)
#9CCFA9
(156,207,169)
#A8D5B3
(168,213,179)
#B4DBBD
(180,219,189)
#C0E1C7
(192,225,199)
#CCE7D1
(204,231,209)
#D8EDDB
(216,237,219)
#E4F3E5
(228,243,229)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BD8B; }

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

This text font color is #78BD8B.


Background Color

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

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

This div background color is #78BD8B.


Border color

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

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

This div border color is #78BD8B.


Opacity

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

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

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

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

This text has shadow with #78BD8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BD8B on black background.


Color preview on white background

This text has color #78BD8B on white background.



Black color preview on #78BD8B background

This text has black color on #78BD8B background.


White color preview on #78BD8B background

This text has white color on #78BD8B background.