COLOR #78B066

HEX: #78B066
RGB: (120,176,102)

Color info

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

RGB color model

#78B066 color RGB value is (120,176,102).

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

RGB channels and saturation

R 120 of 255 = 47%
G 176 of 255 = 69%
B 102 of 255 = 40%

120
176
102

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

Portions of RGB colors in percentages

R + G + B =
120 + 176 + 102 = 398 (100%)
R 120 of 398 ~ 30.15%
G 176 of 398 ~ 44.22%
B 102 of 398 ~ 25.63%

%30.15
%44.22
%25.63

CMYK color model

#78B066 color CMYK value is (32,0,42,31).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 42.05%
  • key color value is 30.98%
CMYK:
(32,0,42,31)
C32M0Y42K31 
(32%,0%,42%,31%)
(0.32/0.00/0.42/0.31)	

CMYK percentages

%31.82
%0
%42.05
%30.98

Codes

Color #78B066 in popluar color models

78B066
RGB120176102
HSL105°31.90%54.51%
HSB/HSV105°42.05%69.02%
CMYK31.82%0.00%42.05%
30.98%

Color #78B066 in popluar number systems.

HEX78B066
Decimal120176102
Binary1111000101100001100110
Octal170260146

Shades and tints

Shades of #78B066

#78B066
(120,176,102)
#6EA05D
(110,160,93)
#649054
(100,144,84)
#5A804B
(90,128,75)
#507042
(80,112,66)
#466039
(70,96,57)
#3C5030
(60,80,48)
#324027
(50,64,39)
#28301E
(40,48,30)
#1E2015
(30,32,21)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #78B066

#78B066
(120,176,102)
#84B773
(132,183,115)
#90BE80
(144,190,128)
#9CC58D
(156,197,141)
#A8CC9A
(168,204,154)
#B4D3A7
(180,211,167)
#C0DAB4
(192,218,180)
#CCE1C1
(204,225,193)
#D8E8CE
(216,232,206)
#E4EFDB
(228,239,219)
#F0F6E8
(240,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B066; }

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

This text font color is #78B066.


Background Color

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

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

This div background color is #78B066.


Border color

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

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

This div border color is #78B066.


Opacity

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

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

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

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

This text has shadow with #78B066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B066 on black background.


Color preview on white background

This text has color #78B066 on white background.



Black color preview on #78B066 background

This text has black color on #78B066 background.


White color preview on #78B066 background

This text has white color on #78B066 background.