COLOR #78A597

HEX: #78A597
RGB: (120,165,151)

Color info

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

RGB color model

#78A597 color RGB value is (120,165,151).

  • red value is 120;
  • green value is 165;
  • blue value is 151.
RGB:
(120,165,151)
(47%,65%,59%)

RGB channels and saturation

R 120 of 255 = 47%
G 165 of 255 = 65%
B 151 of 255 = 59%

120
165
151

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

Portions of RGB colors in percentages

R + G + B =
120 + 165 + 151 = 436 (100%)
R 120 of 436 ~ 27.52%
G 165 of 436 ~ 37.84%
B 151 of 436 ~ 34.63%

%27.52
%37.84
%34.63

CMYK color model

#78A597 color CMYK value is (27,0,8,35).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(27,0,8,35)
C27M0Y8K35 
(27%,0%,8%,35%)
(0.27/0.00/0.08/0.35)	

CMYK percentages

%27.27
%0
%8.48
%35.29

Codes

Color #78A597 in popluar color models

78A597
RGB120165151
HSL161°20.00%55.88%
HSB/HSV161°27.27%64.71%
CMYK27.27%0.00%8.48%
35.29%

Color #78A597 in popluar number systems.

HEX78A597
Decimal120165151
Binary11110001010010110010111
Octal170245227

Shades and tints

Shades of #78A597

#78A597
(120,165,151)
#6E968A
(110,150,138)
#64877D
(100,135,125)
#5A7870
(90,120,112)
#506963
(80,105,99)
#465A56
(70,90,86)
#3C4B49
(60,75,73)
#323C3C
(50,60,60)
#282D2F
(40,45,47)
#1E1E22
(30,30,34)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #78A597

#78A597
(120,165,151)
#84ADA0
(132,173,160)
#90B5A9
(144,181,169)
#9CBDB2
(156,189,178)
#A8C5BB
(168,197,187)
#B4CDC4
(180,205,196)
#C0D5CD
(192,213,205)
#CCDDD6
(204,221,214)
#D8E5DF
(216,229,223)
#E4EDE8
(228,237,232)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A597; }

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

This text font color is #78A597.


Background Color

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

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

This div background color is #78A597.


Border color

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

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

This div border color is #78A597.


Opacity

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

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

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

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

This text has shadow with #78A597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A597 on black background.


Color preview on white background

This text has color #78A597 on white background.



Black color preview on #78A597 background

This text has black color on #78A597 background.


White color preview on #78A597 background

This text has white color on #78A597 background.