COLOR #78BD7D

HEX: #78BD7D
RGB: (120,189,125)

Color info

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

RGB color model

#78BD7D color RGB value is (120,189,125).

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

RGB channels and saturation

R 120 of 255 = 47%
G 189 of 255 = 74%
B 125 of 255 = 49%

120
189
125

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

Portions of RGB colors in percentages

R + G + B =
120 + 189 + 125 = 434 (100%)
R 120 of 434 ~ 27.65%
G 189 of 434 ~ 43.55%
B 125 of 434 ~ 28.8%

%27.65
%43.55
%28.8

CMYK color model

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

  • cyan value is 36.51%
  • magenta value is 0.00%
  • yellow value is 33.86%
  • key color value is 25.88%
CMYK:
(37,0,34,26)
C37M0Y34K26 
(37%,0%,34%,26%)
(0.37/0.00/0.34/0.26)	

CMYK percentages

%36.51
%0
%33.86
%25.88

Codes

Color #78BD7D in popluar color models

78BD7D
RGB120189125
HSL124°34.33%60.59%
HSB/HSV124°36.51%74.12%
CMYK36.51%0.00%33.86%
25.88%

Color #78BD7D in popluar number systems.

HEX78BD7D
Decimal120189125
Binary1111000101111011111101
Octal170275175

Shades and tints

Shades of #78BD7D

#78BD7D
(120,189,125)
#6EAC72
(110,172,114)
#649B67
(100,155,103)
#5A8A5C
(90,138,92)
#507951
(80,121,81)
#466846
(70,104,70)
#3C573B
(60,87,59)
#324630
(50,70,48)
#283525
(40,53,37)
#1E241A
(30,36,26)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #78BD7D

#78BD7D
(120,189,125)
#84C388
(132,195,136)
#90C993
(144,201,147)
#9CCF9E
(156,207,158)
#A8D5A9
(168,213,169)
#B4DBB4
(180,219,180)
#C0E1BF
(192,225,191)
#CCE7CA
(204,231,202)
#D8EDD5
(216,237,213)
#E4F3E0
(228,243,224)
#F0F9EB
(240,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BD7D; }

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

This text font color is #78BD7D.


Background Color

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

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

This div background color is #78BD7D.


Border color

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

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

This div border color is #78BD7D.


Opacity

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

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

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

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

This text has shadow with #78BD7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BD7D on black background.


Color preview on white background

This text has color #78BD7D on white background.



Black color preview on #78BD7D background

This text has black color on #78BD7D background.


White color preview on #78BD7D background

This text has white color on #78BD7D background.