COLOR #78B797

HEX: #78B797
RGB: (120,183,151)

Color info

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

RGB color model

#78B797 color RGB value is (120,183,151).

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

RGB channels and saturation

R 120 of 255 = 47%
G 183 of 255 = 72%
B 151 of 255 = 59%

120
183
151

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

Portions of RGB colors in percentages

R + G + B =
120 + 183 + 151 = 454 (100%)
R 120 of 454 ~ 26.43%
G 183 of 454 ~ 40.31%
B 151 of 454 ~ 33.26%

%26.43
%40.31
%33.26

CMYK color model

#78B797 color CMYK value is (34,0,17,28).

  • cyan value is 34.43%
  • magenta value is 0.00%
  • yellow value is 17.49%
  • key color value is 28.24%
CMYK:
(34,0,17,28)
C34M0Y17K28 
(34%,0%,17%,28%)
(0.34/0.00/0.17/0.28)	

CMYK percentages

%34.43
%0
%17.49
%28.24

Codes

Color #78B797 in popluar color models

78B797
RGB120183151
HSL150°30.43%59.41%
HSB/HSV150°34.43%71.76%
CMYK34.43%0.00%17.49%
28.24%

Color #78B797 in popluar number systems.

HEX78B797
Decimal120183151
Binary11110001011011110010111
Octal170267227

Shades and tints

Shades of #78B797

#78B797
(120,183,151)
#6EA78A
(110,167,138)
#64977D
(100,151,125)
#5A8770
(90,135,112)
#507763
(80,119,99)
#466756
(70,103,86)
#3C5749
(60,87,73)
#32473C
(50,71,60)
#28372F
(40,55,47)
#1E2722
(30,39,34)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #78B797

#78B797
(120,183,151)
#84BDA0
(132,189,160)
#90C3A9
(144,195,169)
#9CC9B2
(156,201,178)
#A8CFBB
(168,207,187)
#B4D5C4
(180,213,196)
#C0DBCD
(192,219,205)
#CCE1D6
(204,225,214)
#D8E7DF
(216,231,223)
#E4EDE8
(228,237,232)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B797; }

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

This text font color is #78B797.


Background Color

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

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

This div background color is #78B797.


Border color

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

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

This div border color is #78B797.


Opacity

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

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

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

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

This text has shadow with #78B797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B797 on black background.


Color preview on white background

This text has color #78B797 on white background.



Black color preview on #78B797 background

This text has black color on #78B797 background.


White color preview on #78B797 background

This text has white color on #78B797 background.