COLOR #78A88C

HEX: #78A88C
RGB: (120,168,140)

Color info

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

RGB color model

#78A88C color RGB value is (120,168,140).

  • red value is 120;
  • green value is 168;
  • blue value is 140.
RGB:
(120,168,140)
(47%,66%,55%)

RGB channels and saturation

R 120 of 255 = 47%
G 168 of 255 = 66%
B 140 of 255 = 55%

120
168
140

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

Portions of RGB colors in percentages

R + G + B =
120 + 168 + 140 = 428 (100%)
R 120 of 428 ~ 28.04%
G 168 of 428 ~ 39.25%
B 140 of 428 ~ 32.71%

%28.04
%39.25
%32.71

CMYK color model

#78A88C color CMYK value is (29,0,17,34).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 34.12%
CMYK:
(29,0,17,34)
C29M0Y17K34 
(29%,0%,17%,34%)
(0.29/0.00/0.17/0.34)	

CMYK percentages

%28.57
%0
%16.67
%34.12

Codes

Color #78A88C in popluar color models

78A88C
RGB120168140
HSL145°21.62%56.47%
HSB/HSV145°28.57%65.88%
CMYK28.57%0.00%16.67%
34.12%

Color #78A88C in popluar number systems.

HEX78A88C
Decimal120168140
Binary11110001010100010001100
Octal170250214

Shades and tints

Shades of #78A88C

#78A88C
(120,168,140)
#6E9980
(110,153,128)
#648A74
(100,138,116)
#5A7B68
(90,123,104)
#506C5C
(80,108,92)
#465D50
(70,93,80)
#3C4E44
(60,78,68)
#323F38
(50,63,56)
#28302C
(40,48,44)
#1E2120
(30,33,32)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #78A88C

#78A88C
(120,168,140)
#84AF96
(132,175,150)
#90B6A0
(144,182,160)
#9CBDAA
(156,189,170)
#A8C4B4
(168,196,180)
#B4CBBE
(180,203,190)
#C0D2C8
(192,210,200)
#CCD9D2
(204,217,210)
#D8E0DC
(216,224,220)
#E4E7E6
(228,231,230)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A88C color. Also use rgb(120,168,140) instead hex code.

Text Font Color

.myTextColor { color: #78A88C; }

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

This text font color is #78A88C.


Background Color

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

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

This div background color is #78A88C.


Border color

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

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

This div border color is #78A88C.


Opacity

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

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

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

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

This text has shadow with #78A88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A88C on black background.


Color preview on white background

This text has color #78A88C on white background.



Black color preview on #78A88C background

This text has black color on #78A88C background.


White color preview on #78A88C background

This text has white color on #78A88C background.