COLOR #78B47C

HEX: #78B47C
RGB: (120,180,124)

Color info

#78B47C contains mainly green and blue colors. Web safe color of #78B47C is #66CC66 (or #6C6).

RGB color model

#78B47C color RGB value is (120,180,124).

  • red value is 120;
  • green value is 180;
  • blue value is 124.
RGB:
(120,180,124)
(47%,71%,49%)

RGB channels and saturation

R 120 of 255 = 47%
G 180 of 255 = 71%
B 124 of 255 = 49%

120
180
124

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

Portions of RGB colors in percentages

R + G + B =
120 + 180 + 124 = 424 (100%)
R 120 of 424 ~ 28.3%
G 180 of 424 ~ 42.45%
B 124 of 424 ~ 29.25%

%28.3
%42.45
%29.25

CMYK color model

#78B47C color CMYK value is (33,0,31,29).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 31.11%
  • key color value is 29.41%
CMYK:
(33,0,31,29)
C33M0Y31K29 
(33%,0%,31%,29%)
(0.33/0.00/0.31/0.29)	

CMYK percentages

%33.33
%0
%31.11
%29.41

Codes

Color #78B47C in popluar color models

78B47C
RGB120180124
HSL124°28.57%58.82%
HSB/HSV124°33.33%70.59%
CMYK33.33%0.00%31.11%
29.41%

Color #78B47C in popluar number systems.

HEX78B47C
Decimal120180124
Binary1111000101101001111100
Octal170264174

Shades and tints

Shades of #78B47C

#78B47C
(120,180,124)
#6EA471
(110,164,113)
#649466
(100,148,102)
#5A845B
(90,132,91)
#507450
(80,116,80)
#466445
(70,100,69)
#3C543A
(60,84,58)
#32442F
(50,68,47)
#283424
(40,52,36)
#1E2419
(30,36,25)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #78B47C

#78B47C
(120,180,124)
#84BA87
(132,186,135)
#90C092
(144,192,146)
#9CC69D
(156,198,157)
#A8CCA8
(168,204,168)
#B4D2B3
(180,210,179)
#C0D8BE
(192,216,190)
#CCDEC9
(204,222,201)
#D8E4D4
(216,228,212)
#E4EADF
(228,234,223)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B47C color. Also use rgb(120,180,124) instead hex code.

Text Font Color

.myTextColor { color: #78B47C; }

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

This text font color is #78B47C.


Background Color

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

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

This div background color is #78B47C.


Border color

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

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

This div border color is #78B47C.


Opacity

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

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

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

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

This text has shadow with #78B47C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B47C on black background.


Color preview on white background

This text has color #78B47C on white background.



Black color preview on #78B47C background

This text has black color on #78B47C background.


White color preview on #78B47C background

This text has white color on #78B47C background.