COLOR #78A17A

HEX: #78A17A RGB: (120,161,122)

Color info

#78A17A contains red, green and blue colors in about the same proportion. Web safe color of #78A17A is #669966 (or #696).

RGB color model

#78A17A color RGB value is (120,161,122).

RGB: (120,161,122) (47%, 63%, 48%)

RGB channels and saturation

R 120 of 255 = 47%
G 161 of 255 = 63%
B 122 of 255 = 48%

120
161
122

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

Portions of RGB colors in percentages

R + G + B = 120 + 161 + 122 = 403 (100%)
R 120 of 403 ~ 29.78%
G 161 of 403 ~ 39.95%
B 122 of 403 ~ 30.27'%

%29.78
%39.95
%30.27

CMYK color model

#78A17A color CMYK value is (25,0,24,37).

  • cyan value is 25.47%
  • magenta value is 0.00%
  • yellow value is 24.22%
  • key color value is 36.86%

CMYK: (25,0,24,37)
C25M0Y24K37 (25%, 0%, 24%, 37%)
(0.25 / 0.00 / 0.24 / 0.37)

CMYK percentages

%25.47
%0
%24.22
%36.86

Codes

Color #78A17A in popluar color models

78 A1 7A
RGB 120 161 122
HSL 123° 17.90% 55.10%
HSB/HSV 123° 25.47% 63.14%
CMYK 25.47% 0.00% 24.22%
36.86%

Color #78A17A in popluar number systems.

HEX 78 A1 7A
Decimal 120 161 122
Binary 1111000 10100001 1111010
Octal 170 241 172

Shades and tints

Shades of #78A17A

#78A17A
(120,161,122)
#6E936F
(110,147,111)
#648564
(100,133,100)
#5A7759
(90,119,89)
#50694E
(80,105,78)
#465B43
(70,91,67)
#3C4D38
(60,77,56)
#323F2D
(50,63,45)
#283122
(40,49,34)
#1E2317
(30,35,23)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #78A17A

#78A17A
(120,161,122)
#84A986
(132,169,134)
#90B192
(144,177,146)
#9CB99E
(156,185,158)
#A8C1AA
(168,193,170)
#B4C9B6
(180,201,182)
#C0D1C2
(192,209,194)
#CCD9CE
(204,217,206)
#D8E1DA
(216,225,218)
#E4E9E6
(228,233,230)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A17A color. Also use rgb(120,161,122) instead hex code.

Text Font Color

.myTextColor { color: #78A17A; }

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

This text font color is #78A17A.

Background Color

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

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

This div background color is #78A17A.

Border color

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

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

This div border color is #78A17A.

Opacity

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

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

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

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

This text has shadow with #78A17A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A17A.

Preview

Color preview on black background

This text has color #78A17A on black background.


Color preview on white background

This text has color #78A17A on white background.


Black color preview on #78A17A background

This text has black color on #78A17A background.


White color preview on #78A17A background

This text has white color on #78A17A background.


Related colors

Complementary color

Complementary color for #hex is #875E85.


I love getcolorcode.com

Triadic colors

1 #7A78A1 and #A17A78 with #78A17A are triadic colors.

2 #7AA178 and #A1787A with #78A17A are triadic colors.