COLOR #78B36B

HEX: #78B36B
RGB: (120,179,107)

Color info

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

RGB color model

#78B36B color RGB value is (120,179,107).

  • red value is 120;
  • green value is 179;
  • blue value is 107.
RGB:
(120,179,107)
(47%,70%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 179 of 255 = 70%
B 107 of 255 = 42%

120
179
107

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

Portions of RGB colors in percentages

R + G + B =
120 + 179 + 107 = 406 (100%)
R 120 of 406 ~ 29.56%
G 179 of 406 ~ 44.09%
B 107 of 406 ~ 26.35%

%29.56
%44.09
%26.35

CMYK color model

#78B36B color CMYK value is (33,0,40,30).

  • cyan value is 32.96%
  • magenta value is 0.00%
  • yellow value is 40.22%
  • key color value is 29.80%
CMYK:
(33,0,40,30)
C33M0Y40K30 
(33%,0%,40%,30%)
(0.33/0.00/0.40/0.30)	

CMYK percentages

%32.96
%0
%40.22
%29.8

Codes

Color #78B36B in popluar color models

78B36B
RGB120179107
HSL109°32.14%56.08%
HSB/HSV109°40.22%70.20%
CMYK32.96%0.00%40.22%
29.80%

Color #78B36B in popluar number systems.

HEX78B36B
Decimal120179107
Binary1111000101100111101011
Octal170263153

Shades and tints

Shades of #78B36B

#78B36B
(120,179,107)
#6EA362
(110,163,98)
#649359
(100,147,89)
#5A8350
(90,131,80)
#507347
(80,115,71)
#46633E
(70,99,62)
#3C5335
(60,83,53)
#32432C
(50,67,44)
#283323
(40,51,35)
#1E231A
(30,35,26)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #78B36B

#78B36B
(120,179,107)
#84B978
(132,185,120)
#90BF85
(144,191,133)
#9CC592
(156,197,146)
#A8CB9F
(168,203,159)
#B4D1AC
(180,209,172)
#C0D7B9
(192,215,185)
#CCDDC6
(204,221,198)
#D8E3D3
(216,227,211)
#E4E9E0
(228,233,224)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B36B color. Also use rgb(120,179,107) instead hex code.

Text Font Color

.myTextColor { color: #78B36B; }

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

This text font color is #78B36B.


Background Color

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

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

This div background color is #78B36B.


Border color

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

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

This div border color is #78B36B.


Opacity

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

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

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

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

This text has shadow with #78B36B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B36B on black background.


Color preview on white background

This text has color #78B36B on white background.



Black color preview on #78B36B background

This text has black color on #78B36B background.


White color preview on #78B36B background

This text has white color on #78B36B background.