COLOR #78B787

HEX: #78B787
RGB: (120,183,135)

Color info

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

RGB color model

#78B787 color RGB value is (120,183,135).

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

RGB channels and saturation

R 120 of 255 = 47%
G 183 of 255 = 72%
B 135 of 255 = 53%

120
183
135

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

Portions of RGB colors in percentages

R + G + B =
120 + 183 + 135 = 438 (100%)
R 120 of 438 ~ 27.4%
G 183 of 438 ~ 41.78%
B 135 of 438 ~ 30.82%

%27.4
%41.78
%30.82

CMYK color model

#78B787 color CMYK value is (34,0,26,28).

  • cyan value is 34.43%
  • magenta value is 0.00%
  • yellow value is 26.23%
  • key color value is 28.24%
CMYK:
(34,0,26,28)
C34M0Y26K28 
(34%,0%,26%,28%)
(0.34/0.00/0.26/0.28)	

CMYK percentages

%34.43
%0
%26.23
%28.24

Codes

Color #78B787 in popluar color models

78B787
RGB120183135
HSL134°30.43%59.41%
HSB/HSV134°34.43%71.76%
CMYK34.43%0.00%26.23%
28.24%

Color #78B787 in popluar number systems.

HEX78B787
Decimal120183135
Binary11110001011011110000111
Octal170267207

Shades and tints

Shades of #78B787

#78B787
(120,183,135)
#6EA77B
(110,167,123)
#64976F
(100,151,111)
#5A8763
(90,135,99)
#507757
(80,119,87)
#46674B
(70,103,75)
#3C573F
(60,87,63)
#324733
(50,71,51)
#283727
(40,55,39)
#1E271B
(30,39,27)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #78B787

#78B787
(120,183,135)
#84BD91
(132,189,145)
#90C39B
(144,195,155)
#9CC9A5
(156,201,165)
#A8CFAF
(168,207,175)
#B4D5B9
(180,213,185)
#C0DBC3
(192,219,195)
#CCE1CD
(204,225,205)
#D8E7D7
(216,231,215)
#E4EDE1
(228,237,225)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B787; }

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

This text font color is #78B787.


Background Color

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

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

This div background color is #78B787.


Border color

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

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

This div border color is #78B787.


Opacity

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

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

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

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

This text has shadow with #78B787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B787 on black background.


Color preview on white background

This text has color #78B787 on white background.



Black color preview on #78B787 background

This text has black color on #78B787 background.


White color preview on #78B787 background

This text has white color on #78B787 background.