COLOR #78B964

HEX: #78B964
RGB: (120,185,100)

Color info

#78B964 contains mainly green color. Web safe color of #78B964 is #66CC66 (or #6C6).

RGB color model

#78B964 color RGB value is (120,185,100).

  • red value is 120;
  • green value is 185;
  • blue value is 100.
RGB:
(120,185,100)
(47%,73%,39%)

RGB channels and saturation

R 120 of 255 = 47%
G 185 of 255 = 73%
B 100 of 255 = 39%

120
185
100

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

Portions of RGB colors in percentages

R + G + B =
120 + 185 + 100 = 405 (100%)
R 120 of 405 ~ 29.63%
G 185 of 405 ~ 45.68%
B 100 of 405 ~ 24.69%

%29.63
%45.68
%24.69

CMYK color model

#78B964 color CMYK value is (35,0,46,27).

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 45.95%
  • key color value is 27.45%
CMYK:
(35,0,46,27)
C35M0Y46K27 
(35%,0%,46%,27%)
(0.35/0.00/0.46/0.27)	

CMYK percentages

%35.14
%0
%45.95
%27.45

Codes

Color #78B964 in popluar color models

78B964
RGB120185100
HSL106°37.78%55.88%
HSB/HSV106°45.95%72.55%
CMYK35.14%0.00%45.95%
27.45%

Color #78B964 in popluar number systems.

HEX78B964
Decimal120185100
Binary1111000101110011100100
Octal170271144

Shades and tints

Shades of #78B964

#78B964
(120,185,100)
#6EA95B
(110,169,91)
#649952
(100,153,82)
#5A8949
(90,137,73)
#507940
(80,121,64)
#466937
(70,105,55)
#3C592E
(60,89,46)
#324925
(50,73,37)
#28391C
(40,57,28)
#1E2913
(30,41,19)
#14190A
(20,25,10)
#000000
(0,0,0)

Tints of #78B964

#78B964
(120,185,100)
#84BF72
(132,191,114)
#90C580
(144,197,128)
#9CCB8E
(156,203,142)
#A8D19C
(168,209,156)
#B4D7AA
(180,215,170)
#C0DDB8
(192,221,184)
#CCE3C6
(204,227,198)
#D8E9D4
(216,233,212)
#E4EFE2
(228,239,226)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B964 color. Also use rgb(120,185,100) instead hex code.

Text Font Color

.myTextColor { color: #78B964; }

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

This text font color is #78B964.


Background Color

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

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

This div background color is #78B964.


Border color

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

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

This div border color is #78B964.


Opacity

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

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

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

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

This text has shadow with #78B964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B964 on black background.


Color preview on white background

This text has color #78B964 on white background.



Black color preview on #78B964 background

This text has black color on #78B964 background.


White color preview on #78B964 background

This text has white color on #78B964 background.