COLOR #78B28C

HEX: #78B28C
RGB: (120,178,140)

Color info

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

RGB color model

#78B28C color RGB value is (120,178,140).

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

RGB channels and saturation

R 120 of 255 = 47%
G 178 of 255 = 70%
B 140 of 255 = 55%

120
178
140

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

Portions of RGB colors in percentages

R + G + B =
120 + 178 + 140 = 438 (100%)
R 120 of 438 ~ 27.4%
G 178 of 438 ~ 40.64%
B 140 of 438 ~ 31.96%

%27.4
%40.64
%31.96

CMYK color model

#78B28C color CMYK value is (33,0,21,30).

  • cyan value is 32.58%
  • magenta value is 0.00%
  • yellow value is 21.35%
  • key color value is 30.20%
CMYK:
(33,0,21,30)
C33M0Y21K30 
(33%,0%,21%,30%)
(0.33/0.00/0.21/0.30)	

CMYK percentages

%32.58
%0
%21.35
%30.2

Codes

Color #78B28C in popluar color models

78B28C
RGB120178140
HSL141°27.36%58.43%
HSB/HSV141°32.58%69.80%
CMYK32.58%0.00%21.35%
30.20%

Color #78B28C in popluar number systems.

HEX78B28C
Decimal120178140
Binary11110001011001010001100
Octal170262214

Shades and tints

Shades of #78B28C

#78B28C
(120,178,140)
#6EA280
(110,162,128)
#649274
(100,146,116)
#5A8268
(90,130,104)
#50725C
(80,114,92)
#466250
(70,98,80)
#3C5244
(60,82,68)
#324238
(50,66,56)
#28322C
(40,50,44)
#1E2220
(30,34,32)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #78B28C

#78B28C
(120,178,140)
#84B996
(132,185,150)
#90C0A0
(144,192,160)
#9CC7AA
(156,199,170)
#A8CEB4
(168,206,180)
#B4D5BE
(180,213,190)
#C0DCC8
(192,220,200)
#CCE3D2
(204,227,210)
#D8EADC
(216,234,220)
#E4F1E6
(228,241,230)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B28C; }

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

This text font color is #78B28C.


Background Color

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

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

This div background color is #78B28C.


Border color

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

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

This div border color is #78B28C.


Opacity

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

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

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

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

This text has shadow with #78B28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B28C on black background.


Color preview on white background

This text has color #78B28C on white background.



Black color preview on #78B28C background

This text has black color on #78B28C background.


White color preview on #78B28C background

This text has white color on #78B28C background.