COLOR #78AA99

HEX: #78AA99
RGB: (120,170,153)

Color info

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

RGB color model

#78AA99 color RGB value is (120,170,153).

  • red value is 120;
  • green value is 170;
  • blue value is 153.
RGB:
(120,170,153)
(47%,67%,60%)

RGB channels and saturation

R 120 of 255 = 47%
G 170 of 255 = 67%
B 153 of 255 = 60%

120
170
153

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

Portions of RGB colors in percentages

R + G + B =
120 + 170 + 153 = 443 (100%)
R 120 of 443 ~ 27.09%
G 170 of 443 ~ 38.37%
B 153 of 443 ~ 34.54%

%27.09
%38.37
%34.54

CMYK color model

#78AA99 color CMYK value is (29,0,10,33).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 33.33%
CMYK:
(29,0,10,33)
C29M0Y10K33 
(29%,0%,10%,33%)
(0.29/0.00/0.10/0.33)	

CMYK percentages

%29.41
%0
%10
%33.33

Codes

Color #78AA99 in popluar color models

78AA99
RGB120170153
HSL160°22.73%56.86%
HSB/HSV160°29.41%66.67%
CMYK29.41%0.00%10.00%
33.33%

Color #78AA99 in popluar number systems.

HEX78AA99
Decimal120170153
Binary11110001010101010011001
Octal170252231

Shades and tints

Shades of #78AA99

#78AA99
(120,170,153)
#6E9B8C
(110,155,140)
#648C7F
(100,140,127)
#5A7D72
(90,125,114)
#506E65
(80,110,101)
#465F58
(70,95,88)
#3C504B
(60,80,75)
#32413E
(50,65,62)
#283231
(40,50,49)
#1E2324
(30,35,36)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #78AA99

#78AA99
(120,170,153)
#84B1A2
(132,177,162)
#90B8AB
(144,184,171)
#9CBFB4
(156,191,180)
#A8C6BD
(168,198,189)
#B4CDC6
(180,205,198)
#C0D4CF
(192,212,207)
#CCDBD8
(204,219,216)
#D8E2E1
(216,226,225)
#E4E9EA
(228,233,234)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78AA99 color. Also use rgb(120,170,153) instead hex code.

Text Font Color

.myTextColor { color: #78AA99; }

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

This text font color is #78AA99.


Background Color

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

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

This div background color is #78AA99.


Border color

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

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

This div border color is #78AA99.


Opacity

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

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

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

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

This text has shadow with #78AA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78AA99 on black background.


Color preview on white background

This text has color #78AA99 on white background.



Black color preview on #78AA99 background

This text has black color on #78AA99 background.


White color preview on #78AA99 background

This text has white color on #78AA99 background.