COLOR #78B38F

HEX: #78B38F RGB: (120,179,143)

Color info

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

RGB color model

#78B38F color RGB value is (120,179,143).

RGB: (120,179,143) (47%, 70%, 56%)

RGB channels and saturation

R 120 of 255 = 47%
G 179 of 255 = 70%
B 143 of 255 = 56%

120
179
143

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

Portions of RGB colors in percentages

R + G + B = 120 + 179 + 143 = 442 (100%)
R 120 of 442 ~ 27.15%
G 179 of 442 ~ 40.5%
B 143 of 442 ~ 32.35'%

%27.15
%40.5
%32.35

CMYK color model

#78B38F color CMYK value is (33,0,20,30).

  • cyan value is 32.96%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 29.80%
CMYK: (33,0,20,30) C33M0Y20K30 (33%,0%,20%,30%) (0.33/0.00/0.20/0.30) 

CMYK percentages

%32.96
%0
%20.11
%29.8

Codes

Color #78B38F in popluar color models

78 B3 8F
RGB 120 179 143
HSL 143° 27.96% 58.63%
HSB/HSV 143° 32.96% 70.20%
CMYK 32.96% 0.00% 20.11%
29.80%

Color #78B38F in popluar number systems.

HEX 78 B3 8F
Decimal 120 179 143
Binary 1111000 10110011 10001111
Octal 170 263 217

Shades and tints

Shades of #78B38F

#78B38F
(120,179,143)
#6EA382
(110,163,130)
#649375
(100,147,117)
#5A8368
(90,131,104)
#50735B
(80,115,91)
#46634E
(70,99,78)
#3C5341
(60,83,65)
#324334
(50,67,52)
#283327
(40,51,39)
#1E231A
(30,35,26)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #78B38F

#78B38F
(120,179,143)
#84B999
(132,185,153)
#90BFA3
(144,191,163)
#9CC5AD
(156,197,173)
#A8CBB7
(168,203,183)
#B4D1C1
(180,209,193)
#C0D7CB
(192,215,203)
#CCDDD5
(204,221,213)
#D8E3DF
(216,227,223)
#E4E9E9
(228,233,233)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B38F color. Also use rgb(120,179,143) instead hex code.

Text Font Color

.myTextColor { color: #78B38F; }

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

This text font color is #78B38F.

Background Color

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

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

This div background color is #78B38F.

Border color

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

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

This div border color is #78B38F.

Opacity

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

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

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

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

This text has shadow with #78B38F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B38F.

Preview

Color preview on black background

This text has color #78B38F on black background.


Color preview on white background

This text has color #78B38F on white background.


Black color preview on #78B38F background

This text has black color on #78B38F background.


White color preview on #78B38F background

This text has white color on #78B38F background.


Related colors

Complementary color

Complementary color for #hex is #874C70.


I love getcolorcode.com

Triadic colors

1 #8F78B3 and #B38F78 with #78B38F are triadic colors.

2 #8FB378 and #B3788F with #78B38F are triadic colors.