COLOR #78B879

HEX: #78B879 RGB: (120,184,121)

Color info

#78B879 contains mainly green color. Web safe color of #78B879 is #66CC66 (or #6C6).

RGB color model

#78B879 color RGB value is (120,184,121).

RGB: (120,184,121) (47%, 72%, 47%)

RGB channels and saturation

R 120 of 255 = 47%
G 184 of 255 = 72%
B 121 of 255 = 47%

120
184
121

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

Portions of RGB colors in percentages

R + G + B = 120 + 184 + 121 = 425 (100%)
R 120 of 425 ~ 28.24%
G 184 of 425 ~ 43.29%
B 121 of 425 ~ 28.47'%

%28.24
%43.29
%28.47

CMYK color model

#78B879 color CMYK value is (35,0,34,28).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 34.24%
  • key color value is 27.84%

CMYK: (35,0,34,28)
C35M0Y34K28 (35%, 0%, 34%, 28%)
(0.35 / 0.00 / 0.34 / 0.28)

CMYK percentages

%34.78
%0
%34.24
%27.84

Codes

Color #78B879 in popluar color models

78 B8 79
RGB 120 184 121
HSL 121° 31.07% 59.61%
HSB/HSV 121° 34.78% 72.16%
CMYK 34.78% 0.00% 34.24%
27.84%

Color #78B879 in popluar number systems.

HEX 78 B8 79
Decimal 120 184 121
Binary 1111000 10111000 1111001
Octal 170 270 171

Shades and tints

Shades of #78B879

#78B879
(120,184,121)
#6EA86E
(110,168,110)
#649863
(100,152,99)
#5A8858
(90,136,88)
#50784D
(80,120,77)
#466842
(70,104,66)
#3C5837
(60,88,55)
#32482C
(50,72,44)
#283821
(40,56,33)
#1E2816
(30,40,22)
#14180B
(20,24,11)
#000000
(0,0,0)

Tints of #78B879

#78B879
(120,184,121)
#84BE85
(132,190,133)
#90C491
(144,196,145)
#9CCA9D
(156,202,157)
#A8D0A9
(168,208,169)
#B4D6B5
(180,214,181)
#C0DCC1
(192,220,193)
#CCE2CD
(204,226,205)
#D8E8D9
(216,232,217)
#E4EEE5
(228,238,229)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B879 color. Also use rgb(120,184,121) instead hex code.

Text Font Color

.myTextColor { color: #78B879; }

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

This text font color is #78B879.

Background Color

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

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

This div background color is #78B879.

Border color

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

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

This div border color is #78B879.

Opacity

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

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

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

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

This text has shadow with #78B879 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B879.

Preview

Color preview on black background

This text has color #78B879 on black background.


Color preview on white background

This text has color #78B879 on white background.


Black color preview on #78B879 background

This text has black color on #78B879 background.


White color preview on #78B879 background

This text has white color on #78B879 background.


Related colors

Complementary color

Complementary color for #hex is #874786.


I love getcolorcode.com

Triadic colors

1 #7978B8 and #B87978 with #78B879 are triadic colors.

2 #79B878 and #B87879 with #78B879 are triadic colors.