COLOR #78B98B

HEX: #78B98B
RGB: (120,185,139)

Color info

#78B98B contains mainly green and blue colors. Web safe color of #78B98B is #66CC99 (or #6C9).

RGB color model

#78B98B color RGB value is (120,185,139).

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

RGB channels and saturation

R 120 of 255 = 47%
G 185 of 255 = 73%
B 139 of 255 = 55%

120
185
139

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

Portions of RGB colors in percentages

R + G + B =
120 + 185 + 139 = 444 (100%)
R 120 of 444 ~ 27.03%
G 185 of 444 ~ 41.67%
B 139 of 444 ~ 31.31%

%27.03
%41.67
%31.31

CMYK color model

#78B98B color CMYK value is (35,0,25,27).

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 27.45%
CMYK:
(35,0,25,27)
C35M0Y25K27 
(35%,0%,25%,27%)
(0.35/0.00/0.25/0.27)	

CMYK percentages

%35.14
%0
%24.86
%27.45

Codes

Color #78B98B in popluar color models

78B98B
RGB120185139
HSL138°31.71%59.80%
HSB/HSV138°35.14%72.55%
CMYK35.14%0.00%24.86%
27.45%

Color #78B98B in popluar number systems.

HEX78B98B
Decimal120185139
Binary11110001011100110001011
Octal170271213

Shades and tints

Shades of #78B98B

#78B98B
(120,185,139)
#6EA97F
(110,169,127)
#649973
(100,153,115)
#5A8967
(90,137,103)
#50795B
(80,121,91)
#46694F
(70,105,79)
#3C5943
(60,89,67)
#324937
(50,73,55)
#28392B
(40,57,43)
#1E291F
(30,41,31)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #78B98B

#78B98B
(120,185,139)
#84BF95
(132,191,149)
#90C59F
(144,197,159)
#9CCBA9
(156,203,169)
#A8D1B3
(168,209,179)
#B4D7BD
(180,215,189)
#C0DDC7
(192,221,199)
#CCE3D1
(204,227,209)
#D8E9DB
(216,233,219)
#E4EFE5
(228,239,229)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B98B; }

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

This text font color is #78B98B.


Background Color

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

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

This div background color is #78B98B.


Border color

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

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

This div border color is #78B98B.


Opacity

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

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

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

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

This text has shadow with #78B98B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B98B on black background.


Color preview on white background

This text has color #78B98B on white background.



Black color preview on #78B98B background

This text has black color on #78B98B background.


White color preview on #78B98B background

This text has white color on #78B98B background.