COLOR #78A493

HEX: #78A493
RGB: (120,164,147)

Color info

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

RGB color model

#78A493 color RGB value is (120,164,147).

  • red value is 120;
  • green value is 164;
  • blue value is 147.
RGB:
(120,164,147)
(47%,64%,58%)

RGB channels and saturation

R 120 of 255 = 47%
G 164 of 255 = 64%
B 147 of 255 = 58%

120
164
147

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

Portions of RGB colors in percentages

R + G + B =
120 + 164 + 147 = 431 (100%)
R 120 of 431 ~ 27.84%
G 164 of 431 ~ 38.05%
B 147 of 431 ~ 34.11%

%27.84
%38.05
%34.11

CMYK color model

#78A493 color CMYK value is (27,0,10,36).

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 10.37%
  • key color value is 35.69%
CMYK:
(27,0,10,36)
C27M0Y10K36 
(27%,0%,10%,36%)
(0.27/0.00/0.10/0.36)	

CMYK percentages

%26.83
%0
%10.37
%35.69

Codes

Color #78A493 in popluar color models

78A493
RGB120164147
HSL157°19.47%55.69%
HSB/HSV157°26.83%64.31%
CMYK26.83%0.00%10.37%
35.69%

Color #78A493 in popluar number systems.

HEX78A493
Decimal120164147
Binary11110001010010010010011
Octal170244223

Shades and tints

Shades of #78A493

#78A493
(120,164,147)
#6E9686
(110,150,134)
#648879
(100,136,121)
#5A7A6C
(90,122,108)
#506C5F
(80,108,95)
#465E52
(70,94,82)
#3C5045
(60,80,69)
#324238
(50,66,56)
#28342B
(40,52,43)
#1E261E
(30,38,30)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #78A493

#78A493
(120,164,147)
#84AC9C
(132,172,156)
#90B4A5
(144,180,165)
#9CBCAE
(156,188,174)
#A8C4B7
(168,196,183)
#B4CCC0
(180,204,192)
#C0D4C9
(192,212,201)
#CCDCD2
(204,220,210)
#D8E4DB
(216,228,219)
#E4ECE4
(228,236,228)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A493 color. Also use rgb(120,164,147) instead hex code.

Text Font Color

.myTextColor { color: #78A493; }

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

This text font color is #78A493.


Background Color

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

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

This div background color is #78A493.


Border color

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

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

This div border color is #78A493.


Opacity

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

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

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

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

This text has shadow with #78A493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A493 on black background.


Color preview on white background

This text has color #78A493 on white background.



Black color preview on #78A493 background

This text has black color on #78A493 background.


White color preview on #78A493 background

This text has white color on #78A493 background.