COLOR #789680

HEX: #789680
RGB: (120,150,128)

Color info

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

RGB color model

#789680 color RGB value is (120,150,128).

  • red value is 120;
  • green value is 150;
  • blue value is 128.
RGB:
(120,150,128)
(47%,59%,50%)

RGB channels and saturation

R 120 of 255 = 47%
G 150 of 255 = 59%
B 128 of 255 = 50%

120
150
128

R + G + B ~ 52%. #789680 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 150 + 128 = 398 (100%)
R 120 of 398 ~ 30.15%
G 150 of 398 ~ 37.69%
B 128 of 398 ~ 32.16%

%30.15
%37.69
%32.16

CMYK color model

#789680 color CMYK value is (20,0,15,41).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 41.18%
CMYK:
(20,0,15,41)
C20M0Y15K41 
(20%,0%,15%,41%)
(0.20/0.00/0.15/0.41)	

CMYK percentages

%20
%0
%14.67
%41.18

Codes

Color #789680 in popluar color models

789680
RGB120150128
HSL136°12.50%52.94%
HSB/HSV136°20.00%58.82%
CMYK20.00%0.00%14.67%
41.18%

Color #789680 in popluar number systems.

HEX789680
Decimal120150128
Binary11110001001011010000000
Octal170226200

Shades and tints

Shades of #789680

#789680
(120,150,128)
#6E8975
(110,137,117)
#647C6A
(100,124,106)
#5A6F5F
(90,111,95)
#506254
(80,98,84)
#465549
(70,85,73)
#3C483E
(60,72,62)
#323B33
(50,59,51)
#282E28
(40,46,40)
#1E211D
(30,33,29)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #789680

#789680
(120,150,128)
#849F8B
(132,159,139)
#90A896
(144,168,150)
#9CB1A1
(156,177,161)
#A8BAAC
(168,186,172)
#B4C3B7
(180,195,183)
#C0CCC2
(192,204,194)
#CCD5CD
(204,213,205)
#D8DED8
(216,222,216)
#E4E7E3
(228,231,227)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789680 color. Also use rgb(120,150,128) instead hex code.

Text Font Color

.myTextColor { color: #789680; }

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

This text font color is #789680.


Background Color

.myBgColor { background-color: #789680; }

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

This div background color is #789680.


Border color

.myBorderColor { border: 1px solid #789680; }

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

This div border color is #789680.


Opacity

.myOpacity80 { color: #789680; opacity: 0.8; }

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

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

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

This text has shadow with #789680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789680 on black background.


Color preview on white background

This text has color #789680 on white background.



Black color preview on #789680 background

This text has black color on #789680 background.


White color preview on #789680 background

This text has white color on #789680 background.