COLOR #78967F

HEX: #78967F
RGB: (120,150,127)

Color info

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

RGB color model

#78967F color RGB value is (120,150,127).

  • red value is 120;
  • green value is 150;
  • blue value is 127.
RGB:
(120,150,127)
(47%,59%,50%)

RGB channels and saturation

R 120 of 255 = 47%
G 150 of 255 = 59%
B 127 of 255 = 50%

120
150
127

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

Portions of RGB colors in percentages

R + G + B =
120 + 150 + 127 = 397 (100%)
R 120 of 397 ~ 30.23%
G 150 of 397 ~ 37.78%
B 127 of 397 ~ 31.99%

%30.23
%37.78
%31.99

CMYK color model

#78967F color CMYK value is (20,0,15,41).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 15.33%
  • key color value is 41.18%
CMYK:
(20,0,15,41)
C20M0Y15K41 
(20%,0%,15%,41%)
(0.20/0.00/0.15/0.41)	

CMYK percentages

%20
%0
%15.33
%41.18

Codes

Color #78967F in popluar color models

78967F
RGB120150127
HSL134°12.50%52.94%
HSB/HSV134°20.00%58.82%
CMYK20.00%0.00%15.33%
41.18%

Color #78967F in popluar number systems.

HEX78967F
Decimal120150127
Binary1111000100101101111111
Octal170226177

Shades and tints

Shades of #78967F

#78967F
(120,150,127)
#6E8974
(110,137,116)
#647C69
(100,124,105)
#5A6F5E
(90,111,94)
#506253
(80,98,83)
#465548
(70,85,72)
#3C483D
(60,72,61)
#323B32
(50,59,50)
#282E27
(40,46,39)
#1E211C
(30,33,28)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #78967F

#78967F
(120,150,127)
#849F8A
(132,159,138)
#90A895
(144,168,149)
#9CB1A0
(156,177,160)
#A8BAAB
(168,186,171)
#B4C3B6
(180,195,182)
#C0CCC1
(192,204,193)
#CCD5CC
(204,213,204)
#D8DED7
(216,222,215)
#E4E7E2
(228,231,226)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78967F color. Also use rgb(120,150,127) instead hex code.

Text Font Color

.myTextColor { color: #78967F; }

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

This text font color is #78967F.


Background Color

.myBgColor { background-color: #78967F; }

<div style="background-color:#78967F">Inner text</div>

This div background color is #78967F.


Border color

.myBorderColor { border: 1px solid #78967F; }

<div style="border:3px solid #78967F">Div</div>

This div border color is #78967F.


Opacity

.myOpacity80 { color: #78967F; opacity: 0.8; }

<p style="color:#78967F;opacity:0.8;">80%</p>

Text with #78967F 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 #78967F;}

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

This text has shadow with #78967F color.

.textShadow {text-shadow: 3px 3px 1px #78967F, 3px 3px 1px red;}

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

This text has shadow with #78967F primary color and red secondary color.


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

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

This text has shadow with #78967F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78967F on black background.


Color preview on white background

This text has color #78967F on white background.



Black color preview on #78967F background

This text has black color on #78967F background.


White color preview on #78967F background

This text has white color on #78967F background.