COLOR #78B06C

HEX: #78B06C
RGB: (120,176,108)

Color info

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

RGB color model

#78B06C color RGB value is (120,176,108).

  • red value is 120;
  • green value is 176;
  • blue value is 108.
RGB:
(120,176,108)
(47%,69%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 176 of 255 = 69%
B 108 of 255 = 42%

120
176
108

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

Portions of RGB colors in percentages

R + G + B =
120 + 176 + 108 = 404 (100%)
R 120 of 404 ~ 29.7%
G 176 of 404 ~ 43.56%
B 108 of 404 ~ 26.73%

%29.7
%43.56
%26.73

CMYK color model

#78B06C color CMYK value is (32,0,39,31).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 38.64%
  • key color value is 30.98%
CMYK:
(32,0,39,31)
C32M0Y39K31 
(32%,0%,39%,31%)
(0.32/0.00/0.39/0.31)	

CMYK percentages

%31.82
%0
%38.64
%30.98

Codes

Color #78B06C in popluar color models

78B06C
RGB120176108
HSL109°30.09%55.69%
HSB/HSV109°38.64%69.02%
CMYK31.82%0.00%38.64%
30.98%

Color #78B06C in popluar number systems.

HEX78B06C
Decimal120176108
Binary1111000101100001101100
Octal170260154

Shades and tints

Shades of #78B06C

#78B06C
(120,176,108)
#6EA063
(110,160,99)
#64905A
(100,144,90)
#5A8051
(90,128,81)
#507048
(80,112,72)
#46603F
(70,96,63)
#3C5036
(60,80,54)
#32402D
(50,64,45)
#283024
(40,48,36)
#1E201B
(30,32,27)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #78B06C

#78B06C
(120,176,108)
#84B779
(132,183,121)
#90BE86
(144,190,134)
#9CC593
(156,197,147)
#A8CCA0
(168,204,160)
#B4D3AD
(180,211,173)
#C0DABA
(192,218,186)
#CCE1C7
(204,225,199)
#D8E8D4
(216,232,212)
#E4EFE1
(228,239,225)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B06C; }

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

This text font color is #78B06C.


Background Color

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

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

This div background color is #78B06C.


Border color

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

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

This div border color is #78B06C.


Opacity

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

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

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

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

This text has shadow with #78B06C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B06C on black background.


Color preview on white background

This text has color #78B06C on white background.



Black color preview on #78B06C background

This text has black color on #78B06C background.


White color preview on #78B06C background

This text has white color on #78B06C background.