COLOR #789A6F

HEX: #789A6F
RGB: (120,154,111)

Color info

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

RGB color model

#789A6F color RGB value is (120,154,111).

  • red value is 120;
  • green value is 154;
  • blue value is 111.
RGB:
(120,154,111)
(47%,60%,44%)

RGB channels and saturation

R 120 of 255 = 47%
G 154 of 255 = 60%
B 111 of 255 = 44%

120
154
111

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

Portions of RGB colors in percentages

R + G + B =
120 + 154 + 111 = 385 (100%)
R 120 of 385 ~ 31.17%
G 154 of 385 ~ 40%
B 111 of 385 ~ 28.83%

%31.17
%40
%28.83

CMYK color model

#789A6F color CMYK value is (22,0,28,40).

  • cyan value is 22.08%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 39.61%
CMYK:
(22,0,28,40)
C22M0Y28K40 
(22%,0%,28%,40%)
(0.22/0.00/0.28/0.40)	

CMYK percentages

%22.08
%0
%27.92
%39.61

Codes

Color #789A6F in popluar color models

789A6F
RGB120154111
HSL107°17.55%51.96%
HSB/HSV107°27.92%60.39%
CMYK22.08%0.00%27.92%
39.61%

Color #789A6F in popluar number systems.

HEX789A6F
Decimal120154111
Binary1111000100110101101111
Octal170232157

Shades and tints

Shades of #789A6F

#789A6F
(120,154,111)
#6E8C65
(110,140,101)
#647E5B
(100,126,91)
#5A7051
(90,112,81)
#506247
(80,98,71)
#46543D
(70,84,61)
#3C4633
(60,70,51)
#323829
(50,56,41)
#282A1F
(40,42,31)
#1E1C15
(30,28,21)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #789A6F

#789A6F
(120,154,111)
#84A37C
(132,163,124)
#90AC89
(144,172,137)
#9CB596
(156,181,150)
#A8BEA3
(168,190,163)
#B4C7B0
(180,199,176)
#C0D0BD
(192,208,189)
#CCD9CA
(204,217,202)
#D8E2D7
(216,226,215)
#E4EBE4
(228,235,228)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789A6F color. Also use rgb(120,154,111) instead hex code.

Text Font Color

.myTextColor { color: #789A6F; }

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

This text font color is #789A6F.


Background Color

.myBgColor { background-color: #789A6F; }

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

This div background color is #789A6F.


Border color

.myBorderColor { border: 1px solid #789A6F; }

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

This div border color is #789A6F.


Opacity

.myOpacity80 { color: #789A6F; opacity: 0.8; }

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

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

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

This text has shadow with #789A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789A6F on black background.


Color preview on white background

This text has color #789A6F on white background.



Black color preview on #789A6F background

This text has black color on #789A6F background.


White color preview on #789A6F background

This text has white color on #789A6F background.