COLOR #78B58F

HEX: #78B58F
RGB: (120,181,143)

Color info

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

RGB color model

#78B58F color RGB value is (120,181,143).

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

RGB channels and saturation

R 120 of 255 = 47%
G 181 of 255 = 71%
B 143 of 255 = 56%

120
181
143

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

Portions of RGB colors in percentages

R + G + B =
120 + 181 + 143 = 444 (100%)
R 120 of 444 ~ 27.03%
G 181 of 444 ~ 40.77%
B 143 of 444 ~ 32.21%

%27.03
%40.77
%32.21

CMYK color model

#78B58F color CMYK value is (34,0,21,29).

  • cyan value is 33.70%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 29.02%
CMYK:
(34,0,21,29)
C34M0Y21K29 
(34%,0%,21%,29%)
(0.34/0.00/0.21/0.29)	

CMYK percentages

%33.7
%0
%20.99
%29.02

Codes

Color #78B58F in popluar color models

78B58F
RGB120181143
HSL143°29.19%59.02%
HSB/HSV143°33.70%70.98%
CMYK33.70%0.00%20.99%
29.02%

Color #78B58F in popluar number systems.

HEX78B58F
Decimal120181143
Binary11110001011010110001111
Octal170265217

Shades and tints

Shades of #78B58F

#78B58F
(120,181,143)
#6EA582
(110,165,130)
#649575
(100,149,117)
#5A8568
(90,133,104)
#50755B
(80,117,91)
#46654E
(70,101,78)
#3C5541
(60,85,65)
#324534
(50,69,52)
#283527
(40,53,39)
#1E251A
(30,37,26)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #78B58F

#78B58F
(120,181,143)
#84BB99
(132,187,153)
#90C1A3
(144,193,163)
#9CC7AD
(156,199,173)
#A8CDB7
(168,205,183)
#B4D3C1
(180,211,193)
#C0D9CB
(192,217,203)
#CCDFD5
(204,223,213)
#D8E5DF
(216,229,223)
#E4EBE9
(228,235,233)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B58F; }

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

This text font color is #78B58F.


Background Color

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

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

This div background color is #78B58F.


Border color

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

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

This div border color is #78B58F.


Opacity

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

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

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

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

This text has shadow with #78B58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B58F on black background.


Color preview on white background

This text has color #78B58F on white background.



Black color preview on #78B58F background

This text has black color on #78B58F background.


White color preview on #78B58F background

This text has white color on #78B58F background.