COLOR #78C679

HEX: #78C679
RGB: (120,198,121)

Color info

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

RGB color model

#78C679 color RGB value is (120,198,121).

  • red value is 120;
  • green value is 198;
  • blue value is 121.
RGB:
(120,198,121)
(47%,78%,47%)

RGB channels and saturation

R 120 of 255 = 47%
G 198 of 255 = 78%
B 121 of 255 = 47%

120
198
121

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

Portions of RGB colors in percentages

R + G + B =
120 + 198 + 121 = 439 (100%)
R 120 of 439 ~ 27.33%
G 198 of 439 ~ 45.1%
B 121 of 439 ~ 27.56%

%27.33
%45.1
%27.56

CMYK color model

#78C679 color CMYK value is (39,0,39,22).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 22.35%
CMYK:
(39,0,39,22)
C39M0Y39K22 
(39%,0%,39%,22%)
(0.39/0.00/0.39/0.22)	

CMYK percentages

%39.39
%0
%38.89
%22.35

Codes

Color #78C679 in popluar color models

78C679
RGB120198121
HSL121°40.63%62.35%
HSB/HSV121°39.39%77.65%
CMYK39.39%0.00%38.89%
22.35%

Color #78C679 in popluar number systems.

HEX78C679
Decimal120198121
Binary1111000110001101111001
Octal170306171

Shades and tints

Shades of #78C679

#78C679
(120,198,121)
#6EB46E
(110,180,110)
#64A263
(100,162,99)
#5A9058
(90,144,88)
#507E4D
(80,126,77)
#466C42
(70,108,66)
#3C5A37
(60,90,55)
#32482C
(50,72,44)
#283621
(40,54,33)
#1E2416
(30,36,22)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #78C679

#78C679
(120,198,121)
#84CB85
(132,203,133)
#90D091
(144,208,145)
#9CD59D
(156,213,157)
#A8DAA9
(168,218,169)
#B4DFB5
(180,223,181)
#C0E4C1
(192,228,193)
#CCE9CD
(204,233,205)
#D8EED9
(216,238,217)
#E4F3E5
(228,243,229)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C679 color. Also use rgb(120,198,121) instead hex code.

Text Font Color

.myTextColor { color: #78C679; }

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

This text font color is #78C679.


Background Color

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

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

This div background color is #78C679.


Border color

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

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

This div border color is #78C679.


Opacity

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

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

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

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

This text has shadow with #78C679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C679 on black background.


Color preview on white background

This text has color #78C679 on white background.



Black color preview on #78C679 background

This text has black color on #78C679 background.


White color preview on #78C679 background

This text has white color on #78C679 background.