COLOR #78B78A

HEX: #78B78A RGB: (120,183,138)

Color info

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

RGB color model

#78B78A color RGB value is (120,183,138).

RGB: (120,183,138) (47%, 72%, 54%)

RGB channels and saturation

R 120 of 255 = 47%
G 183 of 255 = 72%
B 138 of 255 = 54%

120
183
138

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

Portions of RGB colors in percentages

R + G + B = 120 + 183 + 138 = 441 (100%)
R 120 of 441 ~ 27.21%
G 183 of 441 ~ 41.5%
B 138 of 441 ~ 31.29'%

%27.21
%41.5
%31.29

CMYK color model

#78B78A color CMYK value is (34,0,25,28).

  • cyan value is 34.43%
  • magenta value is 0.00%
  • yellow value is 24.59%
  • key color value is 28.24%

CMYK: (34,0,25,28)
C34M0Y25K28 (34%, 0%, 25%, 28%)
(0.34 / 0.00 / 0.25 / 0.28)

CMYK percentages

%34.43
%0
%24.59
%28.24

Codes

Color #78B78A in popluar color models

78 B7 8A
RGB 120 183 138
HSL 137° 30.43% 59.41%
HSB/HSV 137° 34.43% 71.76%
CMYK 34.43% 0.00% 24.59%
28.24%

Color #78B78A in popluar number systems.

HEX 78 B7 8A
Decimal 120 183 138
Binary 1111000 10110111 10001010
Octal 170 267 212

Shades and tints

Shades of #78B78A

#78B78A
(120,183,138)
#6EA77E
(110,167,126)
#649772
(100,151,114)
#5A8766
(90,135,102)
#50775A
(80,119,90)
#46674E
(70,103,78)
#3C5742
(60,87,66)
#324736
(50,71,54)
#28372A
(40,55,42)
#1E271E
(30,39,30)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #78B78A

#78B78A
(120,183,138)
#84BD94
(132,189,148)
#90C39E
(144,195,158)
#9CC9A8
(156,201,168)
#A8CFB2
(168,207,178)
#B4D5BC
(180,213,188)
#C0DBC6
(192,219,198)
#CCE1D0
(204,225,208)
#D8E7DA
(216,231,218)
#E4EDE4
(228,237,228)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B78A; }

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

This text font color is #78B78A.

Background Color

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

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

This div background color is #78B78A.

Border color

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

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

This div border color is #78B78A.

Opacity

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

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

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

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

This text has shadow with #78B78A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B78A.

Preview

Color preview on black background

This text has color #78B78A on black background.


Color preview on white background

This text has color #78B78A on white background.


Black color preview on #78B78A background

This text has black color on #78B78A background.


White color preview on #78B78A background

This text has white color on #78B78A background.


Related colors

Complementary color

Complementary color for #hex is #874875.


I love getcolorcode.com

Triadic colors

1 #8A78B7 and #B78A78 with #78B78A are triadic colors.

2 #8AB778 and #B7788A with #78B78A are triadic colors.