COLOR #78A079

HEX: #78A079 RGB: (120,160,121)

Color info

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

RGB color model

#78A079 color RGB value is (120,160,121).

RGB: (120,160,121) (47%, 63%, 47%)

RGB channels and saturation

R 120 of 255 = 47%
G 160 of 255 = 63%
B 121 of 255 = 47%

120
160
121

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

Portions of RGB colors in percentages

R + G + B = 120 + 160 + 121 = 401 (100%)
R 120 of 401 ~ 29.93%
G 160 of 401 ~ 39.9%
B 121 of 401 ~ 30.17'%

%29.93
%39.9
%30.17

CMYK color model

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

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 24.38%
  • key color value is 37.25%

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

CMYK percentages

%25
%0
%24.38
%37.25

Codes

Color #78A079 in popluar color models

78 A0 79
RGB 120 160 121
HSL 122° 17.39% 54.90%
HSB/HSV 122° 25.00% 62.75%
CMYK 25.00% 0.00% 24.38%
37.25%

Color #78A079 in popluar number systems.

HEX 78 A0 79
Decimal 120 160 121
Binary 1111000 10100000 1111001
Octal 170 240 171

Shades and tints

Shades of #78A079

#78A079
(120,160,121)
#6E926E
(110,146,110)
#648463
(100,132,99)
#5A7658
(90,118,88)
#50684D
(80,104,77)
#465A42
(70,90,66)
#3C4C37
(60,76,55)
#323E2C
(50,62,44)
#283021
(40,48,33)
#1E2216
(30,34,22)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #78A079

#78A079
(120,160,121)
#84A885
(132,168,133)
#90B091
(144,176,145)
#9CB89D
(156,184,157)
#A8C0A9
(168,192,169)
#B4C8B5
(180,200,181)
#C0D0C1
(192,208,193)
#CCD8CD
(204,216,205)
#D8E0D9
(216,224,217)
#E4E8E5
(228,232,229)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A079 color. Also use rgb(120,160,121) instead hex code.

Text Font Color

.myTextColor { color: #78A079; }

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

This text font color is #78A079.

Background Color

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

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

This div background color is #78A079.

Border color

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

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

This div border color is #78A079.

Opacity

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

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

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

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

This text has shadow with #78A079 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A079.

Preview

Color preview on black background

This text has color #78A079 on black background.


Color preview on white background

This text has color #78A079 on white background.


Black color preview on #78A079 background

This text has black color on #78A079 background.


White color preview on #78A079 background

This text has white color on #78A079 background.


Related colors

Complementary color

Complementary color for #hex is #875F86.


I love getcolorcode.com

Triadic colors

1 #7978A0 and #A07978 with #78A079 are triadic colors.

2 #79A078 and #A07879 with #78A079 are triadic colors.