COLOR #78BF8C

HEX: #78BF8C RGB: (120,191,140)

Color info

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

RGB color model

#78BF8C color RGB value is (120,191,140).

RGB: (120,191,140) (47%, 75%, 55%)

RGB channels and saturation

R 120 of 255 = 47%
G 191 of 255 = 75%
B 140 of 255 = 55%

120
191
140

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

Portions of RGB colors in percentages

R + G + B = 120 + 191 + 140 = 451 (100%)
R 120 of 451 ~ 26.61%
G 191 of 451 ~ 42.35%
B 140 of 451 ~ 31.04'%

%26.61
%42.35
%31.04

CMYK color model

#78BF8C color CMYK value is (37,0,27,25).

  • cyan value is 37.17%
  • magenta value is 0.00%
  • yellow value is 26.70%
  • key color value is 25.10%

CMYK: (37,0,27,25)
C37M0Y27K25 (37%, 0%, 27%, 25%)
(0.37 / 0.00 / 0.27 / 0.25)

CMYK percentages

%37.17
%0
%26.7
%25.1

Codes

Color #78BF8C in popluar color models

78 BF 8C
RGB 120 191 140
HSL 137° 35.68% 60.98%
HSB/HSV 137° 37.17% 74.90%
CMYK 37.17% 0.00% 26.70%
25.10%

Color #78BF8C in popluar number systems.

HEX 78 BF 8C
Decimal 120 191 140
Binary 1111000 10111111 10001100
Octal 170 277 214

Shades and tints

Shades of #78BF8C

#78BF8C
(120,191,140)
#6EAE80
(110,174,128)
#649D74
(100,157,116)
#5A8C68
(90,140,104)
#507B5C
(80,123,92)
#466A50
(70,106,80)
#3C5944
(60,89,68)
#324838
(50,72,56)
#28372C
(40,55,44)
#1E2620
(30,38,32)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #78BF8C

#78BF8C
(120,191,140)
#84C496
(132,196,150)
#90C9A0
(144,201,160)
#9CCEAA
(156,206,170)
#A8D3B4
(168,211,180)
#B4D8BE
(180,216,190)
#C0DDC8
(192,221,200)
#CCE2D2
(204,226,210)
#D8E7DC
(216,231,220)
#E4ECE6
(228,236,230)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78BF8C color. Also use rgb(120,191,140) instead hex code.

Text Font Color

.myTextColor { color: #78BF8C; }

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

This text font color is #78BF8C.

Background Color

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

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

This div background color is #78BF8C.

Border color

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

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

This div border color is #78BF8C.

Opacity

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

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

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

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

This text has shadow with #78BF8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78BF8C.

Preview

Color preview on black background

This text has color #78BF8C on black background.


Color preview on white background

This text has color #78BF8C on white background.


Black color preview on #78BF8C background

This text has black color on #78BF8C background.


White color preview on #78BF8C background

This text has white color on #78BF8C background.


Related colors

Complementary color

Complementary color for #78BF8C is #874073.


I love getcolorcode.com

Triadic colors

1 #8C78BF and #BF8C78 with #78BF8C are triadic colors.

2 #8CBF78 and #BF788C with #78BF8C are triadic colors.