COLOR #78B18C

HEX: #78B18C
RGB: (120,177,140)

Color info

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

RGB color model

#78B18C color RGB value is (120,177,140).

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

RGB channels and saturation

R 120 of 255 = 47%
G 177 of 255 = 69%
B 140 of 255 = 55%

120
177
140

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

Portions of RGB colors in percentages

R + G + B =
120 + 177 + 140 = 437 (100%)
R 120 of 437 ~ 27.46%
G 177 of 437 ~ 40.5%
B 140 of 437 ~ 32.04%

%27.46
%40.5
%32.04

CMYK color model

#78B18C color CMYK value is (32,0,21,31).

  • cyan value is 32.20%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 30.59%
CMYK:
(32,0,21,31)
C32M0Y21K31 
(32%,0%,21%,31%)
(0.32/0.00/0.21/0.31)	

CMYK percentages

%32.2
%0
%20.9
%30.59

Codes

Color #78B18C in popluar color models

78B18C
RGB120177140
HSL141°26.76%58.24%
HSB/HSV141°32.20%69.41%
CMYK32.20%0.00%20.90%
30.59%

Color #78B18C in popluar number systems.

HEX78B18C
Decimal120177140
Binary11110001011000110001100
Octal170261214

Shades and tints

Shades of #78B18C

#78B18C
(120,177,140)
#6EA180
(110,161,128)
#649174
(100,145,116)
#5A8168
(90,129,104)
#50715C
(80,113,92)
#466150
(70,97,80)
#3C5144
(60,81,68)
#324138
(50,65,56)
#28312C
(40,49,44)
#1E2120
(30,33,32)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #78B18C

#78B18C
(120,177,140)
#84B896
(132,184,150)
#90BFA0
(144,191,160)
#9CC6AA
(156,198,170)
#A8CDB4
(168,205,180)
#B4D4BE
(180,212,190)
#C0DBC8
(192,219,200)
#CCE2D2
(204,226,210)
#D8E9DC
(216,233,220)
#E4F0E6
(228,240,230)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B18C; }

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

This text font color is #78B18C.


Background Color

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

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

This div background color is #78B18C.


Border color

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

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

This div border color is #78B18C.


Opacity

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

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

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

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

This text has shadow with #78B18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B18C on black background.


Color preview on white background

This text has color #78B18C on white background.



Black color preview on #78B18C background

This text has black color on #78B18C background.


White color preview on #78B18C background

This text has white color on #78B18C background.