COLOR #78B799

HEX: #78B799
RGB: (120,183,153)

Color info

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

RGB color model

#78B799 color RGB value is (120,183,153).

  • red value is 120;
  • green value is 183;
  • blue value is 153.
RGB:
(120,183,153)
(47%,72%,60%)

RGB channels and saturation

R 120 of 255 = 47%
G 183 of 255 = 72%
B 153 of 255 = 60%

120
183
153

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

Portions of RGB colors in percentages

R + G + B =
120 + 183 + 153 = 456 (100%)
R 120 of 456 ~ 26.32%
G 183 of 456 ~ 40.13%
B 153 of 456 ~ 33.55%

%26.32
%40.13
%33.55

CMYK color model

#78B799 color CMYK value is (34,0,16,28).

  • cyan value is 34.43%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 28.24%
CMYK:
(34,0,16,28)
C34M0Y16K28 
(34%,0%,16%,28%)
(0.34/0.00/0.16/0.28)	

CMYK percentages

%34.43
%0
%16.39
%28.24

Codes

Color #78B799 in popluar color models

78B799
RGB120183153
HSL151°30.43%59.41%
HSB/HSV151°34.43%71.76%
CMYK34.43%0.00%16.39%
28.24%

Color #78B799 in popluar number systems.

HEX78B799
Decimal120183153
Binary11110001011011110011001
Octal170267231

Shades and tints

Shades of #78B799

#78B799
(120,183,153)
#6EA78C
(110,167,140)
#64977F
(100,151,127)
#5A8772
(90,135,114)
#507765
(80,119,101)
#466758
(70,103,88)
#3C574B
(60,87,75)
#32473E
(50,71,62)
#283731
(40,55,49)
#1E2724
(30,39,36)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #78B799

#78B799
(120,183,153)
#84BDA2
(132,189,162)
#90C3AB
(144,195,171)
#9CC9B4
(156,201,180)
#A8CFBD
(168,207,189)
#B4D5C6
(180,213,198)
#C0DBCF
(192,219,207)
#CCE1D8
(204,225,216)
#D8E7E1
(216,231,225)
#E4EDEA
(228,237,234)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B799 color. Also use rgb(120,183,153) instead hex code.

Text Font Color

.myTextColor { color: #78B799; }

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

This text font color is #78B799.


Background Color

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

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

This div background color is #78B799.


Border color

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

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

This div border color is #78B799.


Opacity

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

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

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

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

This text has shadow with #78B799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B799 on black background.


Color preview on white background

This text has color #78B799 on white background.



Black color preview on #78B799 background

This text has black color on #78B799 background.


White color preview on #78B799 background

This text has white color on #78B799 background.