COLOR #78B651

HEX: #78B651
RGB: (120,182,81)

Color info

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

RGB color model

#78B651 color RGB value is (120,182,81).

  • red value is 120;
  • green value is 182;
  • blue value is 81.
RGB:
(120,182,81)
(47%,71%,32%)

RGB channels and saturation

R 120 of 255 = 47%
G 182 of 255 = 71%
B 81 of 255 = 32%

120
182
81

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

Portions of RGB colors in percentages

R + G + B =
120 + 182 + 81 = 383 (100%)
R 120 of 383 ~ 31.33%
G 182 of 383 ~ 47.52%
B 81 of 383 ~ 21.15%

%31.33
%47.52
%21.15

CMYK color model

#78B651 color CMYK value is (34,0,55,29).

  • cyan value is 34.07%
  • magenta value is 0.00%
  • yellow value is 55.49%
  • key color value is 28.63%
CMYK:
(34,0,55,29)
C34M0Y55K29 
(34%,0%,55%,29%)
(0.34/0.00/0.55/0.29)	

CMYK percentages

%34.07
%0
%55.49
%28.63

Codes

Color #78B651 in popluar color models

78B651
RGB12018281
HSL97°40.89%51.57%
HSB/HSV97°55.49%71.37%
CMYK34.07%0.00%55.49%
28.63%

Color #78B651 in popluar number systems.

HEX78B651
Decimal12018281
Binary1111000101101101010001
Octal170266121

Shades and tints

Shades of #78B651

#78B651
(120,182,81)
#6EA64A
(110,166,74)
#649643
(100,150,67)
#5A863C
(90,134,60)
#507635
(80,118,53)
#46662E
(70,102,46)
#3C5627
(60,86,39)
#324620
(50,70,32)
#283619
(40,54,25)
#1E2612
(30,38,18)
#14160B
(20,22,11)
#000000
(0,0,0)

Tints of #78B651

#78B651
(120,182,81)
#84BC60
(132,188,96)
#90C26F
(144,194,111)
#9CC87E
(156,200,126)
#A8CE8D
(168,206,141)
#B4D49C
(180,212,156)
#C0DAAB
(192,218,171)
#CCE0BA
(204,224,186)
#D8E6C9
(216,230,201)
#E4ECD8
(228,236,216)
#F0F2E7
(240,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B651 color. Also use rgb(120,182,81) instead hex code.

Text Font Color

.myTextColor { color: #78B651; }

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

This text font color is #78B651.


Background Color

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

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

This div background color is #78B651.


Border color

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

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

This div border color is #78B651.


Opacity

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

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

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

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

This text has shadow with #78B651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B651 on black background.


Color preview on white background

This text has color #78B651 on white background.



Black color preview on #78B651 background

This text has black color on #78B651 background.


White color preview on #78B651 background

This text has white color on #78B651 background.