COLOR #78A56F

HEX: #78A56F RGB: (120,165,111)

Color info

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

RGB color model

#78A56F color RGB value is (120,165,111).

RGB: (120,165,111) (47%, 65%, 44%)

RGB channels and saturation

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

120
165
111

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

Portions of RGB colors in percentages

R + G + B = 120 + 165 + 111 = 396 (100%)
R 120 of 396 ~ 30.3%
G 165 of 396 ~ 41.67%
B 111 of 396 ~ 28.03'%

%30.3
%41.67
%28.03

CMYK color model

#78A56F color CMYK value is (27,0,33,35).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 32.73%
  • key color value is 35.29%
CMYK: (27,0,33,35) C27M0Y33K35 (27%,0%,33%,35%) (0.27/0.00/0.33/0.35) 

CMYK percentages

%27.27
%0
%32.73
%35.29

Codes

Color #78A56F in popluar color models

78 A5 6F
RGB 120 165 111
HSL 110° 23.08% 54.12%
HSB/HSV 110° 32.73% 64.71%
CMYK 27.27% 0.00% 32.73%
35.29%

Color #78A56F in popluar number systems.

HEX 78 A5 6F
Decimal 120 165 111
Binary 1111000 10100101 1101111
Octal 170 245 157

Shades and tints

Shades of #78A56F

#78A56F
(120,165,111)
#6E9665
(110,150,101)
#64875B
(100,135,91)
#5A7851
(90,120,81)
#506947
(80,105,71)
#465A3D
(70,90,61)
#3C4B33
(60,75,51)
#323C29
(50,60,41)
#282D1F
(40,45,31)
#1E1E15
(30,30,21)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #78A56F

#78A56F
(120,165,111)
#84AD7C
(132,173,124)
#90B589
(144,181,137)
#9CBD96
(156,189,150)
#A8C5A3
(168,197,163)
#B4CDB0
(180,205,176)
#C0D5BD
(192,213,189)
#CCDDCA
(204,221,202)
#D8E5D7
(216,229,215)
#E4EDE4
(228,237,228)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A56F; }

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

This text font color is #78A56F.

Background Color

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

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

This div background color is #78A56F.

Border color

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

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

This div border color is #78A56F.

Opacity

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

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

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

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

This text has shadow with #78A56F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A56F.

Preview

Color preview on black background

This text has color #78A56F on black background.


Color preview on white background

This text has color #78A56F on white background.


Black color preview on #78A56F background

This text has black color on #78A56F background.


White color preview on #78A56F background

This text has white color on #78A56F background.


Related colors

Complementary color

Complementary color for #hex is #875A90.


I love getcolorcode.com

Triadic colors

1 #6F78A5 and #A56F78 with #78A56F are triadic colors.

2 #6FA578 and #A5786F with #78A56F are triadic colors.