COLOR #78AA55

HEX: #78AA55 RGB: (120,170,85)

Color info

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

RGB color model

#78AA55 color RGB value is (120,170,85).

RGB: (120,170,85) (47%, 67%, 33%)

RGB channels and saturation

R 120 of 255 = 47%
G 170 of 255 = 67%
B 85 of 255 = 33%

120
170
85

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

Portions of RGB colors in percentages

R + G + B = 120 + 170 + 85 = 375 (100%)
R 120 of 375 ~ 32%
G 170 of 375 ~ 45.33%
B 85 of 375 ~ 22.67'%

%32
%45.33
%22.67

CMYK color model

#78AA55 color CMYK value is (29,0,50,33).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 33.33%

CMYK: (29,0,50,33)
C29M0Y50K33 (29%, 0%, 50%, 33%)
(0.29 / 0.00 / 0.50 / 0.33)

CMYK percentages

%29.41
%0
%50
%33.33

Codes

Color #78AA55 in popluar color models

78 AA 55
RGB 120 170 85
HSL 95° 33.33% 50.00%
HSB/HSV 95° 50.00% 66.67%
CMYK 29.41% 0.00% 50.00%
33.33%

Color #78AA55 in popluar number systems.

HEX 78 AA 55
Decimal 120 170 85
Binary 1111000 10101010 1010101
Octal 170 252 125

Shades and tints

Shades of #78AA55

#78AA55
(120,170,85)
#6E9B4E
(110,155,78)
#648C47
(100,140,71)
#5A7D40
(90,125,64)
#506E39
(80,110,57)
#465F32
(70,95,50)
#3C502B
(60,80,43)
#324124
(50,65,36)
#28321D
(40,50,29)
#1E2316
(30,35,22)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #78AA55

#78AA55
(120,170,85)
#84B164
(132,177,100)
#90B873
(144,184,115)
#9CBF82
(156,191,130)
#A8C691
(168,198,145)
#B4CDA0
(180,205,160)
#C0D4AF
(192,212,175)
#CCDBBE
(204,219,190)
#D8E2CD
(216,226,205)
#E4E9DC
(228,233,220)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78AA55; }

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

This text font color is #78AA55.

Background Color

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

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

This div background color is #78AA55.

Border color

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

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

This div border color is #78AA55.

Opacity

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

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

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

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

This text has shadow with #78AA55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78AA55.

Preview

Color preview on black background

This text has color #78AA55 on black background.


Color preview on white background

This text has color #78AA55 on white background.


Black color preview on #78AA55 background

This text has black color on #78AA55 background.


White color preview on #78AA55 background

This text has white color on #78AA55 background.


Related colors

Complementary color

Complementary color for #hex is #8755AA.


I love getcolorcode.com

Triadic colors

1 #5578AA and #AA5578 with #78AA55 are triadic colors.

2 #55AA78 and #AA7855 with #78AA55 are triadic colors.