COLOR #78B78F

HEX: #78B78F
RGB: (120,183,143)

Color info

#78B78F contains mainly green and blue colors. Web safe color of #78B78F is #66CC99 (or #6C9).

RGB color model

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

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

RGB channels and saturation

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

120
183
143

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

Portions of RGB colors in percentages

R + G + B =
120 + 183 + 143 = 446 (100%)
R 120 of 446 ~ 26.91%
G 183 of 446 ~ 41.03%
B 143 of 446 ~ 32.06%

%26.91
%41.03
%32.06

CMYK color model

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

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

CMYK percentages

%34.43
%0
%21.86
%28.24

Codes

Color #78B78F in popluar color models

78B78F
RGB120183143
HSL142°30.43%59.41%
HSB/HSV142°34.43%71.76%
CMYK34.43%0.00%21.86%
28.24%

Color #78B78F in popluar number systems.

HEX78B78F
Decimal120183143
Binary11110001011011110001111
Octal170267217

Shades and tints

Shades of #78B78F

#78B78F
(120,183,143)
#6EA782
(110,167,130)
#649775
(100,151,117)
#5A8768
(90,135,104)
#50775B
(80,119,91)
#46674E
(70,103,78)
#3C5741
(60,87,65)
#324734
(50,71,52)
#283727
(40,55,39)
#1E271A
(30,39,26)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #78B78F

#78B78F
(120,183,143)
#84BD99
(132,189,153)
#90C3A3
(144,195,163)
#9CC9AD
(156,201,173)
#A8CFB7
(168,207,183)
#B4D5C1
(180,213,193)
#C0DBCB
(192,219,203)
#CCE1D5
(204,225,213)
#D8E7DF
(216,231,223)
#E4EDE9
(228,237,233)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B78F; }

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

This text font color is #78B78F.


Background Color

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

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

This div background color is #78B78F.


Border color

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

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

This div border color is #78B78F.


Opacity

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

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

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

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

This text has shadow with #78B78F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B78F on black background.


Color preview on white background

This text has color #78B78F on white background.



Black color preview on #78B78F background

This text has black color on #78B78F background.


White color preview on #78B78F background

This text has white color on #78B78F background.