COLOR #78A580

HEX: #78A580
RGB: (120,165,128)

Color info

#78A580 contains red, green and blue colors in about the same proportion. Web safe color of #78A580 is #669966 (or #696).

RGB color model

#78A580 color RGB value is (120,165,128).

  • red value is 120;
  • green value is 165;
  • blue value is 128.
RGB:
(120,165,128)
(47%,65%,50%)

RGB channels and saturation

R 120 of 255 = 47%
G 165 of 255 = 65%
B 128 of 255 = 50%

120
165
128

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

Portions of RGB colors in percentages

R + G + B =
120 + 165 + 128 = 413 (100%)
R 120 of 413 ~ 29.06%
G 165 of 413 ~ 39.95%
B 128 of 413 ~ 30.99%

%29.06
%39.95
%30.99

CMYK color model

#78A580 color CMYK value is (27,0,22,35).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 22.42%
  • key color value is 35.29%
CMYK:
(27,0,22,35)
C27M0Y22K35 
(27%,0%,22%,35%)
(0.27/0.00/0.22/0.35)	

CMYK percentages

%27.27
%0
%22.42
%35.29

Codes

Color #78A580 in popluar color models

78A580
RGB120165128
HSL131°20.00%55.88%
HSB/HSV131°27.27%64.71%
CMYK27.27%0.00%22.42%
35.29%

Color #78A580 in popluar number systems.

HEX78A580
Decimal120165128
Binary11110001010010110000000
Octal170245200

Shades and tints

Shades of #78A580

#78A580
(120,165,128)
#6E9675
(110,150,117)
#64876A
(100,135,106)
#5A785F
(90,120,95)
#506954
(80,105,84)
#465A49
(70,90,73)
#3C4B3E
(60,75,62)
#323C33
(50,60,51)
#282D28
(40,45,40)
#1E1E1D
(30,30,29)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #78A580

#78A580
(120,165,128)
#84AD8B
(132,173,139)
#90B596
(144,181,150)
#9CBDA1
(156,189,161)
#A8C5AC
(168,197,172)
#B4CDB7
(180,205,183)
#C0D5C2
(192,213,194)
#CCDDCD
(204,221,205)
#D8E5D8
(216,229,216)
#E4EDE3
(228,237,227)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A580; }

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

This text font color is #78A580.


Background Color

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

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

This div background color is #78A580.


Border color

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

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

This div border color is #78A580.


Opacity

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

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

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

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

This text has shadow with #78A580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A580 on black background.


Color preview on white background

This text has color #78A580 on white background.



Black color preview on #78A580 background

This text has black color on #78A580 background.


White color preview on #78A580 background

This text has white color on #78A580 background.