COLOR #78A38A

HEX: #78A38A RGB: (120,163,138)

Color info

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

RGB color model

#78A38A color RGB value is (120,163,138).

RGB: (120,163,138) (47%, 64%, 54%)

RGB channels and saturation

R 120 of 255 = 47%
G 163 of 255 = 64%
B 138 of 255 = 54%

120
163
138

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

Portions of RGB colors in percentages

R + G + B = 120 + 163 + 138 = 421 (100%)
R 120 of 421 ~ 28.5%
G 163 of 421 ~ 38.72%
B 138 of 421 ~ 32.78'%

%28.5
%38.72
%32.78

CMYK color model

#78A38A color CMYK value is (26,0,15,36).

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 36.08%

CMYK: (26,0,15,36)
C26M0Y15K36 (26%, 0%, 15%, 36%)
(0.26 / 0.00 / 0.15 / 0.36)

CMYK percentages

%26.38
%0
%15.34
%36.08

Codes

Color #78A38A in popluar color models

78 A3 8A
RGB 120 163 138
HSL 145° 18.94% 55.49%
HSB/HSV 145° 26.38% 63.92%
CMYK 26.38% 0.00% 15.34%
36.08%

Color #78A38A in popluar number systems.

HEX 78 A3 8A
Decimal 120 163 138
Binary 1111000 10100011 10001010
Octal 170 243 212

Shades and tints

Shades of #78A38A

#78A38A
(120,163,138)
#6E957E
(110,149,126)
#648772
(100,135,114)
#5A7966
(90,121,102)
#506B5A
(80,107,90)
#465D4E
(70,93,78)
#3C4F42
(60,79,66)
#324136
(50,65,54)
#28332A
(40,51,42)
#1E251E
(30,37,30)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #78A38A

#78A38A
(120,163,138)
#84AB94
(132,171,148)
#90B39E
(144,179,158)
#9CBBA8
(156,187,168)
#A8C3B2
(168,195,178)
#B4CBBC
(180,203,188)
#C0D3C6
(192,211,198)
#CCDBD0
(204,219,208)
#D8E3DA
(216,227,218)
#E4EBE4
(228,235,228)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A38A color. Also use rgb(120,163,138) instead hex code.

Text Font Color

.myTextColor { color: #78A38A; }

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

This text font color is #78A38A.

Background Color

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

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

This div background color is #78A38A.

Border color

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

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

This div border color is #78A38A.

Opacity

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

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

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

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

This text has shadow with #78A38A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A38A.

Preview

Color preview on black background

This text has color #78A38A on black background.


Color preview on white background

This text has color #78A38A on white background.


Black color preview on #78A38A background

This text has black color on #78A38A background.


White color preview on #78A38A background

This text has white color on #78A38A background.


Related colors

Complementary color

Complementary color for #hex is #875C75.


I love getcolorcode.com

Triadic colors

1 #8A78A3 and #A38A78 with #78A38A are triadic colors.

2 #8AA378 and #A3788A with #78A38A are triadic colors.