COLOR #78B57E

HEX: #78B57E
RGB: (120,181,126)

Color info

#78B57E contains mainly green and blue colors. Web safe color of #78B57E is #66CC66 (or #6C6).

RGB color model

#78B57E color RGB value is (120,181,126).

  • red value is 120;
  • green value is 181;
  • blue value is 126.
RGB:
(120,181,126)
(47%,71%,49%)

RGB channels and saturation

R 120 of 255 = 47%
G 181 of 255 = 71%
B 126 of 255 = 49%

120
181
126

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

Portions of RGB colors in percentages

R + G + B =
120 + 181 + 126 = 427 (100%)
R 120 of 427 ~ 28.1%
G 181 of 427 ~ 42.39%
B 126 of 427 ~ 29.51%

%28.1
%42.39
%29.51

CMYK color model

#78B57E color CMYK value is (34,0,30,29).

  • cyan value is 33.70%
  • magenta value is 0.00%
  • yellow value is 30.39%
  • key color value is 29.02%
CMYK:
(34,0,30,29)
C34M0Y30K29 
(34%,0%,30%,29%)
(0.34/0.00/0.30/0.29)	

CMYK percentages

%33.7
%0
%30.39
%29.02

Codes

Color #78B57E in popluar color models

78B57E
RGB120181126
HSL126°29.19%59.02%
HSB/HSV126°33.70%70.98%
CMYK33.70%0.00%30.39%
29.02%

Color #78B57E in popluar number systems.

HEX78B57E
Decimal120181126
Binary1111000101101011111110
Octal170265176

Shades and tints

Shades of #78B57E

#78B57E
(120,181,126)
#6EA573
(110,165,115)
#649568
(100,149,104)
#5A855D
(90,133,93)
#507552
(80,117,82)
#466547
(70,101,71)
#3C553C
(60,85,60)
#324531
(50,69,49)
#283526
(40,53,38)
#1E251B
(30,37,27)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #78B57E

#78B57E
(120,181,126)
#84BB89
(132,187,137)
#90C194
(144,193,148)
#9CC79F
(156,199,159)
#A8CDAA
(168,205,170)
#B4D3B5
(180,211,181)
#C0D9C0
(192,217,192)
#CCDFCB
(204,223,203)
#D8E5D6
(216,229,214)
#E4EBE1
(228,235,225)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B57E; }

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

This text font color is #78B57E.


Background Color

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

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

This div background color is #78B57E.


Border color

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

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

This div border color is #78B57E.


Opacity

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

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

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

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

This text has shadow with #78B57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B57E on black background.


Color preview on white background

This text has color #78B57E on white background.



Black color preview on #78B57E background

This text has black color on #78B57E background.


White color preview on #78B57E background

This text has white color on #78B57E background.