COLOR #78B595

HEX: #78B595
RGB: (120,181,149)

Color info

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

RGB color model

#78B595 color RGB value is (120,181,149).

  • red value is 120;
  • green value is 181;
  • blue value is 149.
RGB:
(120,181,149)
(47%,71%,58%)

RGB channels and saturation

R 120 of 255 = 47%
G 181 of 255 = 71%
B 149 of 255 = 58%

120
181
149

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

Portions of RGB colors in percentages

R + G + B =
120 + 181 + 149 = 450 (100%)
R 120 of 450 ~ 26.67%
G 181 of 450 ~ 40.22%
B 149 of 450 ~ 33.11%

%26.67
%40.22
%33.11

CMYK color model

#78B595 color CMYK value is (34,0,18,29).

  • cyan value is 33.70%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 29.02%
CMYK:
(34,0,18,29)
C34M0Y18K29 
(34%,0%,18%,29%)
(0.34/0.00/0.18/0.29)	

CMYK percentages

%33.7
%0
%17.68
%29.02

Codes

Color #78B595 in popluar color models

78B595
RGB120181149
HSL149°29.19%59.02%
HSB/HSV149°33.70%70.98%
CMYK33.70%0.00%17.68%
29.02%

Color #78B595 in popluar number systems.

HEX78B595
Decimal120181149
Binary11110001011010110010101
Octal170265225

Shades and tints

Shades of #78B595

#78B595
(120,181,149)
#6EA588
(110,165,136)
#64957B
(100,149,123)
#5A856E
(90,133,110)
#507561
(80,117,97)
#466554
(70,101,84)
#3C5547
(60,85,71)
#32453A
(50,69,58)
#28352D
(40,53,45)
#1E2520
(30,37,32)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #78B595

#78B595
(120,181,149)
#84BB9E
(132,187,158)
#90C1A7
(144,193,167)
#9CC7B0
(156,199,176)
#A8CDB9
(168,205,185)
#B4D3C2
(180,211,194)
#C0D9CB
(192,217,203)
#CCDFD4
(204,223,212)
#D8E5DD
(216,229,221)
#E4EBE6
(228,235,230)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B595 color. Also use rgb(120,181,149) instead hex code.

Text Font Color

.myTextColor { color: #78B595; }

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

This text font color is #78B595.


Background Color

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

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

This div background color is #78B595.


Border color

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

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

This div border color is #78B595.


Opacity

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

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

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

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

This text has shadow with #78B595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B595 on black background.


Color preview on white background

This text has color #78B595 on white background.



Black color preview on #78B595 background

This text has black color on #78B595 background.


White color preview on #78B595 background

This text has white color on #78B595 background.