COLOR #78B384

HEX: #78B384
RGB: (120,179,132)

Color info

#78B384 contains red, green and blue colors in about the same proportion. Web safe color of #78B384 is #669999 (or #699).

RGB color model

#78B384 color RGB value is (120,179,132).

  • red value is 120;
  • green value is 179;
  • blue value is 132.
RGB:
(120,179,132)
(47%,70%,52%)

RGB channels and saturation

R 120 of 255 = 47%
G 179 of 255 = 70%
B 132 of 255 = 52%

120
179
132

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

Portions of RGB colors in percentages

R + G + B =
120 + 179 + 132 = 431 (100%)
R 120 of 431 ~ 27.84%
G 179 of 431 ~ 41.53%
B 132 of 431 ~ 30.63%

%27.84
%41.53
%30.63

CMYK color model

#78B384 color CMYK value is (33,0,26,30).

  • cyan value is 32.96%
  • magenta value is 0.00%
  • yellow value is 26.26%
  • key color value is 29.80%
CMYK:
(33,0,26,30)
C33M0Y26K30 
(33%,0%,26%,30%)
(0.33/0.00/0.26/0.30)	

CMYK percentages

%32.96
%0
%26.26
%29.8

Codes

Color #78B384 in popluar color models

78B384
RGB120179132
HSL132°27.96%58.63%
HSB/HSV132°32.96%70.20%
CMYK32.96%0.00%26.26%
29.80%

Color #78B384 in popluar number systems.

HEX78B384
Decimal120179132
Binary11110001011001110000100
Octal170263204

Shades and tints

Shades of #78B384

#78B384
(120,179,132)
#6EA378
(110,163,120)
#64936C
(100,147,108)
#5A8360
(90,131,96)
#507354
(80,115,84)
#466348
(70,99,72)
#3C533C
(60,83,60)
#324330
(50,67,48)
#283324
(40,51,36)
#1E2318
(30,35,24)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #78B384

#78B384
(120,179,132)
#84B98F
(132,185,143)
#90BF9A
(144,191,154)
#9CC5A5
(156,197,165)
#A8CBB0
(168,203,176)
#B4D1BB
(180,209,187)
#C0D7C6
(192,215,198)
#CCDDD1
(204,221,209)
#D8E3DC
(216,227,220)
#E4E9E7
(228,233,231)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B384; }

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

This text font color is #78B384.


Background Color

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

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

This div background color is #78B384.


Border color

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

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

This div border color is #78B384.


Opacity

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

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

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

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

This text has shadow with #78B384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B384 on black background.


Color preview on white background

This text has color #78B384 on white background.



Black color preview on #78B384 background

This text has black color on #78B384 background.


White color preview on #78B384 background

This text has white color on #78B384 background.