COLOR #78BC7B

HEX: #78BC7B RGB: (120,188,123)

Color info

#78BC7B contains mainly green color. Web safe color of #78BC7B is #66CC66 (or #6C6).

RGB color model

#78BC7B color RGB value is (120,188,123).

RGB: (120,188,123) (47%, 74%, 48%)

RGB channels and saturation

R 120 of 255 = 47%
G 188 of 255 = 74%
B 123 of 255 = 48%

120
188
123

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

Portions of RGB colors in percentages

R + G + B = 120 + 188 + 123 = 431 (100%)
R 120 of 431 ~ 27.84%
G 188 of 431 ~ 43.62%
B 123 of 431 ~ 28.54'%

%27.84
%43.62
%28.54

CMYK color model

#78BC7B color CMYK value is (36,0,35,26).

  • cyan value is 36.17%
  • magenta value is 0.00%
  • yellow value is 34.57%
  • key color value is 26.27%

CMYK: (36,0,35,26)
C36M0Y35K26 (36%, 0%, 35%, 26%)
(0.36 / 0.00 / 0.35 / 0.26)

CMYK percentages

%36.17
%0
%34.57
%26.27

Codes

Color #78BC7B in popluar color models

78 BC 7B
RGB 120 188 123
HSL 123° 33.66% 60.39%
HSB/HSV 123° 36.17% 73.73%
CMYK 36.17% 0.00% 34.57%
26.27%

Color #78BC7B in popluar number systems.

HEX 78 BC 7B
Decimal 120 188 123
Binary 1111000 10111100 1111011
Octal 170 274 173

Shades and tints

Shades of #78BC7B

#78BC7B
(120,188,123)
#6EAB70
(110,171,112)
#649A65
(100,154,101)
#5A895A
(90,137,90)
#50784F
(80,120,79)
#466744
(70,103,68)
#3C5639
(60,86,57)
#32452E
(50,69,46)
#283423
(40,52,35)
#1E2318
(30,35,24)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #78BC7B

#78BC7B
(120,188,123)
#84C287
(132,194,135)
#90C893
(144,200,147)
#9CCE9F
(156,206,159)
#A8D4AB
(168,212,171)
#B4DAB7
(180,218,183)
#C0E0C3
(192,224,195)
#CCE6CF
(204,230,207)
#D8ECDB
(216,236,219)
#E4F2E7
(228,242,231)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78BC7B color. Also use rgb(120,188,123) instead hex code.

Text Font Color

.myTextColor { color: #78BC7B; }

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

This text font color is #78BC7B.

Background Color

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

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

This div background color is #78BC7B.

Border color

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

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

This div border color is #78BC7B.

Opacity

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

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

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

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

This text has shadow with #78BC7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78BC7B.

Preview

Color preview on black background

This text has color #78BC7B on black background.


Color preview on white background

This text has color #78BC7B on white background.


Black color preview on #78BC7B background

This text has black color on #78BC7B background.


White color preview on #78BC7B background

This text has white color on #78BC7B background.


Related colors

Complementary color

Complementary color for #hex is #874384.


I love getcolorcode.com

Triadic colors

1 #7B78BC and #BC7B78 with #78BC7B are triadic colors.

2 #7BBC78 and #BC787B with #78BC7B are triadic colors.