COLOR #78A26D

HEX: #78A26D
RGB: (120,162,109)

Color info

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

RGB color model

#78A26D color RGB value is (120,162,109).

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

RGB channels and saturation

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

120
162
109

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

Portions of RGB colors in percentages

R + G + B =
120 + 162 + 109 = 391 (100%)
R 120 of 391 ~ 30.69%
G 162 of 391 ~ 41.43%
B 109 of 391 ~ 27.88%

%30.69
%41.43
%27.88

CMYK color model

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

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

CMYK percentages

%25.93
%0
%32.72
%36.47

Codes

Color #78A26D in popluar color models

78A26D
RGB120162109
HSL108°22.18%53.14%
HSB/HSV108°32.72%63.53%
CMYK25.93%0.00%32.72%
36.47%

Color #78A26D in popluar number systems.

HEX78A26D
Decimal120162109
Binary1111000101000101101101
Octal170242155

Shades and tints

Shades of #78A26D

#78A26D
(120,162,109)
#6E9464
(110,148,100)
#64865B
(100,134,91)
#5A7852
(90,120,82)
#506A49
(80,106,73)
#465C40
(70,92,64)
#3C4E37
(60,78,55)
#32402E
(50,64,46)
#283225
(40,50,37)
#1E241C
(30,36,28)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #78A26D

#78A26D
(120,162,109)
#84AA7A
(132,170,122)
#90B287
(144,178,135)
#9CBA94
(156,186,148)
#A8C2A1
(168,194,161)
#B4CAAE
(180,202,174)
#C0D2BB
(192,210,187)
#CCDAC8
(204,218,200)
#D8E2D5
(216,226,213)
#E4EAE2
(228,234,226)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A26D; }

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

This text font color is #78A26D.


Background Color

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

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

This div background color is #78A26D.


Border color

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

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

This div border color is #78A26D.


Opacity

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

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

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

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

This text has shadow with #78A26D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A26D on black background.


Color preview on white background

This text has color #78A26D on white background.



Black color preview on #78A26D background

This text has black color on #78A26D background.


White color preview on #78A26D background

This text has white color on #78A26D background.