COLOR #78A86F

HEX: #78A86F
RGB: (120,168,111)

Color info

#78A86F contains red, green and blue colors in about the same proportion. Web safe color of #78A86F is #669966 (or #696).

RGB color model

#78A86F color RGB value is (120,168,111).

  • red value is 120;
  • green value is 168;
  • blue value is 111.
RGB:
(120,168,111)
(47%,66%,44%)

RGB channels and saturation

R 120 of 255 = 47%
G 168 of 255 = 66%
B 111 of 255 = 44%

120
168
111

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

Portions of RGB colors in percentages

R + G + B =
120 + 168 + 111 = 399 (100%)
R 120 of 399 ~ 30.08%
G 168 of 399 ~ 42.11%
B 111 of 399 ~ 27.82%

%30.08
%42.11
%27.82

CMYK color model

#78A86F color CMYK value is (29,0,34,34).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 33.93%
  • key color value is 34.12%
CMYK:
(29,0,34,34)
C29M0Y34K34 
(29%,0%,34%,34%)
(0.29/0.00/0.34/0.34)	

CMYK percentages

%28.57
%0
%33.93
%34.12

Codes

Color #78A86F in popluar color models

78A86F
RGB120168111
HSL111°24.68%54.71%
HSB/HSV111°33.93%65.88%
CMYK28.57%0.00%33.93%
34.12%

Color #78A86F in popluar number systems.

HEX78A86F
Decimal120168111
Binary1111000101010001101111
Octal170250157

Shades and tints

Shades of #78A86F

#78A86F
(120,168,111)
#6E9965
(110,153,101)
#648A5B
(100,138,91)
#5A7B51
(90,123,81)
#506C47
(80,108,71)
#465D3D
(70,93,61)
#3C4E33
(60,78,51)
#323F29
(50,63,41)
#28301F
(40,48,31)
#1E2115
(30,33,21)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #78A86F

#78A86F
(120,168,111)
#84AF7C
(132,175,124)
#90B689
(144,182,137)
#9CBD96
(156,189,150)
#A8C4A3
(168,196,163)
#B4CBB0
(180,203,176)
#C0D2BD
(192,210,189)
#CCD9CA
(204,217,202)
#D8E0D7
(216,224,215)
#E4E7E4
(228,231,228)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A86F color. Also use rgb(120,168,111) instead hex code.

Text Font Color

.myTextColor { color: #78A86F; }

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

This text font color is #78A86F.


Background Color

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

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

This div background color is #78A86F.


Border color

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

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

This div border color is #78A86F.


Opacity

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

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

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

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

This text has shadow with #78A86F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A86F on black background.


Color preview on white background

This text has color #78A86F on white background.



Black color preview on #78A86F background

This text has black color on #78A86F background.


White color preview on #78A86F background

This text has white color on #78A86F background.