COLOR #78A76F

HEX: #78A76F
RGB: (120,167,111)

Color info

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

RGB color model

#78A76F color RGB value is (120,167,111).

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

RGB channels and saturation

R 120 of 255 = 47%
G 167 of 255 = 65%
B 111 of 255 = 44%

120
167
111

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

Portions of RGB colors in percentages

R + G + B =
120 + 167 + 111 = 398 (100%)
R 120 of 398 ~ 30.15%
G 167 of 398 ~ 41.96%
B 111 of 398 ~ 27.89%

%30.15
%41.96
%27.89

CMYK color model

#78A76F color CMYK value is (28,0,34,35).

  • cyan value is 28.14%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 34.51%
CMYK:
(28,0,34,35)
C28M0Y34K35 
(28%,0%,34%,35%)
(0.28/0.00/0.34/0.35)	

CMYK percentages

%28.14
%0
%33.53
%34.51

Codes

Color #78A76F in popluar color models

78A76F
RGB120167111
HSL110°24.14%54.51%
HSB/HSV110°33.53%65.49%
CMYK28.14%0.00%33.53%
34.51%

Color #78A76F in popluar number systems.

HEX78A76F
Decimal120167111
Binary1111000101001111101111
Octal170247157

Shades and tints

Shades of #78A76F

#78A76F
(120,167,111)
#6E9865
(110,152,101)
#64895B
(100,137,91)
#5A7A51
(90,122,81)
#506B47
(80,107,71)
#465C3D
(70,92,61)
#3C4D33
(60,77,51)
#323E29
(50,62,41)
#282F1F
(40,47,31)
#1E2015
(30,32,21)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #78A76F

#78A76F
(120,167,111)
#84AF7C
(132,175,124)
#90B789
(144,183,137)
#9CBF96
(156,191,150)
#A8C7A3
(168,199,163)
#B4CFB0
(180,207,176)
#C0D7BD
(192,215,189)
#CCDFCA
(204,223,202)
#D8E7D7
(216,231,215)
#E4EFE4
(228,239,228)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A76F; }

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

This text font color is #78A76F.


Background Color

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

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

This div background color is #78A76F.


Border color

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

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

This div border color is #78A76F.


Opacity

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

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

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

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

This text has shadow with #78A76F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A76F on black background.


Color preview on white background

This text has color #78A76F on white background.



Black color preview on #78A76F background

This text has black color on #78A76F background.


White color preview on #78A76F background

This text has white color on #78A76F background.