COLOR #78B693

HEX: #78B693
RGB: (120,182,147)

Color info

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

RGB color model

#78B693 color RGB value is (120,182,147).

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

RGB channels and saturation

R 120 of 255 = 47%
G 182 of 255 = 71%
B 147 of 255 = 58%

120
182
147

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

Portions of RGB colors in percentages

R + G + B =
120 + 182 + 147 = 449 (100%)
R 120 of 449 ~ 26.73%
G 182 of 449 ~ 40.53%
B 147 of 449 ~ 32.74%

%26.73
%40.53
%32.74

CMYK color model

#78B693 color CMYK value is (34,0,19,29).

  • cyan value is 34.07%
  • magenta value is 0.00%
  • yellow value is 19.23%
  • key color value is 28.63%
CMYK:
(34,0,19,29)
C34M0Y19K29 
(34%,0%,19%,29%)
(0.34/0.00/0.19/0.29)	

CMYK percentages

%34.07
%0
%19.23
%28.63

Codes

Color #78B693 in popluar color models

78B693
RGB120182147
HSL146°29.81%59.22%
HSB/HSV146°34.07%71.37%
CMYK34.07%0.00%19.23%
28.63%

Color #78B693 in popluar number systems.

HEX78B693
Decimal120182147
Binary11110001011011010010011
Octal170266223

Shades and tints

Shades of #78B693

#78B693
(120,182,147)
#6EA686
(110,166,134)
#649679
(100,150,121)
#5A866C
(90,134,108)
#50765F
(80,118,95)
#466652
(70,102,82)
#3C5645
(60,86,69)
#324638
(50,70,56)
#28362B
(40,54,43)
#1E261E
(30,38,30)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #78B693

#78B693
(120,182,147)
#84BC9C
(132,188,156)
#90C2A5
(144,194,165)
#9CC8AE
(156,200,174)
#A8CEB7
(168,206,183)
#B4D4C0
(180,212,192)
#C0DAC9
(192,218,201)
#CCE0D2
(204,224,210)
#D8E6DB
(216,230,219)
#E4ECE4
(228,236,228)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B693 color. Also use rgb(120,182,147) instead hex code.

Text Font Color

.myTextColor { color: #78B693; }

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

This text font color is #78B693.


Background Color

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

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

This div background color is #78B693.


Border color

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

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

This div border color is #78B693.


Opacity

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

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

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

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

This text has shadow with #78B693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B693 on black background.


Color preview on white background

This text has color #78B693 on white background.



Black color preview on #78B693 background

This text has black color on #78B693 background.


White color preview on #78B693 background

This text has white color on #78B693 background.