COLOR #78963E

HEX: #78963E
RGB: (120,150,62)

Color info

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

RGB color model

#78963E color RGB value is (120,150,62).

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

RGB channels and saturation

R 120 of 255 = 47%
G 150 of 255 = 59%
B 62 of 255 = 24%

120
150
62

R + G + B ~ 43%. #78963E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 150 + 62 = 332 (100%)
R 120 of 332 ~ 36.14%
G 150 of 332 ~ 45.18%
B 62 of 332 ~ 18.67%

%36.14
%45.18
%18.67

CMYK color model

#78963E color CMYK value is (20,0,59,41).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 58.67%
  • key color value is 41.18%
CMYK:
(20,0,59,41)
C20M0Y59K41 
(20%,0%,59%,41%)
(0.20/0.00/0.59/0.41)	

CMYK percentages

%20
%0
%58.67
%41.18

Codes

Color #78963E in popluar color models

78963E
RGB12015062
HSL80°41.51%41.57%
HSB/HSV80°58.67%58.82%
CMYK20.00%0.00%58.67%
41.18%

Color #78963E in popluar number systems.

HEX78963E
Decimal12015062
Binary111100010010110111110
Octal17022676

Shades and tints

Shades of #78963E

#78963E
(120,150,62)
#6E8939
(110,137,57)
#647C34
(100,124,52)
#5A6F2F
(90,111,47)
#50622A
(80,98,42)
#465525
(70,85,37)
#3C4820
(60,72,32)
#323B1B
(50,59,27)
#282E16
(40,46,22)
#1E2111
(30,33,17)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #78963E

#78963E
(120,150,62)
#849F4F
(132,159,79)
#90A860
(144,168,96)
#9CB171
(156,177,113)
#A8BA82
(168,186,130)
#B4C393
(180,195,147)
#C0CCA4
(192,204,164)
#CCD5B5
(204,213,181)
#D8DEC6
(216,222,198)
#E4E7D7
(228,231,215)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78963E; }

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

This text font color is #78963E.


Background Color

.myBgColor { background-color: #78963E; }

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

This div background color is #78963E.


Border color

.myBorderColor { border: 1px solid #78963E; }

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

This div border color is #78963E.


Opacity

.myOpacity80 { color: #78963E; opacity: 0.8; }

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

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

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

This text has shadow with #78963E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78963E on black background.


Color preview on white background

This text has color #78963E on white background.



Black color preview on #78963E background

This text has black color on #78963E background.


White color preview on #78963E background

This text has white color on #78963E background.