COLOR #78A170

HEX: #78A170
RGB: (120,161,112)

Color info

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

RGB color model

#78A170 color RGB value is (120,161,112).

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

RGB channels and saturation

R 120 of 255 = 47%
G 161 of 255 = 63%
B 112 of 255 = 44%

120
161
112

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

Portions of RGB colors in percentages

R + G + B =
120 + 161 + 112 = 393 (100%)
R 120 of 393 ~ 30.53%
G 161 of 393 ~ 40.97%
B 112 of 393 ~ 28.5%

%30.53
%40.97
%28.5

CMYK color model

#78A170 color CMYK value is (25,0,30,37).

  • cyan value is 25.47%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 36.86%
CMYK:
(25,0,30,37)
C25M0Y30K37 
(25%,0%,30%,37%)
(0.25/0.00/0.30/0.37)	

CMYK percentages

%25.47
%0
%30.43
%36.86

Codes

Color #78A170 in popluar color models

78A170
RGB120161112
HSL110°20.68%53.53%
HSB/HSV110°30.43%63.14%
CMYK25.47%0.00%30.43%
36.86%

Color #78A170 in popluar number systems.

HEX78A170
Decimal120161112
Binary1111000101000011110000
Octal170241160

Shades and tints

Shades of #78A170

#78A170
(120,161,112)
#6E9366
(110,147,102)
#64855C
(100,133,92)
#5A7752
(90,119,82)
#506948
(80,105,72)
#465B3E
(70,91,62)
#3C4D34
(60,77,52)
#323F2A
(50,63,42)
#283120
(40,49,32)
#1E2316
(30,35,22)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #78A170

#78A170
(120,161,112)
#84A97D
(132,169,125)
#90B18A
(144,177,138)
#9CB997
(156,185,151)
#A8C1A4
(168,193,164)
#B4C9B1
(180,201,177)
#C0D1BE
(192,209,190)
#CCD9CB
(204,217,203)
#D8E1D8
(216,225,216)
#E4E9E5
(228,233,229)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A170; }

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

This text font color is #78A170.


Background Color

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

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

This div background color is #78A170.


Border color

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

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

This div border color is #78A170.


Opacity

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

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

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

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

This text has shadow with #78A170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A170 on black background.


Color preview on white background

This text has color #78A170 on white background.



Black color preview on #78A170 background

This text has black color on #78A170 background.


White color preview on #78A170 background

This text has white color on #78A170 background.