COLOR #78B06A

HEX: #78B06A
RGB: (120,176,106)

Color info

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

RGB color model

#78B06A color RGB value is (120,176,106).

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

RGB channels and saturation

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

120
176
106

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

Portions of RGB colors in percentages

R + G + B =
120 + 176 + 106 = 402 (100%)
R 120 of 402 ~ 29.85%
G 176 of 402 ~ 43.78%
B 106 of 402 ~ 26.37%

%29.85
%43.78
%26.37

CMYK color model

#78B06A color CMYK value is (32,0,40,31).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 39.77%
  • key color value is 30.98%
CMYK:
(32,0,40,31)
C32M0Y40K31 
(32%,0%,40%,31%)
(0.32/0.00/0.40/0.31)	

CMYK percentages

%31.82
%0
%39.77
%30.98

Codes

Color #78B06A in popluar color models

78B06A
RGB120176106
HSL108°30.70%55.29%
HSB/HSV108°39.77%69.02%
CMYK31.82%0.00%39.77%
30.98%

Color #78B06A in popluar number systems.

HEX78B06A
Decimal120176106
Binary1111000101100001101010
Octal170260152

Shades and tints

Shades of #78B06A

#78B06A
(120,176,106)
#6EA061
(110,160,97)
#649058
(100,144,88)
#5A804F
(90,128,79)
#507046
(80,112,70)
#46603D
(70,96,61)
#3C5034
(60,80,52)
#32402B
(50,64,43)
#283022
(40,48,34)
#1E2019
(30,32,25)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #78B06A

#78B06A
(120,176,106)
#84B777
(132,183,119)
#90BE84
(144,190,132)
#9CC591
(156,197,145)
#A8CC9E
(168,204,158)
#B4D3AB
(180,211,171)
#C0DAB8
(192,218,184)
#CCE1C5
(204,225,197)
#D8E8D2
(216,232,210)
#E4EFDF
(228,239,223)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B06A; }

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

This text font color is #78B06A.


Background Color

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

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

This div background color is #78B06A.


Border color

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

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

This div border color is #78B06A.


Opacity

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

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

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

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

This text has shadow with #78B06A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B06A on black background.


Color preview on white background

This text has color #78B06A on white background.



Black color preview on #78B06A background

This text has black color on #78B06A background.


White color preview on #78B06A background

This text has white color on #78B06A background.