COLOR #789A5F

HEX: #789A5F RGB: (120,154,95)

Color info

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

RGB color model

#789A5F color RGB value is (120,154,95).

RGB: (120,154,95) (47%, 60%, 37%)

RGB channels and saturation

R 120 of 255 = 47%
G 154 of 255 = 60%
B 95 of 255 = 37%

120
154
95

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

Portions of RGB colors in percentages

R + G + B = 120 + 154 + 95 = 369 (100%)
R 120 of 369 ~ 32.52%
G 154 of 369 ~ 41.73%
B 95 of 369 ~ 25.75'%

%32.52
%41.73
%25.75

CMYK color model

#789A5F color CMYK value is (22,0,38,40).

  • cyan value is 22.08%
  • magenta value is 0.00%
  • yellow value is 38.31%
  • key color value is 39.61%

CMYK: (22,0,38,40)
C22M0Y38K40 (22%, 0%, 38%, 40%)
(0.22 / 0.00 / 0.38 / 0.40)

CMYK percentages

%22.08
%0
%38.31
%39.61

Codes

Color #789A5F in popluar color models

78 9A 5F
RGB 120 154 95
HSL 95° 23.69% 48.82%
HSB/HSV 95° 38.31% 60.39%
CMYK 22.08% 0.00% 38.31%
39.61%

Color #789A5F in popluar number systems.

HEX 78 9A 5F
Decimal 120 154 95
Binary 1111000 10011010 1011111
Octal 170 232 137

Shades and tints

Shades of #789A5F

#789A5F
(120,154,95)
#6E8C57
(110,140,87)
#647E4F
(100,126,79)
#5A7047
(90,112,71)
#50623F
(80,98,63)
#465437
(70,84,55)
#3C462F
(60,70,47)
#323827
(50,56,39)
#282A1F
(40,42,31)
#1E1C17
(30,28,23)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #789A5F

#789A5F
(120,154,95)
#84A36D
(132,163,109)
#90AC7B
(144,172,123)
#9CB589
(156,181,137)
#A8BE97
(168,190,151)
#B4C7A5
(180,199,165)
#C0D0B3
(192,208,179)
#CCD9C1
(204,217,193)
#D8E2CF
(216,226,207)
#E4EBDD
(228,235,221)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789A5F; }

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

This text font color is #789A5F.

Background Color

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

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

This div background color is #789A5F.

Border color

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

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

This div border color is #789A5F.

Opacity

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

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

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

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

This text has shadow with #789A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #789A5F.

Preview

Color preview on black background

This text has color #789A5F on black background.


Color preview on white background

This text has color #789A5F on white background.


Black color preview on #789A5F background

This text has black color on #789A5F background.


White color preview on #789A5F background

This text has white color on #789A5F background.


Related colors

Complementary color

Complementary color for #hex is #8765A0.


I love getcolorcode.com

Triadic colors

1 #5F789A and #9A5F78 with #789A5F are triadic colors.

2 #5F9A78 and #9A785F with #789A5F are triadic colors.