COLOR #78B16D

HEX: #78B16D RGB: (120,177,109)

Color info

#78B16D contains mainly red and green colors. Web safe color of #78B16D is #669966 (or #696).

RGB color model

#78B16D color RGB value is (120,177,109).

RGB: (120,177,109) (47%, 69%, 43%)

RGB channels and saturation

R 120 of 255 = 47%
G 177 of 255 = 69%
B 109 of 255 = 43%

120
177
109

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

Portions of RGB colors in percentages

R + G + B = 120 + 177 + 109 = 406 (100%)
R 120 of 406 ~ 29.56%
G 177 of 406 ~ 43.6%
B 109 of 406 ~ 26.85'%

%29.56
%43.6
%26.85

CMYK color model

#78B16D color CMYK value is (32,0,38,31).

  • cyan value is 32.20%
  • magenta value is 0.00%
  • yellow value is 38.42%
  • key color value is 30.59%

CMYK: (32,0,38,31)
C32M0Y38K31 (32%, 0%, 38%, 31%)
(0.32 / 0.00 / 0.38 / 0.31)

CMYK percentages

%32.2
%0
%38.42
%30.59

Codes

Color #78B16D in popluar color models

78 B1 6D
RGB 120 177 109
HSL 110° 30.36% 56.08%
HSB/HSV 110° 38.42% 69.41%
CMYK 32.20% 0.00% 38.42%
30.59%

Color #78B16D in popluar number systems.

HEX 78 B1 6D
Decimal 120 177 109
Binary 1111000 10110001 1101101
Octal 170 261 155

Shades and tints

Shades of #78B16D

#78B16D
(120,177,109)
#6EA164
(110,161,100)
#64915B
(100,145,91)
#5A8152
(90,129,82)
#507149
(80,113,73)
#466140
(70,97,64)
#3C5137
(60,81,55)
#32412E
(50,65,46)
#283125
(40,49,37)
#1E211C
(30,33,28)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #78B16D

#78B16D
(120,177,109)
#84B87A
(132,184,122)
#90BF87
(144,191,135)
#9CC694
(156,198,148)
#A8CDA1
(168,205,161)
#B4D4AE
(180,212,174)
#C0DBBB
(192,219,187)
#CCE2C8
(204,226,200)
#D8E9D5
(216,233,213)
#E4F0E2
(228,240,226)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B16D; }

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

This text font color is #78B16D.

Background Color

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

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

This div background color is #78B16D.

Border color

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

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

This div border color is #78B16D.

Opacity

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

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

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

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

This text has shadow with #78B16D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B16D.

Preview

Color preview on black background

This text has color #78B16D on black background.


Color preview on white background

This text has color #78B16D on white background.


Black color preview on #78B16D background

This text has black color on #78B16D background.


White color preview on #78B16D background

This text has white color on #78B16D background.


Related colors

Complementary color

Complementary color for #hex is #874E92.


I love getcolorcode.com

Triadic colors

1 #6D78B1 and #B16D78 with #78B16D are triadic colors.

2 #6DB178 and #B1786D with #78B16D are triadic colors.