COLOR #78AA4A

HEX: #78AA4A
RGB: (120,170,74)

Color info

#78AA4A contains mainly red and green colors. Web safe color of #78AA4A is #669933 (or #693).

RGB color model

#78AA4A color RGB value is (120,170,74).

  • red value is 120;
  • green value is 170;
  • blue value is 74.
RGB:
(120,170,74)
(47%,67%,29%)

RGB channels and saturation

R 120 of 255 = 47%
G 170 of 255 = 67%
B 74 of 255 = 29%

120
170
74

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

Portions of RGB colors in percentages

R + G + B =
120 + 170 + 74 = 364 (100%)
R 120 of 364 ~ 32.97%
G 170 of 364 ~ 46.7%
B 74 of 364 ~ 20.33%

%32.97
%46.7
%20.33

CMYK color model

#78AA4A color CMYK value is (29,0,56,33).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 56.47%
  • key color value is 33.33%
CMYK:
(29,0,56,33)
C29M0Y56K33 
(29%,0%,56%,33%)
(0.29/0.00/0.56/0.33)	

CMYK percentages

%29.41
%0
%56.47
%33.33

Codes

Color #78AA4A in popluar color models

78AA4A
RGB12017074
HSL91°39.34%47.84%
HSB/HSV91°56.47%66.67%
CMYK29.41%0.00%56.47%
33.33%

Color #78AA4A in popluar number systems.

HEX78AA4A
Decimal12017074
Binary1111000101010101001010
Octal170252112

Shades and tints

Shades of #78AA4A

#78AA4A
(120,170,74)
#6E9B44
(110,155,68)
#648C3E
(100,140,62)
#5A7D38
(90,125,56)
#506E32
(80,110,50)
#465F2C
(70,95,44)
#3C5026
(60,80,38)
#324120
(50,65,32)
#28321A
(40,50,26)
#1E2314
(30,35,20)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #78AA4A

#78AA4A
(120,170,74)
#84B15A
(132,177,90)
#90B86A
(144,184,106)
#9CBF7A
(156,191,122)
#A8C68A
(168,198,138)
#B4CD9A
(180,205,154)
#C0D4AA
(192,212,170)
#CCDBBA
(204,219,186)
#D8E2CA
(216,226,202)
#E4E9DA
(228,233,218)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78AA4A color. Also use rgb(120,170,74) instead hex code.

Text Font Color

.myTextColor { color: #78AA4A; }

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

This text font color is #78AA4A.


Background Color

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

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

This div background color is #78AA4A.


Border color

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

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

This div border color is #78AA4A.


Opacity

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

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

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

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

This text has shadow with #78AA4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78AA4A on black background.


Color preview on white background

This text has color #78AA4A on white background.



Black color preview on #78AA4A background

This text has black color on #78AA4A background.


White color preview on #78AA4A background

This text has white color on #78AA4A background.