COLOR #789606

HEX: #789606
RGB: (120,150,6)

Color info

#789606 contains mainly red and green colors. Web safe color of #789606 is #669900 (or #690).

RGB color model

#789606 color RGB value is (120,150,6).

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

RGB channels and saturation

R 120 of 255 = 47%
G 150 of 255 = 59%
B 6 of 255 = 2%

120
150
6

R + G + B ~ 36%. #789606 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 150 + 6 = 276 (100%)
R 120 of 276 ~ 43.48%
G 150 of 276 ~ 54.35%
B 6 of 276 ~ 2.17%

%43.48
%54.35

CMYK color model

#789606 color CMYK value is (20,0,96,41).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 96.00%
  • key color value is 41.18%
CMYK:
(20,0,96,41)
C20M0Y96K41 
(20%,0%,96%,41%)
(0.20/0.00/0.96/0.41)	

CMYK percentages

%20
%0
%96
%41.18

Codes

Color #789606 in popluar color models

789606
RGB1201506
HSL73°92.31%30.59%
HSB/HSV73°96.00%58.82%
CMYK20.00%0.00%96.00%
41.18%

Color #789606 in popluar number systems.

HEX789606
Decimal1201506
Binary111100010010110110
Octal1702266

Shades and tints

Shades of #789606

#789606
(120,150,6)
#6E8906
(110,137,6)
#647C06
(100,124,6)
#5A6F06
(90,111,6)
#506206
(80,98,6)
#465506
(70,85,6)
#3C4806
(60,72,6)
#323B06
(50,59,6)
#282E06
(40,46,6)
#1E2106
(30,33,6)
#141406
(20,20,6)
#000000
(0,0,0)

Tints of #789606

#789606
(120,150,6)
#849F1C
(132,159,28)
#90A832
(144,168,50)
#9CB148
(156,177,72)
#A8BA5E
(168,186,94)
#B4C374
(180,195,116)
#C0CC8A
(192,204,138)
#CCD5A0
(204,213,160)
#D8DEB6
(216,222,182)
#E4E7CC
(228,231,204)
#F0F0E2
(240,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789606; }

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

This text font color is #789606.


Background Color

.myBgColor { background-color: #789606; }

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

This div background color is #789606.


Border color

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

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

This div border color is #789606.


Opacity

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

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

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

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

This text has shadow with #789606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789606 on black background.


Color preview on white background

This text has color #789606 on white background.



Black color preview on #789606 background

This text has black color on #789606 background.


White color preview on #789606 background

This text has white color on #789606 background.