COLOR #78A36D

HEX: #78A36D
RGB: (120,163,109)

Color info

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

RGB color model

#78A36D color RGB value is (120,163,109).

  • red value is 120;
  • green value is 163;
  • blue value is 109.
RGB:
(120,163,109)
(47%,64%,43%)

RGB channels and saturation

R 120 of 255 = 47%
G 163 of 255 = 64%
B 109 of 255 = 43%

120
163
109

R + G + B ~ 51%. #78A36D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 163 + 109 = 392 (100%)
R 120 of 392 ~ 30.61%
G 163 of 392 ~ 41.58%
B 109 of 392 ~ 27.81%

%30.61
%41.58
%27.81

CMYK color model

#78A36D color CMYK value is (26,0,33,36).

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 33.13%
  • key color value is 36.08%
CMYK:
(26,0,33,36)
C26M0Y33K36 
(26%,0%,33%,36%)
(0.26/0.00/0.33/0.36)	

CMYK percentages

%26.38
%0
%33.13
%36.08

Codes

Color #78A36D in popluar color models

78A36D
RGB120163109
HSL108°22.69%53.33%
HSB/HSV108°33.13%63.92%
CMYK26.38%0.00%33.13%
36.08%

Color #78A36D in popluar number systems.

HEX78A36D
Decimal120163109
Binary1111000101000111101101
Octal170243155

Shades and tints

Shades of #78A36D

#78A36D
(120,163,109)
#6E9564
(110,149,100)
#64875B
(100,135,91)
#5A7952
(90,121,82)
#506B49
(80,107,73)
#465D40
(70,93,64)
#3C4F37
(60,79,55)
#32412E
(50,65,46)
#283325
(40,51,37)
#1E251C
(30,37,28)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #78A36D

#78A36D
(120,163,109)
#84AB7A
(132,171,122)
#90B387
(144,179,135)
#9CBB94
(156,187,148)
#A8C3A1
(168,195,161)
#B4CBAE
(180,203,174)
#C0D3BB
(192,211,187)
#CCDBC8
(204,219,200)
#D8E3D5
(216,227,213)
#E4EBE2
(228,235,226)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A36D color. Also use rgb(120,163,109) instead hex code.

Text Font Color

.myTextColor { color: #78A36D; }

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

This text font color is #78A36D.


Background Color

.myBgColor { background-color: #78A36D; }

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

This div background color is #78A36D.


Border color

.myBorderColor { border: 1px solid #78A36D; }

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

This div border color is #78A36D.


Opacity

.myOpacity80 { color: #78A36D; opacity: 0.8; }

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

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

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

This text has shadow with #78A36D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A36D on black background.


Color preview on white background

This text has color #78A36D on white background.



Black color preview on #78A36D background

This text has black color on #78A36D background.


White color preview on #78A36D background

This text has white color on #78A36D background.