COLOR #78AC7D

HEX: #78AC7D
RGB: (120,172,125)

Color info

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

RGB color model

#78AC7D color RGB value is (120,172,125).

  • red value is 120;
  • green value is 172;
  • blue value is 125.
RGB:
(120,172,125)
(47%,67%,49%)

RGB channels and saturation

R 120 of 255 = 47%
G 172 of 255 = 67%
B 125 of 255 = 49%

120
172
125

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

Portions of RGB colors in percentages

R + G + B =
120 + 172 + 125 = 417 (100%)
R 120 of 417 ~ 28.78%
G 172 of 417 ~ 41.25%
B 125 of 417 ~ 29.98%

%28.78
%41.25
%29.98

CMYK color model

#78AC7D color CMYK value is (30,0,27,33).

  • cyan value is 30.23%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • key color value is 32.55%
CMYK:
(30,0,27,33)
C30M0Y27K33 
(30%,0%,27%,33%)
(0.30/0.00/0.27/0.33)	

CMYK percentages

%30.23
%0
%27.33
%32.55

Codes

Color #78AC7D in popluar color models

78AC7D
RGB120172125
HSL126°23.85%57.25%
HSB/HSV126°30.23%67.45%
CMYK30.23%0.00%27.33%
32.55%

Color #78AC7D in popluar number systems.

HEX78AC7D
Decimal120172125
Binary1111000101011001111101
Octal170254175

Shades and tints

Shades of #78AC7D

#78AC7D
(120,172,125)
#6E9D72
(110,157,114)
#648E67
(100,142,103)
#5A7F5C
(90,127,92)
#507051
(80,112,81)
#466146
(70,97,70)
#3C523B
(60,82,59)
#324330
(50,67,48)
#283425
(40,52,37)
#1E251A
(30,37,26)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #78AC7D

#78AC7D
(120,172,125)
#84B388
(132,179,136)
#90BA93
(144,186,147)
#9CC19E
(156,193,158)
#A8C8A9
(168,200,169)
#B4CFB4
(180,207,180)
#C0D6BF
(192,214,191)
#CCDDCA
(204,221,202)
#D8E4D5
(216,228,213)
#E4EBE0
(228,235,224)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78AC7D color. Also use rgb(120,172,125) instead hex code.

Text Font Color

.myTextColor { color: #78AC7D; }

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

This text font color is #78AC7D.


Background Color

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

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

This div background color is #78AC7D.


Border color

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

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

This div border color is #78AC7D.


Opacity

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

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

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

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

This text has shadow with #78AC7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78AC7D on black background.


Color preview on white background

This text has color #78AC7D on white background.



Black color preview on #78AC7D background

This text has black color on #78AC7D background.


White color preview on #78AC7D background

This text has white color on #78AC7D background.