COLOR #78A06B

HEX: #78A06B
RGB: (120,160,107)

Color info

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

RGB color model

#78A06B color RGB value is (120,160,107).

  • red value is 120;
  • green value is 160;
  • blue value is 107.
RGB:
(120,160,107)
(47%,63%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 160 of 255 = 63%
B 107 of 255 = 42%

120
160
107

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

Portions of RGB colors in percentages

R + G + B =
120 + 160 + 107 = 387 (100%)
R 120 of 387 ~ 31.01%
G 160 of 387 ~ 41.34%
B 107 of 387 ~ 27.65%

%31.01
%41.34
%27.65

CMYK color model

#78A06B color CMYK value is (25,0,33,37).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 33.13%
  • key color value is 37.25%
CMYK:
(25,0,33,37)
C25M0Y33K37 
(25%,0%,33%,37%)
(0.25/0.00/0.33/0.37)	

CMYK percentages

%25
%0
%33.13
%37.25

Codes

Color #78A06B in popluar color models

78A06B
RGB120160107
HSL105°21.81%52.35%
HSB/HSV105°33.13%62.75%
CMYK25.00%0.00%33.13%
37.25%

Color #78A06B in popluar number systems.

HEX78A06B
Decimal120160107
Binary1111000101000001101011
Octal170240153

Shades and tints

Shades of #78A06B

#78A06B
(120,160,107)
#6E9262
(110,146,98)
#648459
(100,132,89)
#5A7650
(90,118,80)
#506847
(80,104,71)
#465A3E
(70,90,62)
#3C4C35
(60,76,53)
#323E2C
(50,62,44)
#283023
(40,48,35)
#1E221A
(30,34,26)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #78A06B

#78A06B
(120,160,107)
#84A878
(132,168,120)
#90B085
(144,176,133)
#9CB892
(156,184,146)
#A8C09F
(168,192,159)
#B4C8AC
(180,200,172)
#C0D0B9
(192,208,185)
#CCD8C6
(204,216,198)
#D8E0D3
(216,224,211)
#E4E8E0
(228,232,224)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A06B; }

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

This text font color is #78A06B.


Background Color

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

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

This div background color is #78A06B.


Border color

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

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

This div border color is #78A06B.


Opacity

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

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

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

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

This text has shadow with #78A06B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A06B on black background.


Color preview on white background

This text has color #78A06B on white background.



Black color preview on #78A06B background

This text has black color on #78A06B background.


White color preview on #78A06B background

This text has white color on #78A06B background.