COLOR #78AC76

HEX: #78AC76 RGB: (120,172,118)

Color info

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

RGB color model

#78AC76 color RGB value is (120,172,118).

RGB: (120,172,118) (47%, 67%, 46%)

RGB channels and saturation

R 120 of 255 = 47%
G 172 of 255 = 67%
B 118 of 255 = 46%

120
172
118

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

Portions of RGB colors in percentages

R + G + B = 120 + 172 + 118 = 410 (100%)
R 120 of 410 ~ 29.27%
G 172 of 410 ~ 41.95%
B 118 of 410 ~ 28.78'%

%29.27
%41.95
%28.78

CMYK color model

#78AC76 color CMYK value is (30,0,31,33).

  • cyan value is 30.23%
  • magenta value is 0.00%
  • yellow value is 31.40%
  • key color value is 32.55%

CMYK: (30,0,31,33)
C30M0Y31K33 (30%, 0%, 31%, 33%)
(0.30 / 0.00 / 0.31 / 0.33)

CMYK percentages

%30.23
%0
%31.4
%32.55

Codes

Color #78AC76 in popluar color models

78 AC 76
RGB 120 172 118
HSL 118° 24.55% 56.86%
HSB/HSV 118° 31.40% 67.45%
CMYK 30.23% 0.00% 31.40%
32.55%

Color #78AC76 in popluar number systems.

HEX 78 AC 76
Decimal 120 172 118
Binary 1111000 10101100 1110110
Octal 170 254 166

Shades and tints

Shades of #78AC76

#78AC76
(120,172,118)
#6E9D6C
(110,157,108)
#648E62
(100,142,98)
#5A7F58
(90,127,88)
#50704E
(80,112,78)
#466144
(70,97,68)
#3C523A
(60,82,58)
#324330
(50,67,48)
#283426
(40,52,38)
#1E251C
(30,37,28)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #78AC76

#78AC76
(120,172,118)
#84B382
(132,179,130)
#90BA8E
(144,186,142)
#9CC19A
(156,193,154)
#A8C8A6
(168,200,166)
#B4CFB2
(180,207,178)
#C0D6BE
(192,214,190)
#CCDDCA
(204,221,202)
#D8E4D6
(216,228,214)
#E4EBE2
(228,235,226)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78AC76; }

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

This text font color is #78AC76.

Background Color

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

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

This div background color is #78AC76.

Border color

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

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

This div border color is #78AC76.

Opacity

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

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

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

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

This text has shadow with #78AC76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78AC76.

Preview

Color preview on black background

This text has color #78AC76 on black background.


Color preview on white background

This text has color #78AC76 on white background.


Black color preview on #78AC76 background

This text has black color on #78AC76 background.


White color preview on #78AC76 background

This text has white color on #78AC76 background.


Related colors

Complementary color

Complementary color for #hex is #875389.


I love getcolorcode.com

Triadic colors

1 #7678AC and #AC7678 with #78AC76 are triadic colors.

2 #76AC78 and #AC7876 with #78AC76 are triadic colors.