COLOR #78B71E

HEX: #78B71E
RGB: (120,183,30)

Color info

#78B71E contains mainly green color. Web safe color of #78B71E is #66CC33 (or #6C3).

RGB color model

#78B71E color RGB value is (120,183,30).

  • red value is 120;
  • green value is 183;
  • blue value is 30.
RGB:
(120,183,30)
(47%,72%,12%)

RGB channels and saturation

R 120 of 255 = 47%
G 183 of 255 = 72%
B 30 of 255 = 12%

120
183
30

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

Portions of RGB colors in percentages

R + G + B =
120 + 183 + 30 = 333 (100%)
R 120 of 333 ~ 36.04%
G 183 of 333 ~ 54.95%
B 30 of 333 ~ 9.01%

%36.04
%54.95

CMYK color model

#78B71E color CMYK value is (34,0,84,28).

  • cyan value is 34.43%
  • magenta value is 0.00%
  • yellow value is 83.61%
  • key color value is 28.24%
CMYK:
(34,0,84,28)
C34M0Y84K28 
(34%,0%,84%,28%)
(0.34/0.00/0.84/0.28)	

CMYK percentages

%34.43
%0
%83.61
%28.24

Codes

Color #78B71E in popluar color models

78B71E
RGB12018330
HSL85°71.83%41.76%
HSB/HSV85°83.61%71.76%
CMYK34.43%0.00%83.61%
28.24%

Color #78B71E in popluar number systems.

HEX78B71E
Decimal12018330
Binary11110001011011111110
Octal17026736

Shades and tints

Shades of #78B71E

#78B71E
(120,183,30)
#6EA71C
(110,167,28)
#64971A
(100,151,26)
#5A8718
(90,135,24)
#507716
(80,119,22)
#466714
(70,103,20)
#3C5712
(60,87,18)
#324710
(50,71,16)
#28370E
(40,55,14)
#1E270C
(30,39,12)
#14170A
(20,23,10)
#000000
(0,0,0)

Tints of #78B71E

#78B71E
(120,183,30)
#84BD32
(132,189,50)
#90C346
(144,195,70)
#9CC95A
(156,201,90)
#A8CF6E
(168,207,110)
#B4D582
(180,213,130)
#C0DB96
(192,219,150)
#CCE1AA
(204,225,170)
#D8E7BE
(216,231,190)
#E4EDD2
(228,237,210)
#F0F3E6
(240,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B71E; }

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

This text font color is #78B71E.


Background Color

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

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

This div background color is #78B71E.


Border color

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

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

This div border color is #78B71E.


Opacity

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

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

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

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

This text has shadow with #78B71E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B71E on black background.


Color preview on white background

This text has color #78B71E on white background.



Black color preview on #78B71E background

This text has black color on #78B71E background.


White color preview on #78B71E background

This text has white color on #78B71E background.