COLOR #78C595

HEX: #78C595
RGB: (120,197,149)

Color info

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

RGB color model

#78C595 color RGB value is (120,197,149).

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

RGB channels and saturation

R 120 of 255 = 47%
G 197 of 255 = 77%
B 149 of 255 = 58%

120
197
149

R + G + B ~ 61%. #78C595 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 197 + 149 = 466 (100%)
R 120 of 466 ~ 25.75%
G 197 of 466 ~ 42.27%
B 149 of 466 ~ 31.97%

%25.75
%42.27
%31.97

CMYK color model

#78C595 color CMYK value is (39,0,24,23).

  • cyan value is 39.09%
  • magenta value is 0.00%
  • yellow value is 24.37%
  • key color value is 22.75%
CMYK:
(39,0,24,23)
C39M0Y24K23 
(39%,0%,24%,23%)
(0.39/0.00/0.24/0.23)	

CMYK percentages

%39.09
%0
%24.37
%22.75

Codes

Color #78C595 in popluar color models

78C595
RGB120197149
HSL143°39.90%62.16%
HSB/HSV143°39.09%77.25%
CMYK39.09%0.00%24.37%
22.75%

Color #78C595 in popluar number systems.

HEX78C595
Decimal120197149
Binary11110001100010110010101
Octal170305225

Shades and tints

Shades of #78C595

#78C595
(120,197,149)
#6EB488
(110,180,136)
#64A37B
(100,163,123)
#5A926E
(90,146,110)
#508161
(80,129,97)
#467054
(70,112,84)
#3C5F47
(60,95,71)
#324E3A
(50,78,58)
#283D2D
(40,61,45)
#1E2C20
(30,44,32)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #78C595

#78C595
(120,197,149)
#84CA9E
(132,202,158)
#90CFA7
(144,207,167)
#9CD4B0
(156,212,176)
#A8D9B9
(168,217,185)
#B4DEC2
(180,222,194)
#C0E3CB
(192,227,203)
#CCE8D4
(204,232,212)
#D8EDDD
(216,237,221)
#E4F2E6
(228,242,230)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78C595; }

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

This text font color is #78C595.


Background Color

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

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

This div background color is #78C595.


Border color

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

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

This div border color is #78C595.


Opacity

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

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

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

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

This text has shadow with #78C595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C595 on black background.


Color preview on white background

This text has color #78C595 on white background.



Black color preview on #78C595 background

This text has black color on #78C595 background.


White color preview on #78C595 background

This text has white color on #78C595 background.