COLOR #78A991

HEX: #78A991
RGB: (120,169,145)

Color info

#78A991 contains red, green and blue colors in about the same proportion. Web safe color of #78A991 is #669999 (or #699).

RGB color model

#78A991 color RGB value is (120,169,145).

  • red value is 120;
  • green value is 169;
  • blue value is 145.
RGB:
(120,169,145)
(47%,66%,57%)

RGB channels and saturation

R 120 of 255 = 47%
G 169 of 255 = 66%
B 145 of 255 = 57%

120
169
145

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

Portions of RGB colors in percentages

R + G + B =
120 + 169 + 145 = 434 (100%)
R 120 of 434 ~ 27.65%
G 169 of 434 ~ 38.94%
B 145 of 434 ~ 33.41%

%27.65
%38.94
%33.41

CMYK color model

#78A991 color CMYK value is (29,0,14,34).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 33.73%
CMYK:
(29,0,14,34)
C29M0Y14K34 
(29%,0%,14%,34%)
(0.29/0.00/0.14/0.34)	

CMYK percentages

%28.99
%0
%14.2
%33.73

Codes

Color #78A991 in popluar color models

78A991
RGB120169145
HSL151°22.17%56.67%
HSB/HSV151°28.99%66.27%
CMYK28.99%0.00%14.20%
33.73%

Color #78A991 in popluar number systems.

HEX78A991
Decimal120169145
Binary11110001010100110010001
Octal170251221

Shades and tints

Shades of #78A991

#78A991
(120,169,145)
#6E9A84
(110,154,132)
#648B77
(100,139,119)
#5A7C6A
(90,124,106)
#506D5D
(80,109,93)
#465E50
(70,94,80)
#3C4F43
(60,79,67)
#324036
(50,64,54)
#283129
(40,49,41)
#1E221C
(30,34,28)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #78A991

#78A991
(120,169,145)
#84B09B
(132,176,155)
#90B7A5
(144,183,165)
#9CBEAF
(156,190,175)
#A8C5B9
(168,197,185)
#B4CCC3
(180,204,195)
#C0D3CD
(192,211,205)
#CCDAD7
(204,218,215)
#D8E1E1
(216,225,225)
#E4E8EB
(228,232,235)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A991 color. Also use rgb(120,169,145) instead hex code.

Text Font Color

.myTextColor { color: #78A991; }

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

This text font color is #78A991.


Background Color

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

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

This div background color is #78A991.


Border color

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

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

This div border color is #78A991.


Opacity

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

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

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

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

This text has shadow with #78A991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A991 on black background.


Color preview on white background

This text has color #78A991 on white background.



Black color preview on #78A991 background

This text has black color on #78A991 background.


White color preview on #78A991 background

This text has white color on #78A991 background.