COLOR #78AC84

HEX: #78AC84 RGB: (120,172,132)

Color info

#78AC84 contains red, green and blue colors in about the same proportion. Web safe color of #78AC84 is #669999 (or #699).

RGB color model

#78AC84 color RGB value is (120,172,132).

RGB: (120,172,132) (47%, 67%, 52%)

RGB channels and saturation

R 120 of 255 = 47%
G 172 of 255 = 67%
B 132 of 255 = 52%

120
172
132

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

Portions of RGB colors in percentages

R + G + B = 120 + 172 + 132 = 424 (100%)
R 120 of 424 ~ 28.3%
G 172 of 424 ~ 40.57%
B 132 of 424 ~ 31.13'%

%28.3
%40.57
%31.13

CMYK color model

#78AC84 color CMYK value is (30,0,23,33).

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

CMYK: (30,0,23,33)
C30M0Y23K33 (30%, 0%, 23%, 33%)
(0.30 / 0.00 / 0.23 / 0.33)

CMYK percentages

%30.23
%0
%23.26
%32.55

Codes

Color #78AC84 in popluar color models

78 AC 84
RGB 120 172 132
HSL 134° 23.85% 57.25%
HSB/HSV 134° 30.23% 67.45%
CMYK 30.23% 0.00% 23.26%
32.55%

Color #78AC84 in popluar number systems.

HEX 78 AC 84
Decimal 120 172 132
Binary 1111000 10101100 10000100
Octal 170 254 204

Shades and tints

Shades of #78AC84

#78AC84
(120,172,132)
#6E9D78
(110,157,120)
#648E6C
(100,142,108)
#5A7F60
(90,127,96)
#507054
(80,112,84)
#466148
(70,97,72)
#3C523C
(60,82,60)
#324330
(50,67,48)
#283424
(40,52,36)
#1E2518
(30,37,24)
#14160C
(20,22,12)
#000000
(0,0,0)

Tints of #78AC84

#78AC84
(120,172,132)
#84B38F
(132,179,143)
#90BA9A
(144,186,154)
#9CC1A5
(156,193,165)
#A8C8B0
(168,200,176)
#B4CFBB
(180,207,187)
#C0D6C6
(192,214,198)
#CCDDD1
(204,221,209)
#D8E4DC
(216,228,220)
#E4EBE7
(228,235,231)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78AC84; }

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

This text font color is #78AC84.

Background Color

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

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

This div background color is #78AC84.

Border color

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

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

This div border color is #78AC84.

Opacity

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

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

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

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

This text has shadow with #78AC84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78AC84.

Preview

Color preview on black background

This text has color #78AC84 on black background.


Color preview on white background

This text has color #78AC84 on white background.


Black color preview on #78AC84 background

This text has black color on #78AC84 background.


White color preview on #78AC84 background

This text has white color on #78AC84 background.


Related colors

Complementary color

Complementary color for #hex is #87537B.


I love getcolorcode.com

Triadic colors

1 #8478AC and #AC8478 with #78AC84 are triadic colors.

2 #84AC78 and #AC7884 with #78AC84 are triadic colors.