COLOR #789F68

HEX: #789F68
RGB: (120,159,104)

Color info

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

RGB color model

#789F68 color RGB value is (120,159,104).

  • red value is 120;
  • green value is 159;
  • blue value is 104.
RGB:
(120,159,104)
(47%,62%,41%)

RGB channels and saturation

R 120 of 255 = 47%
G 159 of 255 = 62%
B 104 of 255 = 41%

120
159
104

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

Portions of RGB colors in percentages

R + G + B =
120 + 159 + 104 = 383 (100%)
R 120 of 383 ~ 31.33%
G 159 of 383 ~ 41.51%
B 104 of 383 ~ 27.15%

%31.33
%41.51
%27.15

CMYK color model

#789F68 color CMYK value is (25,0,35,38).

  • cyan value is 24.53%
  • magenta value is 0.00%
  • yellow value is 34.59%
  • key color value is 37.65%
CMYK:
(25,0,35,38)
C25M0Y35K38 
(25%,0%,35%,38%)
(0.25/0.00/0.35/0.38)	

CMYK percentages

%24.53
%0
%34.59
%37.65

Codes

Color #789F68 in popluar color models

789F68
RGB120159104
HSL103°22.27%51.57%
HSB/HSV103°34.59%62.35%
CMYK24.53%0.00%34.59%
37.65%

Color #789F68 in popluar number systems.

HEX789F68
Decimal120159104
Binary1111000100111111101000
Octal170237150

Shades and tints

Shades of #789F68

#789F68
(120,159,104)
#6E915F
(110,145,95)
#648356
(100,131,86)
#5A754D
(90,117,77)
#506744
(80,103,68)
#46593B
(70,89,59)
#3C4B32
(60,75,50)
#323D29
(50,61,41)
#282F20
(40,47,32)
#1E2117
(30,33,23)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #789F68

#789F68
(120,159,104)
#84A775
(132,167,117)
#90AF82
(144,175,130)
#9CB78F
(156,183,143)
#A8BF9C
(168,191,156)
#B4C7A9
(180,199,169)
#C0CFB6
(192,207,182)
#CCD7C3
(204,215,195)
#D8DFD0
(216,223,208)
#E4E7DD
(228,231,221)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789F68 color. Also use rgb(120,159,104) instead hex code.

Text Font Color

.myTextColor { color: #789F68; }

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

This text font color is #789F68.


Background Color

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

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

This div background color is #789F68.


Border color

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

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

This div border color is #789F68.


Opacity

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

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

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

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

This text has shadow with #789F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789F68 on black background.


Color preview on white background

This text has color #789F68 on white background.



Black color preview on #789F68 background

This text has black color on #789F68 background.


White color preview on #789F68 background

This text has white color on #789F68 background.