COLOR #78A370

HEX: #78A370 RGB: (120,163,112)

Color info

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

RGB color model

#78A370 color RGB value is (120,163,112).

RGB: (120,163,112) (47%, 64%, 44%)

RGB channels and saturation

R 120 of 255 = 47%
G 163 of 255 = 64%
B 112 of 255 = 44%

120
163
112

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

Portions of RGB colors in percentages

R + G + B = 120 + 163 + 112 = 395 (100%)
R 120 of 395 ~ 30.38%
G 163 of 395 ~ 41.27%
B 112 of 395 ~ 28.35'%

%30.38
%41.27
%28.35

CMYK color model

#78A370 color CMYK value is (26,0,31,36).

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 31.29%
  • key color value is 36.08%

CMYK: (26,0,31,36)
C26M0Y31K36 (26%, 0%, 31%, 36%)
(0.26 / 0.00 / 0.31 / 0.36)

CMYK percentages

%26.38
%0
%31.29
%36.08

Codes

Color #78A370 in popluar color models

78 A3 70
RGB 120 163 112
HSL 111° 21.70% 53.92%
HSB/HSV 111° 31.29% 63.92%
CMYK 26.38% 0.00% 31.29%
36.08%

Color #78A370 in popluar number systems.

HEX 78 A3 70
Decimal 120 163 112
Binary 1111000 10100011 1110000
Octal 170 243 160

Shades and tints

Shades of #78A370

#78A370
(120,163,112)
#6E9566
(110,149,102)
#64875C
(100,135,92)
#5A7952
(90,121,82)
#506B48
(80,107,72)
#465D3E
(70,93,62)
#3C4F34
(60,79,52)
#32412A
(50,65,42)
#283320
(40,51,32)
#1E2516
(30,37,22)
#14170C
(20,23,12)
#000000
(0,0,0)

Tints of #78A370

#78A370
(120,163,112)
#84AB7D
(132,171,125)
#90B38A
(144,179,138)
#9CBB97
(156,187,151)
#A8C3A4
(168,195,164)
#B4CBB1
(180,203,177)
#C0D3BE
(192,211,190)
#CCDBCB
(204,219,203)
#D8E3D8
(216,227,216)
#E4EBE5
(228,235,229)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A370; }

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

This text font color is #78A370.

Background Color

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

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

This div background color is #78A370.

Border color

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

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

This div border color is #78A370.

Opacity

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

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

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

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

This text has shadow with #78A370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A370.

Preview

Color preview on black background

This text has color #78A370 on black background.


Color preview on white background

This text has color #78A370 on white background.


Black color preview on #78A370 background

This text has black color on #78A370 background.


White color preview on #78A370 background

This text has white color on #78A370 background.


Related colors

Complementary color

Complementary color for #hex is #875C8F.


I love getcolorcode.com

Triadic colors

1 #7078A3 and #A37078 with #78A370 are triadic colors.

2 #70A378 and #A37870 with #78A370 are triadic colors.