COLOR #78B490

HEX: #78B490
RGB: (120,180,144)

Color info

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

RGB color model

#78B490 color RGB value is (120,180,144).

  • red value is 120;
  • green value is 180;
  • blue value is 144.
RGB:
(120,180,144)
(47%,71%,56%)

RGB channels and saturation

R 120 of 255 = 47%
G 180 of 255 = 71%
B 144 of 255 = 56%

120
180
144

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

Portions of RGB colors in percentages

R + G + B =
120 + 180 + 144 = 444 (100%)
R 120 of 444 ~ 27.03%
G 180 of 444 ~ 40.54%
B 144 of 444 ~ 32.43%

%27.03
%40.54
%32.43

CMYK color model

#78B490 color CMYK value is (33,0,20,29).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 29.41%
CMYK:
(33,0,20,29)
C33M0Y20K29 
(33%,0%,20%,29%)
(0.33/0.00/0.20/0.29)	

CMYK percentages

%33.33
%0
%20
%29.41

Codes

Color #78B490 in popluar color models

78B490
RGB120180144
HSL144°28.57%58.82%
HSB/HSV144°33.33%70.59%
CMYK33.33%0.00%20.00%
29.41%

Color #78B490 in popluar number systems.

HEX78B490
Decimal120180144
Binary11110001011010010010000
Octal170264220

Shades and tints

Shades of #78B490

#78B490
(120,180,144)
#6EA483
(110,164,131)
#649476
(100,148,118)
#5A8469
(90,132,105)
#50745C
(80,116,92)
#46644F
(70,100,79)
#3C5442
(60,84,66)
#324435
(50,68,53)
#283428
(40,52,40)
#1E241B
(30,36,27)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #78B490

#78B490
(120,180,144)
#84BA9A
(132,186,154)
#90C0A4
(144,192,164)
#9CC6AE
(156,198,174)
#A8CCB8
(168,204,184)
#B4D2C2
(180,210,194)
#C0D8CC
(192,216,204)
#CCDED6
(204,222,214)
#D8E4E0
(216,228,224)
#E4EAEA
(228,234,234)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B490 color. Also use rgb(120,180,144) instead hex code.

Text Font Color

.myTextColor { color: #78B490; }

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

This text font color is #78B490.


Background Color

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

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

This div background color is #78B490.


Border color

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

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

This div border color is #78B490.


Opacity

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

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

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

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

This text has shadow with #78B490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B490 on black background.


Color preview on white background

This text has color #78B490 on white background.



Black color preview on #78B490 background

This text has black color on #78B490 background.


White color preview on #78B490 background

This text has white color on #78B490 background.