COLOR #78967A

HEX: #78967A RGB: (120,150,122)

Color info

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

RGB color model

#78967A color RGB value is (120,150,122).

RGB: (120,150,122) (47%, 59%, 48%)

RGB channels and saturation

R 120 of 255 = 47%
G 150 of 255 = 59%
B 122 of 255 = 48%

120
150
122

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

Portions of RGB colors in percentages

R + G + B = 120 + 150 + 122 = 392 (100%)
R 120 of 392 ~ 30.61%
G 150 of 392 ~ 38.27%
B 122 of 392 ~ 31.12'%

%30.61
%38.27
%31.12

CMYK color model

#78967A color CMYK value is (20,0,19,41).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 41.18%

CMYK: (20,0,19,41)
C20M0Y19K41 (20%, 0%, 19%, 41%)
(0.20 / 0.00 / 0.19 / 0.41)

CMYK percentages

%20
%0
%18.67
%41.18

Codes

Color #78967A in popluar color models

78 96 7A
RGB 120 150 122
HSL 124° 12.50% 52.94%
HSB/HSV 124° 20.00% 58.82%
CMYK 20.00% 0.00% 18.67%
41.18%

Color #78967A in popluar number systems.

HEX 78 96 7A
Decimal 120 150 122
Binary 1111000 10010110 1111010
Octal 170 226 172

Shades and tints

Shades of #78967A

#78967A
(120,150,122)
#6E896F
(110,137,111)
#647C64
(100,124,100)
#5A6F59
(90,111,89)
#50624E
(80,98,78)
#465543
(70,85,67)
#3C4838
(60,72,56)
#323B2D
(50,59,45)
#282E22
(40,46,34)
#1E2117
(30,33,23)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #78967A

#78967A
(120,150,122)
#849F86
(132,159,134)
#90A892
(144,168,146)
#9CB19E
(156,177,158)
#A8BAAA
(168,186,170)
#B4C3B6
(180,195,182)
#C0CCC2
(192,204,194)
#CCD5CE
(204,213,206)
#D8DEDA
(216,222,218)
#E4E7E6
(228,231,230)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78967A; }

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

This text font color is #78967A.

Background Color

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

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

This div background color is #78967A.

Border color

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

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

This div border color is #78967A.

Opacity

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

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

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

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

This text has shadow with #78967A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78967A.

Preview

Color preview on black background

This text has color #78967A on black background.


Color preview on white background

This text has color #78967A on white background.


Black color preview on #78967A background

This text has black color on #78967A background.


White color preview on #78967A background

This text has white color on #78967A background.


Related colors

Complementary color

Complementary color for #hex is #876985.


I love getcolorcode.com

Triadic colors

1 #7A7896 and #967A78 with #78967A are triadic colors.

2 #7A9678 and #96787A with #78967A are triadic colors.