COLOR #78AC52

HEX: #78AC52 RGB: (120,172,82)

Color info

#78AC52 contains mainly red and green colors. Web safe color of #78AC52 is #669966 (or #696).

RGB color model

#78AC52 color RGB value is (120,172,82).

RGB: (120,172,82) (47%, 67%, 32%)

RGB channels and saturation

R 120 of 255 = 47%
G 172 of 255 = 67%
B 82 of 255 = 32%

120
172
82

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

Portions of RGB colors in percentages

R + G + B = 120 + 172 + 82 = 374 (100%)
R 120 of 374 ~ 32.09%
G 172 of 374 ~ 45.99%
B 82 of 374 ~ 21.93'%

%32.09
%45.99
%21.93

CMYK color model

#78AC52 color CMYK value is (30,0,52,33).

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

CMYK: (30,0,52,33)
C30M0Y52K33 (30%, 0%, 52%, 33%)
(0.30 / 0.00 / 0.52 / 0.33)

CMYK percentages

%30.23
%0
%52.33
%32.55

Codes

Color #78AC52 in popluar color models

78 AC 52
RGB 120 172 82
HSL 95° 35.43% 49.80%
HSB/HSV 95° 52.33% 67.45%
CMYK 30.23% 0.00% 52.33%
32.55%

Color #78AC52 in popluar number systems.

HEX 78 AC 52
Decimal 120 172 82
Binary 1111000 10101100 1010010
Octal 170 254 122

Shades and tints

Shades of #78AC52

#78AC52
(120,172,82)
#6E9D4B
(110,157,75)
#648E44
(100,142,68)
#5A7F3D
(90,127,61)
#507036
(80,112,54)
#46612F
(70,97,47)
#3C5228
(60,82,40)
#324321
(50,67,33)
#28341A
(40,52,26)
#1E2513
(30,37,19)
#14160C
(20,22,12)
#000000
(0,0,0)

Tints of #78AC52

#78AC52
(120,172,82)
#84B361
(132,179,97)
#90BA70
(144,186,112)
#9CC17F
(156,193,127)
#A8C88E
(168,200,142)
#B4CF9D
(180,207,157)
#C0D6AC
(192,214,172)
#CCDDBB
(204,221,187)
#D8E4CA
(216,228,202)
#E4EBD9
(228,235,217)
#F0F2E8
(240,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78AC52; }

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

This text font color is #78AC52.

Background Color

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

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

This div background color is #78AC52.

Border color

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

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

This div border color is #78AC52.

Opacity

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

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

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

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

This text has shadow with #78AC52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78AC52.

Preview

Color preview on black background

This text has color #78AC52 on black background.


Color preview on white background

This text has color #78AC52 on white background.


Black color preview on #78AC52 background

This text has black color on #78AC52 background.


White color preview on #78AC52 background

This text has white color on #78AC52 background.


Related colors

Complementary color

Complementary color for #hex is #8753AD.


I love getcolorcode.com

Triadic colors

1 #5278AC and #AC5278 with #78AC52 are triadic colors.

2 #52AC78 and #AC7852 with #78AC52 are triadic colors.