COLOR #78B584

HEX: #78B584 RGB: (120,181,132)

Color info

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

RGB color model

#78B584 color RGB value is (120,181,132).

RGB: (120,181,132) (47%, 71%, 52%)

RGB channels and saturation

R 120 of 255 = 47%
G 181 of 255 = 71%
B 132 of 255 = 52%

120
181
132

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

Portions of RGB colors in percentages

R + G + B = 120 + 181 + 132 = 433 (100%)
R 120 of 433 ~ 27.71%
G 181 of 433 ~ 41.8%
B 132 of 433 ~ 30.48'%

%27.71
%41.8
%30.48

CMYK color model

#78B584 color CMYK value is (34,0,27,29).

  • cyan value is 33.70%
  • magenta value is 0.00%
  • yellow value is 27.07%
  • key color value is 29.02%
CMYK: (34,0,27,29) C34M0Y27K29 (34%,0%,27%,29%) (0.34/0.00/0.27/0.29) 

CMYK percentages

%33.7
%0
%27.07
%29.02

Codes

Color #78B584 in popluar color models

78 B5 84
RGB 120 181 132
HSL 132° 29.19% 59.02%
HSB/HSV 132° 33.70% 70.98%
CMYK 33.70% 0.00% 27.07%
29.02%

Color #78B584 in popluar number systems.

HEX 78 B5 84
Decimal 120 181 132
Binary 1111000 10110101 10000100
Octal 170 265 204

Shades and tints

Shades of #78B584

#78B584
(120,181,132)
#6EA578
(110,165,120)
#64956C
(100,149,108)
#5A8560
(90,133,96)
#507554
(80,117,84)
#466548
(70,101,72)
#3C553C
(60,85,60)
#324530
(50,69,48)
#283524
(40,53,36)
#1E2518
(30,37,24)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #78B584

#78B584
(120,181,132)
#84BB8F
(132,187,143)
#90C19A
(144,193,154)
#9CC7A5
(156,199,165)
#A8CDB0
(168,205,176)
#B4D3BB
(180,211,187)
#C0D9C6
(192,217,198)
#CCDFD1
(204,223,209)
#D8E5DC
(216,229,220)
#E4EBE7
(228,235,231)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B584; }

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

This text font color is #78B584.

Background Color

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

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

This div background color is #78B584.

Border color

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

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

This div border color is #78B584.

Opacity

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

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

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

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

This text has shadow with #78B584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B584.

Preview

Color preview on black background

This text has color #78B584 on black background.


Color preview on white background

This text has color #78B584 on white background.


Black color preview on #78B584 background

This text has black color on #78B584 background.


White color preview on #78B584 background

This text has white color on #78B584 background.


Related colors

Complementary color

Complementary color for #hex is #874A7B.


I love getcolorcode.com

Triadic colors

1 #8478B5 and #B58478 with #78B584 are triadic colors.

2 #84B578 and #B57884 with #78B584 are triadic colors.