COLOR #78CB7E

HEX: #78CB7E RGB: (120,203,126)

Color info

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

RGB color model

#78CB7E color RGB value is (120,203,126).

RGB: (120,203,126) (47%, 80%, 49%)

RGB channels and saturation

R 120 of 255 = 47%
G 203 of 255 = 80%
B 126 of 255 = 49%

120
203
126

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

Portions of RGB colors in percentages

R + G + B = 120 + 203 + 126 = 449 (100%)
R 120 of 449 ~ 26.73%
G 203 of 449 ~ 45.21%
B 126 of 449 ~ 28.06'%

%26.73
%45.21
%28.06

CMYK color model

#78CB7E color CMYK value is (41,0,38,20).

  • cyan value is 40.89%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 20.39%

CMYK: (41,0,38,20)
C41M0Y38K20 (41%, 0%, 38%, 20%)
(0.41 / 0.00 / 0.38 / 0.20)

CMYK percentages

%40.89
%0
%37.93
%20.39

Codes

Color #78CB7E in popluar color models

78 CB 7E
RGB 120 203 126
HSL 124° 44.39% 63.33%
HSB/HSV 124° 40.89% 79.61%
CMYK 40.89% 0.00% 37.93%
20.39%

Color #78CB7E in popluar number systems.

HEX 78 CB 7E
Decimal 120 203 126
Binary 1111000 11001011 1111110
Octal 170 313 176

Shades and tints

Shades of #78CB7E

#78CB7E
(120,203,126)
#6EB973
(110,185,115)
#64A768
(100,167,104)
#5A955D
(90,149,93)
#508352
(80,131,82)
#467147
(70,113,71)
#3C5F3C
(60,95,60)
#324D31
(50,77,49)
#283B26
(40,59,38)
#1E291B
(30,41,27)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #78CB7E

#78CB7E
(120,203,126)
#84CF89
(132,207,137)
#90D394
(144,211,148)
#9CD79F
(156,215,159)
#A8DBAA
(168,219,170)
#B4DFB5
(180,223,181)
#C0E3C0
(192,227,192)
#CCE7CB
(204,231,203)
#D8EBD6
(216,235,214)
#E4EFE1
(228,239,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78CB7E color. Also use rgb(120,203,126) instead hex code.

Text Font Color

.myTextColor { color: #78CB7E; }

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

This text font color is #78CB7E.

Background Color

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

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

This div background color is #78CB7E.

Border color

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

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

This div border color is #78CB7E.

Opacity

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

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

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

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

This text has shadow with #78CB7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78CB7E.

Preview

Color preview on black background

This text has color #78CB7E on black background.


Color preview on white background

This text has color #78CB7E on white background.


Black color preview on #78CB7E background

This text has black color on #78CB7E background.


White color preview on #78CB7E background

This text has white color on #78CB7E background.


Related colors

Complementary color

Complementary color for #hex is #873481.


I love getcolorcode.com

Triadic colors

1 #7E78CB and #CB7E78 with #78CB7E are triadic colors.

2 #7ECB78 and #CB787E with #78CB7E are triadic colors.