COLOR #789D6F

HEX: #789D6F RGB: (120,157,111)

Color info

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

RGB color model

#789D6F color RGB value is (120,157,111).

RGB: (120,157,111) (47%, 62%, 44%)

RGB channels and saturation

R 120 of 255 = 47%
G 157 of 255 = 62%
B 111 of 255 = 44%

120
157
111

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

Portions of RGB colors in percentages

R + G + B = 120 + 157 + 111 = 388 (100%)
R 120 of 388 ~ 30.93%
G 157 of 388 ~ 40.46%
B 111 of 388 ~ 28.61'%

%30.93
%40.46
%28.61

CMYK color model

#789D6F color CMYK value is (24,0,29,38).

  • cyan value is 23.57%
  • magenta value is 0.00%
  • yellow value is 29.30%
  • key color value is 38.43%

CMYK: (24,0,29,38)
C24M0Y29K38 (24%, 0%, 29%, 38%)
(0.24 / 0.00 / 0.29 / 0.38)

CMYK percentages

%23.57
%0
%29.3
%38.43

Codes

Color #789D6F in popluar color models

78 9D 6F
RGB 120 157 111
HSL 108° 19.01% 52.55%
HSB/HSV 108° 29.30% 61.57%
CMYK 23.57% 0.00% 29.30%
38.43%

Color #789D6F in popluar number systems.

HEX 78 9D 6F
Decimal 120 157 111
Binary 1111000 10011101 1101111
Octal 170 235 157

Shades and tints

Shades of #789D6F

#789D6F
(120,157,111)
#6E8F65
(110,143,101)
#64815B
(100,129,91)
#5A7351
(90,115,81)
#506547
(80,101,71)
#46573D
(70,87,61)
#3C4933
(60,73,51)
#323B29
(50,59,41)
#282D1F
(40,45,31)
#1E1F15
(30,31,21)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #789D6F

#789D6F
(120,157,111)
#84A57C
(132,165,124)
#90AD89
(144,173,137)
#9CB596
(156,181,150)
#A8BDA3
(168,189,163)
#B4C5B0
(180,197,176)
#C0CDBD
(192,205,189)
#CCD5CA
(204,213,202)
#D8DDD7
(216,221,215)
#E4E5E4
(228,229,228)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789D6F; }

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

This text font color is #789D6F.

Background Color

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

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

This div background color is #789D6F.

Border color

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

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

This div border color is #789D6F.

Opacity

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

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

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

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

This text has shadow with #789D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #789D6F.

Preview

Color preview on black background

This text has color #789D6F on black background.


Color preview on white background

This text has color #789D6F on white background.


Black color preview on #789D6F background

This text has black color on #789D6F background.


White color preview on #789D6F background

This text has white color on #789D6F background.


Related colors

Complementary color

Complementary color for #hex is #876290.


I love getcolorcode.com

Triadic colors

1 #6F789D and #9D6F78 with #789D6F are triadic colors.

2 #6F9D78 and #9D786F with #789D6F are triadic colors.