COLOR #78A686

HEX: #78A686
RGB: (120,166,134)

Color info

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

RGB color model

#78A686 color RGB value is (120,166,134).

  • red value is 120;
  • green value is 166;
  • blue value is 134.
RGB:
(120,166,134)
(47%,65%,53%)

RGB channels and saturation

R 120 of 255 = 47%
G 166 of 255 = 65%
B 134 of 255 = 53%

120
166
134

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

Portions of RGB colors in percentages

R + G + B =
120 + 166 + 134 = 420 (100%)
R 120 of 420 ~ 28.57%
G 166 of 420 ~ 39.52%
B 134 of 420 ~ 31.9%

%28.57
%39.52
%31.9

CMYK color model

#78A686 color CMYK value is (28,0,19,35).

  • cyan value is 27.71%
  • magenta value is 0.00%
  • yellow value is 19.28%
  • key color value is 34.90%
CMYK:
(28,0,19,35)
C28M0Y19K35 
(28%,0%,19%,35%)
(0.28/0.00/0.19/0.35)	

CMYK percentages

%27.71
%0
%19.28
%34.9

Codes

Color #78A686 in popluar color models

78A686
RGB120166134
HSL138°20.54%56.08%
HSB/HSV138°27.71%65.10%
CMYK27.71%0.00%19.28%
34.90%

Color #78A686 in popluar number systems.

HEX78A686
Decimal120166134
Binary11110001010011010000110
Octal170246206

Shades and tints

Shades of #78A686

#78A686
(120,166,134)
#6E977A
(110,151,122)
#64886E
(100,136,110)
#5A7962
(90,121,98)
#506A56
(80,106,86)
#465B4A
(70,91,74)
#3C4C3E
(60,76,62)
#323D32
(50,61,50)
#282E26
(40,46,38)
#1E1F1A
(30,31,26)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #78A686

#78A686
(120,166,134)
#84AE91
(132,174,145)
#90B69C
(144,182,156)
#9CBEA7
(156,190,167)
#A8C6B2
(168,198,178)
#B4CEBD
(180,206,189)
#C0D6C8
(192,214,200)
#CCDED3
(204,222,211)
#D8E6DE
(216,230,222)
#E4EEE9
(228,238,233)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A686 color. Also use rgb(120,166,134) instead hex code.

Text Font Color

.myTextColor { color: #78A686; }

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

This text font color is #78A686.


Background Color

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

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

This div background color is #78A686.


Border color

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

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

This div border color is #78A686.


Opacity

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

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

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

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

This text has shadow with #78A686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A686 on black background.


Color preview on white background

This text has color #78A686 on white background.



Black color preview on #78A686 background

This text has black color on #78A686 background.


White color preview on #78A686 background

This text has white color on #78A686 background.