COLOR #78B760

HEX: #78B760 RGB: (120,183,96)

Color info

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

RGB color model

#78B760 color RGB value is (120,183,96).

RGB: (120,183,96) (47%, 72%, 38%)

RGB channels and saturation

R 120 of 255 = 47%
G 183 of 255 = 72%
B 96 of 255 = 38%

120
183
96

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

Portions of RGB colors in percentages

R + G + B = 120 + 183 + 96 = 399 (100%)
R 120 of 399 ~ 30.08%
G 183 of 399 ~ 45.86%
B 96 of 399 ~ 24.06'%

%30.08
%45.86
%24.06

CMYK color model

#78B760 color CMYK value is (34,0,48,28).

  • cyan value is 34.43%
  • magenta value is 0.00%
  • yellow value is 47.54%
  • key color value is 28.24%
CMYK: (34,0,48,28) C34M0Y48K28 (34%,0%,48%,28%) (0.34/0.00/0.48/0.28) 

CMYK percentages

%34.43
%0
%47.54
%28.24

Codes

Color #78B760 in popluar color models

78 B7 60
RGB 120 183 96
HSL 103° 37.66% 54.71%
HSB/HSV 103° 47.54% 71.76%
CMYK 34.43% 0.00% 47.54%
28.24%

Color #78B760 in popluar number systems.

HEX 78 B7 60
Decimal 120 183 96
Binary 1111000 10110111 1100000
Octal 170 267 140

Shades and tints

Shades of #78B760

#78B760
(120,183,96)
#6EA758
(110,167,88)
#649750
(100,151,80)
#5A8748
(90,135,72)
#507740
(80,119,64)
#466738
(70,103,56)
#3C5730
(60,87,48)
#324728
(50,71,40)
#283720
(40,55,32)
#1E2718
(30,39,24)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #78B760

#78B760
(120,183,96)
#84BD6E
(132,189,110)
#90C37C
(144,195,124)
#9CC98A
(156,201,138)
#A8CF98
(168,207,152)
#B4D5A6
(180,213,166)
#C0DBB4
(192,219,180)
#CCE1C2
(204,225,194)
#D8E7D0
(216,231,208)
#E4EDDE
(228,237,222)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B760; }

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

This text font color is #78B760.

Background Color

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

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

This div background color is #78B760.

Border color

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

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

This div border color is #78B760.

Opacity

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

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

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

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

This text has shadow with #78B760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B760.

Preview

Color preview on black background

This text has color #78B760 on black background.


Color preview on white background

This text has color #78B760 on white background.


Black color preview on #78B760 background

This text has black color on #78B760 background.


White color preview on #78B760 background

This text has white color on #78B760 background.


Related colors

Complementary color

Complementary color for #hex is #87489F.


I love getcolorcode.com

Triadic colors

1 #6078B7 and #B76078 with #78B760 are triadic colors.

2 #60B778 and #B77860 with #78B760 are triadic colors.