COLOR #78B780

HEX: #78B780 RGB: (120,183,128)

Color info

#78B780 contains mainly green and blue colors. Web safe color of #78B780 is #66CC66 (or #6C6).

RGB color model

#78B780 color RGB value is (120,183,128).

RGB: (120,183,128) (47%, 72%, 50%)

RGB channels and saturation

R 120 of 255 = 47%
G 183 of 255 = 72%
B 128 of 255 = 50%

120
183
128

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

Portions of RGB colors in percentages

R + G + B = 120 + 183 + 128 = 431 (100%)
R 120 of 431 ~ 27.84%
G 183 of 431 ~ 42.46%
B 128 of 431 ~ 29.7'%

%27.84
%42.46
%29.7

CMYK color model

#78B780 color CMYK value is (34,0,30,28).

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

CMYK: (34,0,30,28)
C34M0Y30K28 (34%, 0%, 30%, 28%)
(0.34 / 0.00 / 0.30 / 0.28)

CMYK percentages

%34.43
%0
%30.05
%28.24

Codes

Color #78B780 in popluar color models

78 B7 80
RGB 120 183 128
HSL 128° 30.43% 59.41%
HSB/HSV 128° 34.43% 71.76%
CMYK 34.43% 0.00% 30.05%
28.24%

Color #78B780 in popluar number systems.

HEX 78 B7 80
Decimal 120 183 128
Binary 1111000 10110111 10000000
Octal 170 267 200

Shades and tints

Shades of #78B780

#78B780
(120,183,128)
#6EA775
(110,167,117)
#64976A
(100,151,106)
#5A875F
(90,135,95)
#507754
(80,119,84)
#466749
(70,103,73)
#3C573E
(60,87,62)
#324733
(50,71,51)
#283728
(40,55,40)
#1E271D
(30,39,29)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #78B780

#78B780
(120,183,128)
#84BD8B
(132,189,139)
#90C396
(144,195,150)
#9CC9A1
(156,201,161)
#A8CFAC
(168,207,172)
#B4D5B7
(180,213,183)
#C0DBC2
(192,219,194)
#CCE1CD
(204,225,205)
#D8E7D8
(216,231,216)
#E4EDE3
(228,237,227)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B780; }

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

This text font color is #78B780.

Background Color

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

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

This div background color is #78B780.

Border color

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

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

This div border color is #78B780.

Opacity

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

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

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

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

This text has shadow with #78B780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B780.

Preview

Color preview on black background

This text has color #78B780 on black background.


Color preview on white background

This text has color #78B780 on white background.


Black color preview on #78B780 background

This text has black color on #78B780 background.


White color preview on #78B780 background

This text has white color on #78B780 background.


Related colors

Complementary color

Complementary color for #hex is #87487F.


I love getcolorcode.com

Triadic colors

1 #8078B7 and #B78078 with #78B780 are triadic colors.

2 #80B778 and #B77880 with #78B780 are triadic colors.