COLOR #78A26C

HEX: #78A26C RGB: (120,162,108)

Color info

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

RGB color model

#78A26C color RGB value is (120,162,108).

RGB: (120,162,108) (47%, 64%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 162 of 255 = 64%
B 108 of 255 = 42%

120
162
108

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

Portions of RGB colors in percentages

R + G + B = 120 + 162 + 108 = 390 (100%)
R 120 of 390 ~ 30.77%
G 162 of 390 ~ 41.54%
B 108 of 390 ~ 27.69'%

%30.77
%41.54
%27.69

CMYK color model

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

  • cyan value is 25.93%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • 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
%33.33
%36.47

Codes

Color #78A26C in popluar color models

78 A2 6C
RGB 120 162 108
HSL 107° 22.50% 52.94%
HSB/HSV 107° 33.33% 63.53%
CMYK 25.93% 0.00% 33.33%
36.47%

Color #78A26C in popluar number systems.

HEX 78 A2 6C
Decimal 120 162 108
Binary 1111000 10100010 1101100
Octal 170 242 154

Shades and tints

Shades of #78A26C

#78A26C
(120,162,108)
#6E9463
(110,148,99)
#64865A
(100,134,90)
#5A7851
(90,120,81)
#506A48
(80,106,72)
#465C3F
(70,92,63)
#3C4E36
(60,78,54)
#32402D
(50,64,45)
#283224
(40,50,36)
#1E241B
(30,36,27)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #78A26C

#78A26C
(120,162,108)
#84AA79
(132,170,121)
#90B286
(144,178,134)
#9CBA93
(156,186,147)
#A8C2A0
(168,194,160)
#B4CAAD
(180,202,173)
#C0D2BA
(192,210,186)
#CCDAC7
(204,218,199)
#D8E2D4
(216,226,212)
#E4EAE1
(228,234,225)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A26C; }

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

This text font color is #78A26C.

Background Color

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

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

This div background color is #78A26C.

Border color

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

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

This div border color is #78A26C.

Opacity

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

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

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

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

This text has shadow with #78A26C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A26C.

Preview

Color preview on black background

This text has color #78A26C on black background.


Color preview on white background

This text has color #78A26C on white background.


Black color preview on #78A26C background

This text has black color on #78A26C background.


White color preview on #78A26C background

This text has white color on #78A26C background.


Related colors

Complementary color

Complementary color for #hex is #875D93.


I love getcolorcode.com

Triadic colors

1 #6C78A2 and #A26C78 with #78A26C are triadic colors.

2 #6CA278 and #A2786C with #78A26C are triadic colors.