COLOR #78AA6B

HEX: #78AA6B
RGB: (120,170,107)

Color info

#78AA6B contains mainly red and green colors. Web safe color of #78AA6B is #669966 (or #696).

RGB color model

#78AA6B color RGB value is (120,170,107).

  • red value is 120;
  • green value is 170;
  • blue value is 107.
RGB:
(120,170,107)
(47%,67%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 170 of 255 = 67%
B 107 of 255 = 42%

120
170
107

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

Portions of RGB colors in percentages

R + G + B =
120 + 170 + 107 = 397 (100%)
R 120 of 397 ~ 30.23%
G 170 of 397 ~ 42.82%
B 107 of 397 ~ 26.95%

%30.23
%42.82
%26.95

CMYK color model

#78AA6B color CMYK value is (29,0,37,33).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 37.06%
  • key color value is 33.33%
CMYK:
(29,0,37,33)
C29M0Y37K33 
(29%,0%,37%,33%)
(0.29/0.00/0.37/0.33)	

CMYK percentages

%29.41
%0
%37.06
%33.33

Codes

Color #78AA6B in popluar color models

78AA6B
RGB120170107
HSL108°27.04%54.31%
HSB/HSV108°37.06%66.67%
CMYK29.41%0.00%37.06%
33.33%

Color #78AA6B in popluar number systems.

HEX78AA6B
Decimal120170107
Binary1111000101010101101011
Octal170252153

Shades and tints

Shades of #78AA6B

#78AA6B
(120,170,107)
#6E9B62
(110,155,98)
#648C59
(100,140,89)
#5A7D50
(90,125,80)
#506E47
(80,110,71)
#465F3E
(70,95,62)
#3C5035
(60,80,53)
#32412C
(50,65,44)
#283223
(40,50,35)
#1E231A
(30,35,26)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #78AA6B

#78AA6B
(120,170,107)
#84B178
(132,177,120)
#90B885
(144,184,133)
#9CBF92
(156,191,146)
#A8C69F
(168,198,159)
#B4CDAC
(180,205,172)
#C0D4B9
(192,212,185)
#CCDBC6
(204,219,198)
#D8E2D3
(216,226,211)
#E4E9E0
(228,233,224)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78AA6B color. Also use rgb(120,170,107) instead hex code.

Text Font Color

.myTextColor { color: #78AA6B; }

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

This text font color is #78AA6B.


Background Color

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

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

This div background color is #78AA6B.


Border color

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

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

This div border color is #78AA6B.


Opacity

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

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

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

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

This text has shadow with #78AA6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78AA6B on black background.


Color preview on white background

This text has color #78AA6B on white background.



Black color preview on #78AA6B background

This text has black color on #78AA6B background.


White color preview on #78AA6B background

This text has white color on #78AA6B background.