COLOR #78A19A

HEX: #78A19A RGB: (120,161,154)

Color info

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

RGB color model

#78A19A color RGB value is (120,161,154).

RGB: (120,161,154) (47%, 63%, 60%)

RGB channels and saturation

R 120 of 255 = 47%
G 161 of 255 = 63%
B 154 of 255 = 60%

120
161
154

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

Portions of RGB colors in percentages

R + G + B = 120 + 161 + 154 = 435 (100%)
R 120 of 435 ~ 27.59%
G 161 of 435 ~ 37.01%
B 154 of 435 ~ 35.4'%

%27.59
%37.01
%35.4

CMYK color model

#78A19A color CMYK value is (25,0,4,37).

  • cyan value is 25.47%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 36.86%

CMYK: (25,0,4,37)
C25M0Y4K37 (25%, 0%, 4%, 37%)
(0.25 / 0.00 / 0.04 / 0.37)

CMYK percentages

%25.47
%0
%4.35
%36.86

Codes

Color #78A19A in popluar color models

78 A1 9A
RGB 120 161 154
HSL 170° 17.90% 55.10%
HSB/HSV 170° 25.47% 63.14%
CMYK 25.47% 0.00% 4.35%
36.86%

Color #78A19A in popluar number systems.

HEX 78 A1 9A
Decimal 120 161 154
Binary 1111000 10100001 10011010
Octal 170 241 232

Shades and tints

Shades of #78A19A

#78A19A
(120,161,154)
#6E938C
(110,147,140)
#64857E
(100,133,126)
#5A7770
(90,119,112)
#506962
(80,105,98)
#465B54
(70,91,84)
#3C4D46
(60,77,70)
#323F38
(50,63,56)
#28312A
(40,49,42)
#1E231C
(30,35,28)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #78A19A

#78A19A
(120,161,154)
#84A9A3
(132,169,163)
#90B1AC
(144,177,172)
#9CB9B5
(156,185,181)
#A8C1BE
(168,193,190)
#B4C9C7
(180,201,199)
#C0D1D0
(192,209,208)
#CCD9D9
(204,217,217)
#D8E1E2
(216,225,226)
#E4E9EB
(228,233,235)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A19A color. Also use rgb(120,161,154) instead hex code.

Text Font Color

.myTextColor { color: #78A19A; }

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

This text font color is #78A19A.

Background Color

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

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

This div background color is #78A19A.

Border color

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

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

This div border color is #78A19A.

Opacity

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

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

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

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

This text has shadow with #78A19A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A19A.

Preview

Color preview on black background

This text has color #78A19A on black background.


Color preview on white background

This text has color #78A19A on white background.


Black color preview on #78A19A background

This text has black color on #78A19A background.


White color preview on #78A19A background

This text has white color on #78A19A background.


Related colors

Complementary color

Complementary color for #hex is #875E65.


I love getcolorcode.com

Triadic colors

1 #9A78A1 and #A19A78 with #78A19A are triadic colors.

2 #9AA178 and #A1789A with #78A19A are triadic colors.