COLOR #78986C

HEX: #78986C
RGB: (120,152,108)

Color info

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

RGB color model

#78986C color RGB value is (120,152,108).

  • red value is 120;
  • green value is 152;
  • blue value is 108.
RGB:
(120,152,108)
(47%,60%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 152 of 255 = 60%
B 108 of 255 = 42%

120
152
108

R + G + B ~ 50%. #78986C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 152 + 108 = 380 (100%)
R 120 of 380 ~ 31.58%
G 152 of 380 ~ 40%
B 108 of 380 ~ 28.42%

%31.58
%40
%28.42

CMYK color model

#78986C color CMYK value is (21,0,29,40).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 40.39%
CMYK:
(21,0,29,40)
C21M0Y29K40 
(21%,0%,29%,40%)
(0.21/0.00/0.29/0.40)	

CMYK percentages

%21.05
%0
%28.95
%40.39

Codes

Color #78986C in popluar color models

78986C
RGB120152108
HSL104°17.60%50.98%
HSB/HSV104°28.95%59.61%
CMYK21.05%0.00%28.95%
40.39%

Color #78986C in popluar number systems.

HEX78986C
Decimal120152108
Binary1111000100110001101100
Octal170230154

Shades and tints

Shades of #78986C

#78986C
(120,152,108)
#6E8B63
(110,139,99)
#647E5A
(100,126,90)
#5A7151
(90,113,81)
#506448
(80,100,72)
#46573F
(70,87,63)
#3C4A36
(60,74,54)
#323D2D
(50,61,45)
#283024
(40,48,36)
#1E231B
(30,35,27)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #78986C

#78986C
(120,152,108)
#84A179
(132,161,121)
#90AA86
(144,170,134)
#9CB393
(156,179,147)
#A8BCA0
(168,188,160)
#B4C5AD
(180,197,173)
#C0CEBA
(192,206,186)
#CCD7C7
(204,215,199)
#D8E0D4
(216,224,212)
#E4E9E1
(228,233,225)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78986C color. Also use rgb(120,152,108) instead hex code.

Text Font Color

.myTextColor { color: #78986C; }

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

This text font color is #78986C.


Background Color

.myBgColor { background-color: #78986C; }

<div style="background-color:#78986C">Inner text</div>

This div background color is #78986C.


Border color

.myBorderColor { border: 1px solid #78986C; }

<div style="border:3px solid #78986C">Div</div>

This div border color is #78986C.


Opacity

.myOpacity80 { color: #78986C; opacity: 0.8; }

<p style="color:#78986C;opacity:0.8;">80%</p>

Text with #78986C 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 #78986C;}

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

This text has shadow with #78986C color.

.textShadow {text-shadow: 3px 3px 1px #78986C, 3px 3px 1px red;}

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

This text has shadow with #78986C primary color and red secondary color.


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

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

This text has shadow with #78986C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78986C on black background.


Color preview on white background

This text has color #78986C on white background.



Black color preview on #78986C background

This text has black color on #78986C background.


White color preview on #78986C background

This text has white color on #78986C background.