COLOR #789678

HEX: #789678
RGB: (120,150,120)

Color info

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

RGB color model

#789678 color RGB value is (120,150,120).

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

RGB channels and saturation

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

120
150
120

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

Portions of RGB colors in percentages

R + G + B =
120 + 150 + 120 = 390 (100%)
R 120 of 390 ~ 30.77%
G 150 of 390 ~ 38.46%
B 120 of 390 ~ 30.77%

%30.77
%38.46
%30.77

CMYK color model

#789678 color CMYK value is (20,0,20,41).

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

CMYK percentages

%20
%0
%20
%41.18

Codes

Color #789678 in popluar color models

789678
RGB120150120
HSL120°12.50%52.94%
HSB/HSV120°20.00%58.82%
CMYK20.00%0.00%20.00%
41.18%

Color #789678 in popluar number systems.

HEX789678
Decimal120150120
Binary1111000100101101111000
Octal170226170

Shades and tints

Shades of #789678

#789678
(120,150,120)
#6E896E
(110,137,110)
#647C64
(100,124,100)
#5A6F5A
(90,111,90)
#506250
(80,98,80)
#465546
(70,85,70)
#3C483C
(60,72,60)
#323B32
(50,59,50)
#282E28
(40,46,40)
#1E211E
(30,33,30)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #789678

#789678
(120,150,120)
#849F84
(132,159,132)
#90A890
(144,168,144)
#9CB19C
(156,177,156)
#A8BAA8
(168,186,168)
#B4C3B4
(180,195,180)
#C0CCC0
(192,204,192)
#CCD5CC
(204,213,204)
#D8DED8
(216,222,216)
#E4E7E4
(228,231,228)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789678; }

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

This text font color is #789678.


Background Color

.myBgColor { background-color: #789678; }

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

This div background color is #789678.


Border color

.myBorderColor { border: 1px solid #789678; }

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

This div border color is #789678.


Opacity

.myOpacity80 { color: #789678; opacity: 0.8; }

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

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

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

This text has shadow with #789678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789678 on black background.


Color preview on white background

This text has color #789678 on white background.



Black color preview on #789678 background

This text has black color on #789678 background.


White color preview on #789678 background

This text has white color on #789678 background.