COLOR #78A570

HEX: #78A570 RGB: (120,165,112)

Color info

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

RGB color model

#78A570 color RGB value is (120,165,112).

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

RGB channels and saturation

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

120
165
112

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

Portions of RGB colors in percentages

R + G + B = 120 + 165 + 112 = 397 (100%)
R 120 of 397 ~ 30.23%
G 165 of 397 ~ 41.56%
B 112 of 397 ~ 28.21'%

%30.23
%41.56
%28.21

CMYK color model

#78A570 color CMYK value is (27,0,32,35).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 32.12%
  • key color value is 35.29%

CMYK: (27,0,32,35)
C27M0Y32K35 (27%, 0%, 32%, 35%)
(0.27 / 0.00 / 0.32 / 0.35)

CMYK percentages

%27.27
%0
%32.12
%35.29

Codes

Color #78A570 in popluar color models

78 A5 70
RGB 120 165 112
HSL 111° 22.75% 54.31%
HSB/HSV 111° 32.12% 64.71%
CMYK 27.27% 0.00% 32.12%
35.29%

Color #78A570 in popluar number systems.

HEX 78 A5 70
Decimal 120 165 112
Binary 1111000 10100101 1110000
Octal 170 245 160

Shades and tints

Shades of #78A570

#78A570
(120,165,112)
#6E9666
(110,150,102)
#64875C
(100,135,92)
#5A7852
(90,120,82)
#506948
(80,105,72)
#465A3E
(70,90,62)
#3C4B34
(60,75,52)
#323C2A
(50,60,42)
#282D20
(40,45,32)
#1E1E16
(30,30,22)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #78A570

#78A570
(120,165,112)
#84AD7D
(132,173,125)
#90B58A
(144,181,138)
#9CBD97
(156,189,151)
#A8C5A4
(168,197,164)
#B4CDB1
(180,205,177)
#C0D5BE
(192,213,190)
#CCDDCB
(204,221,203)
#D8E5D8
(216,229,216)
#E4EDE5
(228,237,229)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A570; }

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

This text font color is #78A570.

Background Color

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

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

This div background color is #78A570.

Border color

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

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

This div border color is #78A570.

Opacity

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

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

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

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

This text has shadow with #78A570 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A570.

Preview

Color preview on black background

This text has color #78A570 on black background.


Color preview on white background

This text has color #78A570 on white background.


Black color preview on #78A570 background

This text has black color on #78A570 background.


White color preview on #78A570 background

This text has white color on #78A570 background.


Related colors

Complementary color

Complementary color for #hex is #875A8F.


I love getcolorcode.com

Triadic colors

1 #7078A5 and #A57078 with #78A570 are triadic colors.

2 #70A578 and #A57870 with #78A570 are triadic colors.