COLOR #78A650

HEX: #78A650 RGB: (120,166,80)

Color info

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

RGB color model

#78A650 color RGB value is (120,166,80).

RGB: (120,166,80) (47%, 65%, 31%)

RGB channels and saturation

R 120 of 255 = 47%
G 166 of 255 = 65%
B 80 of 255 = 31%

120
166
80

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

Portions of RGB colors in percentages

R + G + B = 120 + 166 + 80 = 366 (100%)
R 120 of 366 ~ 32.79%
G 166 of 366 ~ 45.36%
B 80 of 366 ~ 21.86'%

%32.79
%45.36
%21.86

CMYK color model

#78A650 color CMYK value is (28,0,52,35).

  • cyan value is 27.71%
  • magenta value is 0.00%
  • yellow value is 51.81%
  • key color value is 34.90%
CMYK: (28,0,52,35) C28M0Y52K35 (28%,0%,52%,35%) (0.28/0.00/0.52/0.35) 

CMYK percentages

%27.71
%0
%51.81
%34.9

Codes

Color #78A650 in popluar color models

78 A6 50
RGB 120 166 80
HSL 92° 34.96% 48.24%
HSB/HSV 92° 51.81% 65.10%
CMYK 27.71% 0.00% 51.81%
34.90%

Color #78A650 in popluar number systems.

HEX 78 A6 50
Decimal 120 166 80
Binary 1111000 10100110 1010000
Octal 170 246 120

Shades and tints

Shades of #78A650

#78A650
(120,166,80)
#6E9749
(110,151,73)
#648842
(100,136,66)
#5A793B
(90,121,59)
#506A34
(80,106,52)
#465B2D
(70,91,45)
#3C4C26
(60,76,38)
#323D1F
(50,61,31)
#282E18
(40,46,24)
#1E1F11
(30,31,17)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #78A650

#78A650
(120,166,80)
#84AE5F
(132,174,95)
#90B66E
(144,182,110)
#9CBE7D
(156,190,125)
#A8C68C
(168,198,140)
#B4CE9B
(180,206,155)
#C0D6AA
(192,214,170)
#CCDEB9
(204,222,185)
#D8E6C8
(216,230,200)
#E4EED7
(228,238,215)
#F0F6E6
(240,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A650 color. Also use rgb(120,166,80) instead hex code.

Text Font Color

.myTextColor { color: #78A650; }

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

This text font color is #78A650.

Background Color

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

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

This div background color is #78A650.

Border color

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

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

This div border color is #78A650.

Opacity

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

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

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

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

This text has shadow with #78A650 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A650.

Preview

Color preview on black background

This text has color #78A650 on black background.


Color preview on white background

This text has color #78A650 on white background.


Black color preview on #78A650 background

This text has black color on #78A650 background.


White color preview on #78A650 background

This text has white color on #78A650 background.


Related colors

Complementary color

Complementary color for #hex is #8759AF.


I love getcolorcode.com

Triadic colors

1 #5078A6 and #A65078 with #78A650 are triadic colors.

2 #50A678 and #A67850 with #78A650 are triadic colors.