COLOR #78A586

HEX: #78A586 RGB: (120,165,134)

Color info

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

RGB color model

#78A586 color RGB value is (120,165,134).

RGB: (120,165,134) (47%, 65%, 53%)

RGB channels and saturation

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

120
165
134

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

Portions of RGB colors in percentages

R + G + B = 120 + 165 + 134 = 419 (100%)
R 120 of 419 ~ 28.64%
G 165 of 419 ~ 39.38%
B 134 of 419 ~ 31.98'%

%28.64
%39.38
%31.98

CMYK color model

#78A586 color CMYK value is (27,0,19,35).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 18.79%
  • key color value is 35.29%

CMYK: (27,0,19,35)
C27M0Y19K35 (27%, 0%, 19%, 35%)
(0.27 / 0.00 / 0.19 / 0.35)

CMYK percentages

%27.27
%0
%18.79
%35.29

Codes

Color #78A586 in popluar color models

78 A5 86
RGB 120 165 134
HSL 139° 20.00% 55.88%
HSB/HSV 139° 27.27% 64.71%
CMYK 27.27% 0.00% 18.79%
35.29%

Color #78A586 in popluar number systems.

HEX 78 A5 86
Decimal 120 165 134
Binary 1111000 10100101 10000110
Octal 170 245 206

Shades and tints

Shades of #78A586

#78A586
(120,165,134)
#6E967A
(110,150,122)
#64876E
(100,135,110)
#5A7862
(90,120,98)
#506956
(80,105,86)
#465A4A
(70,90,74)
#3C4B3E
(60,75,62)
#323C32
(50,60,50)
#282D26
(40,45,38)
#1E1E1A
(30,30,26)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #78A586

#78A586
(120,165,134)
#84AD91
(132,173,145)
#90B59C
(144,181,156)
#9CBDA7
(156,189,167)
#A8C5B2
(168,197,178)
#B4CDBD
(180,205,189)
#C0D5C8
(192,213,200)
#CCDDD3
(204,221,211)
#D8E5DE
(216,229,222)
#E4EDE9
(228,237,233)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A586; }

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

This text font color is #78A586.

Background Color

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

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

This div background color is #78A586.

Border color

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

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

This div border color is #78A586.

Opacity

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

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

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

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

This text has shadow with #78A586 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A586.

Preview

Color preview on black background

This text has color #78A586 on black background.


Color preview on white background

This text has color #78A586 on white background.


Black color preview on #78A586 background

This text has black color on #78A586 background.


White color preview on #78A586 background

This text has white color on #78A586 background.


Related colors

Complementary color

Complementary color for #hex is #875A79.


I love getcolorcode.com

Triadic colors

1 #8678A5 and #A58678 with #78A586 are triadic colors.

2 #86A578 and #A57886 with #78A586 are triadic colors.