COLOR #78B095

HEX: #78B095
RGB: (120,176,149)

Color info

#78B095 contains red, green and blue colors in about the same proportion. Web safe color of #78B095 is #669999 (or #699).

RGB color model

#78B095 color RGB value is (120,176,149).

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

RGB channels and saturation

R 120 of 255 = 47%
G 176 of 255 = 69%
B 149 of 255 = 58%

120
176
149

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

Portions of RGB colors in percentages

R + G + B =
120 + 176 + 149 = 445 (100%)
R 120 of 445 ~ 26.97%
G 176 of 445 ~ 39.55%
B 149 of 445 ~ 33.48%

%26.97
%39.55
%33.48

CMYK color model

#78B095 color CMYK value is (32,0,15,31).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 30.98%
CMYK:
(32,0,15,31)
C32M0Y15K31 
(32%,0%,15%,31%)
(0.32/0.00/0.15/0.31)	

CMYK percentages

%31.82
%0
%15.34
%30.98

Codes

Color #78B095 in popluar color models

78B095
RGB120176149
HSL151°26.17%58.04%
HSB/HSV151°31.82%69.02%
CMYK31.82%0.00%15.34%
30.98%

Color #78B095 in popluar number systems.

HEX78B095
Decimal120176149
Binary11110001011000010010101
Octal170260225

Shades and tints

Shades of #78B095

#78B095
(120,176,149)
#6EA088
(110,160,136)
#64907B
(100,144,123)
#5A806E
(90,128,110)
#507061
(80,112,97)
#466054
(70,96,84)
#3C5047
(60,80,71)
#32403A
(50,64,58)
#28302D
(40,48,45)
#1E2020
(30,32,32)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #78B095

#78B095
(120,176,149)
#84B79E
(132,183,158)
#90BEA7
(144,190,167)
#9CC5B0
(156,197,176)
#A8CCB9
(168,204,185)
#B4D3C2
(180,211,194)
#C0DACB
(192,218,203)
#CCE1D4
(204,225,212)
#D8E8DD
(216,232,221)
#E4EFE6
(228,239,230)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B095; }

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

This text font color is #78B095.


Background Color

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

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

This div background color is #78B095.


Border color

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

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

This div border color is #78B095.


Opacity

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

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

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

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

This text has shadow with #78B095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B095 on black background.


Color preview on white background

This text has color #78B095 on white background.



Black color preview on #78B095 background

This text has black color on #78B095 background.


White color preview on #78B095 background

This text has white color on #78B095 background.