COLOR #789C0E

HEX: #789C0E
RGB: (120,156,14)

Color info

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

RGB color model

#789C0E color RGB value is (120,156,14).

  • red value is 120;
  • green value is 156;
  • blue value is 14.
RGB:
(120,156,14)
(47%,61%,5%)

RGB channels and saturation

R 120 of 255 = 47%
G 156 of 255 = 61%
B 14 of 255 = 5%

120
156
14

R + G + B ~ 38%. #789C0E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 156 + 14 = 290 (100%)
R 120 of 290 ~ 41.38%
G 156 of 290 ~ 53.79%
B 14 of 290 ~ 4.83%

%41.38
%53.79

CMYK color model

#789C0E color CMYK value is (23,0,91,39).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 91.03%
  • key color value is 38.82%
CMYK:
(23,0,91,39)
C23M0Y91K39 
(23%,0%,91%,39%)
(0.23/0.00/0.91/0.39)	

CMYK percentages

%23.08
%0
%91.03
%38.82

Codes

Color #789C0E in popluar color models

789C0E
RGB12015614
HSL75°83.53%33.33%
HSB/HSV75°91.03%61.18%
CMYK23.08%0.00%91.03%
38.82%

Color #789C0E in popluar number systems.

HEX789C0E
Decimal12015614
Binary1111000100111001110
Octal17023416

Shades and tints

Shades of #789C0E

#789C0E
(120,156,14)
#6E8E0D
(110,142,13)
#64800C
(100,128,12)
#5A720B
(90,114,11)
#50640A
(80,100,10)
#465609
(70,86,9)
#3C4808
(60,72,8)
#323A07
(50,58,7)
#282C06
(40,44,6)
#1E1E05
(30,30,5)
#141004
(20,16,4)
#000000
(0,0,0)

Tints of #789C0E

#789C0E
(120,156,14)
#84A523
(132,165,35)
#90AE38
(144,174,56)
#9CB74D
(156,183,77)
#A8C062
(168,192,98)
#B4C977
(180,201,119)
#C0D28C
(192,210,140)
#CCDBA1
(204,219,161)
#D8E4B6
(216,228,182)
#E4EDCB
(228,237,203)
#F0F6E0
(240,246,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789C0E color. Also use rgb(120,156,14) instead hex code.

Text Font Color

.myTextColor { color: #789C0E; }

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

This text font color is #789C0E.


Background Color

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

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

This div background color is #789C0E.


Border color

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

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

This div border color is #789C0E.


Opacity

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

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

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

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

This text has shadow with #789C0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789C0E on black background.


Color preview on white background

This text has color #789C0E on white background.



Black color preview on #789C0E background

This text has black color on #789C0E background.


White color preview on #789C0E background

This text has white color on #789C0E background.