COLOR #78A17E

HEX: #78A17E
RGB: (120,161,126)

Color info

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

RGB color model

#78A17E color RGB value is (120,161,126).

  • red value is 120;
  • green value is 161;
  • blue value is 126.
RGB:
(120,161,126)
(47%,63%,49%)

RGB channels and saturation

R 120 of 255 = 47%
G 161 of 255 = 63%
B 126 of 255 = 49%

120
161
126

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

Portions of RGB colors in percentages

R + G + B =
120 + 161 + 126 = 407 (100%)
R 120 of 407 ~ 29.48%
G 161 of 407 ~ 39.56%
B 126 of 407 ~ 30.96%

%29.48
%39.56
%30.96

CMYK color model

#78A17E color CMYK value is (25,0,22,37).

  • cyan value is 25.47%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 36.86%
CMYK:
(25,0,22,37)
C25M0Y22K37 
(25%,0%,22%,37%)
(0.25/0.00/0.22/0.37)	

CMYK percentages

%25.47
%0
%21.74
%36.86

Codes

Color #78A17E in popluar color models

78A17E
RGB120161126
HSL129°17.90%55.10%
HSB/HSV129°25.47%63.14%
CMYK25.47%0.00%21.74%
36.86%

Color #78A17E in popluar number systems.

HEX78A17E
Decimal120161126
Binary1111000101000011111110
Octal170241176

Shades and tints

Shades of #78A17E

#78A17E
(120,161,126)
#6E9373
(110,147,115)
#648568
(100,133,104)
#5A775D
(90,119,93)
#506952
(80,105,82)
#465B47
(70,91,71)
#3C4D3C
(60,77,60)
#323F31
(50,63,49)
#283126
(40,49,38)
#1E231B
(30,35,27)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #78A17E

#78A17E
(120,161,126)
#84A989
(132,169,137)
#90B194
(144,177,148)
#9CB99F
(156,185,159)
#A8C1AA
(168,193,170)
#B4C9B5
(180,201,181)
#C0D1C0
(192,209,192)
#CCD9CB
(204,217,203)
#D8E1D6
(216,225,214)
#E4E9E1
(228,233,225)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A17E; }

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

This text font color is #78A17E.


Background Color

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

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

This div background color is #78A17E.


Border color

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

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

This div border color is #78A17E.


Opacity

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

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

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

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

This text has shadow with #78A17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A17E on black background.


Color preview on white background

This text has color #78A17E on white background.



Black color preview on #78A17E background

This text has black color on #78A17E background.


White color preview on #78A17E background

This text has white color on #78A17E background.