COLOR #789A4C

HEX: #789A4C
RGB: (120,154,76)

Color info

#789A4C contains mainly red and green colors. Web safe color of #789A4C is #669933 (or #693).

RGB color model

#789A4C color RGB value is (120,154,76).

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

RGB channels and saturation

R 120 of 255 = 47%
G 154 of 255 = 60%
B 76 of 255 = 30%

120
154
76

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

Portions of RGB colors in percentages

R + G + B =
120 + 154 + 76 = 350 (100%)
R 120 of 350 ~ 34.29%
G 154 of 350 ~ 44%
B 76 of 350 ~ 21.71%

%34.29
%44
%21.71

CMYK color model

#789A4C color CMYK value is (22,0,51,40).

  • cyan value is 22.08%
  • magenta value is 0.00%
  • yellow value is 50.65%
  • key color value is 39.61%
CMYK:
(22,0,51,40)
C22M0Y51K40 
(22%,0%,51%,40%)
(0.22/0.00/0.51/0.40)	

CMYK percentages

%22.08
%0
%50.65
%39.61

Codes

Color #789A4C in popluar color models

789A4C
RGB12015476
HSL86°33.91%45.10%
HSB/HSV86°50.65%60.39%
CMYK22.08%0.00%50.65%
39.61%

Color #789A4C in popluar number systems.

HEX789A4C
Decimal12015476
Binary1111000100110101001100
Octal170232114

Shades and tints

Shades of #789A4C

#789A4C
(120,154,76)
#6E8C46
(110,140,70)
#647E40
(100,126,64)
#5A703A
(90,112,58)
#506234
(80,98,52)
#46542E
(70,84,46)
#3C4628
(60,70,40)
#323822
(50,56,34)
#282A1C
(40,42,28)
#1E1C16
(30,28,22)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #789A4C

#789A4C
(120,154,76)
#84A35C
(132,163,92)
#90AC6C
(144,172,108)
#9CB57C
(156,181,124)
#A8BE8C
(168,190,140)
#B4C79C
(180,199,156)
#C0D0AC
(192,208,172)
#CCD9BC
(204,217,188)
#D8E2CC
(216,226,204)
#E4EBDC
(228,235,220)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789A4C; }

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

This text font color is #789A4C.


Background Color

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

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

This div background color is #789A4C.


Border color

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

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

This div border color is #789A4C.


Opacity

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

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

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

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

This text has shadow with #789A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789A4C on black background.


Color preview on white background

This text has color #789A4C on white background.



Black color preview on #789A4C background

This text has black color on #789A4C background.


White color preview on #789A4C background

This text has white color on #789A4C background.