COLOR #78BE87

HEX: #78BE87 RGB: (120,190,135)

Color info

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

RGB color model

#78BE87 color RGB value is (120,190,135).

RGB: (120,190,135) (47%, 75%, 53%)

RGB channels and saturation

R 120 of 255 = 47%
G 190 of 255 = 75%
B 135 of 255 = 53%

120
190
135

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

Portions of RGB colors in percentages

R + G + B = 120 + 190 + 135 = 445 (100%)
R 120 of 445 ~ 26.97%
G 190 of 445 ~ 42.7%
B 135 of 445 ~ 30.34'%

%26.97
%42.7
%30.34

CMYK color model

#78BE87 color CMYK value is (37,0,29,25).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 25.49%

CMYK: (37,0,29,25)
C37M0Y29K25 (37%, 0%, 29%, 25%)
(0.37 / 0.00 / 0.29 / 0.25)

CMYK percentages

%36.84
%0
%28.95
%25.49

Codes

Color #78BE87 in popluar color models

78 BE 87
RGB 120 190 135
HSL 133° 35.00% 60.78%
HSB/HSV 133° 36.84% 74.51%
CMYK 36.84% 0.00% 28.95%
25.49%

Color #78BE87 in popluar number systems.

HEX 78 BE 87
Decimal 120 190 135
Binary 1111000 10111110 10000111
Octal 170 276 207

Shades and tints

Shades of #78BE87

#78BE87
(120,190,135)
#6EAD7B
(110,173,123)
#649C6F
(100,156,111)
#5A8B63
(90,139,99)
#507A57
(80,122,87)
#46694B
(70,105,75)
#3C583F
(60,88,63)
#324733
(50,71,51)
#283627
(40,54,39)
#1E251B
(30,37,27)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #78BE87

#78BE87
(120,190,135)
#84C391
(132,195,145)
#90C89B
(144,200,155)
#9CCDA5
(156,205,165)
#A8D2AF
(168,210,175)
#B4D7B9
(180,215,185)
#C0DCC3
(192,220,195)
#CCE1CD
(204,225,205)
#D8E6D7
(216,230,215)
#E4EBE1
(228,235,225)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BE87; }

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

This text font color is #78BE87.

Background Color

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

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

This div background color is #78BE87.

Border color

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

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

This div border color is #78BE87.

Opacity

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

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

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

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

This text has shadow with #78BE87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78BE87.

Preview

Color preview on black background

This text has color #78BE87 on black background.


Color preview on white background

This text has color #78BE87 on white background.


Black color preview on #78BE87 background

This text has black color on #78BE87 background.


White color preview on #78BE87 background

This text has white color on #78BE87 background.


Related colors

Complementary color

Complementary color for #hex is #874178.


I love getcolorcode.com

Triadic colors

1 #8778BE and #BE8778 with #78BE87 are triadic colors.

2 #87BE78 and #BE7887 with #78BE87 are triadic colors.