COLOR #78B778

HEX: #78B778
RGB: (120,183,120)

Color info

#78B778 contains mainly green color. Web safe color of #78B778 is #66CC66 (or #6C6).

RGB color model

#78B778 color RGB value is (120,183,120).

  • red value is 120;
  • green value is 183;
  • blue value is 120.
RGB:
(120,183,120)
(47%,72%,47%)

RGB channels and saturation

R 120 of 255 = 47%
G 183 of 255 = 72%
B 120 of 255 = 47%

120
183
120

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

Portions of RGB colors in percentages

R + G + B =
120 + 183 + 120 = 423 (100%)
R 120 of 423 ~ 28.37%
G 183 of 423 ~ 43.26%
B 120 of 423 ~ 28.37%

%28.37
%43.26
%28.37

CMYK color model

#78B778 color CMYK value is (34,0,34,28).

  • cyan value is 34.43%
  • magenta value is 0.00%
  • yellow value is 34.43%
  • key color value is 28.24%
CMYK:
(34,0,34,28)
C34M0Y34K28 
(34%,0%,34%,28%)
(0.34/0.00/0.34/0.28)	

CMYK percentages

%34.43
%0
%34.43
%28.24

Codes

Color #78B778 in popluar color models

78B778
RGB120183120
HSL120°30.43%59.41%
HSB/HSV120°34.43%71.76%
CMYK34.43%0.00%34.43%
28.24%

Color #78B778 in popluar number systems.

HEX78B778
Decimal120183120
Binary1111000101101111111000
Octal170267170

Shades and tints

Shades of #78B778

#78B778
(120,183,120)
#6EA76E
(110,167,110)
#649764
(100,151,100)
#5A875A
(90,135,90)
#507750
(80,119,80)
#466746
(70,103,70)
#3C573C
(60,87,60)
#324732
(50,71,50)
#283728
(40,55,40)
#1E271E
(30,39,30)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #78B778

#78B778
(120,183,120)
#84BD84
(132,189,132)
#90C390
(144,195,144)
#9CC99C
(156,201,156)
#A8CFA8
(168,207,168)
#B4D5B4
(180,213,180)
#C0DBC0
(192,219,192)
#CCE1CC
(204,225,204)
#D8E7D8
(216,231,216)
#E4EDE4
(228,237,228)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B778; }

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

This text font color is #78B778.


Background Color

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

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

This div background color is #78B778.


Border color

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

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

This div border color is #78B778.


Opacity

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

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

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

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

This text has shadow with #78B778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B778 on black background.


Color preview on white background

This text has color #78B778 on white background.



Black color preview on #78B778 background

This text has black color on #78B778 background.


White color preview on #78B778 background

This text has white color on #78B778 background.