COLOR #78AA6F

HEX: #78AA6F RGB: (120,170,111)

Color info

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

RGB color model

#78AA6F color RGB value is (120,170,111).

RGB: (120,170,111) (47%, 67%, 44%)

RGB channels and saturation

R 120 of 255 = 47%
G 170 of 255 = 67%
B 111 of 255 = 44%

120
170
111

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

Portions of RGB colors in percentages

R + G + B = 120 + 170 + 111 = 401 (100%)
R 120 of 401 ~ 29.93%
G 170 of 401 ~ 42.39%
B 111 of 401 ~ 27.68'%

%29.93
%42.39
%27.68

CMYK color model

#78AA6F color CMYK value is (29,0,35,33).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 34.71%
  • key color value is 33.33%

CMYK: (29,0,35,33)
C29M0Y35K33 (29%, 0%, 35%, 33%)
(0.29 / 0.00 / 0.35 / 0.33)

CMYK percentages

%29.41
%0
%34.71
%33.33

Codes

Color #78AA6F in popluar color models

78 AA 6F
RGB 120 170 111
HSL 111° 25.76% 55.10%
HSB/HSV 111° 34.71% 66.67%
CMYK 29.41% 0.00% 34.71%
33.33%

Color #78AA6F in popluar number systems.

HEX 78 AA 6F
Decimal 120 170 111
Binary 1111000 10101010 1101111
Octal 170 252 157

Shades and tints

Shades of #78AA6F

#78AA6F
(120,170,111)
#6E9B65
(110,155,101)
#648C5B
(100,140,91)
#5A7D51
(90,125,81)
#506E47
(80,110,71)
#465F3D
(70,95,61)
#3C5033
(60,80,51)
#324129
(50,65,41)
#28321F
(40,50,31)
#1E2315
(30,35,21)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #78AA6F

#78AA6F
(120,170,111)
#84B17C
(132,177,124)
#90B889
(144,184,137)
#9CBF96
(156,191,150)
#A8C6A3
(168,198,163)
#B4CDB0
(180,205,176)
#C0D4BD
(192,212,189)
#CCDBCA
(204,219,202)
#D8E2D7
(216,226,215)
#E4E9E4
(228,233,228)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78AA6F; }

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

This text font color is #78AA6F.

Background Color

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

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

This div background color is #78AA6F.

Border color

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

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

This div border color is #78AA6F.

Opacity

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

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

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

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

This text has shadow with #78AA6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78AA6F.

Preview

Color preview on black background

This text has color #78AA6F on black background.


Color preview on white background

This text has color #78AA6F on white background.


Black color preview on #78AA6F background

This text has black color on #78AA6F background.


White color preview on #78AA6F background

This text has white color on #78AA6F background.


Related colors

Complementary color

Complementary color for #hex is #875590.


I love getcolorcode.com

Triadic colors

1 #6F78AA and #AA6F78 with #78AA6F are triadic colors.

2 #6FAA78 and #AA786F with #78AA6F are triadic colors.