COLOR #78A928

HEX: #78A928
RGB: (120,169,40)

Color info

#78A928 contains mainly red and green colors. Web safe color of #78A928 is #669933 (or #693).

RGB color model

#78A928 color RGB value is (120,169,40).

  • red value is 120;
  • green value is 169;
  • blue value is 40.
RGB:
(120,169,40)
(47%,66%,16%)

RGB channels and saturation

R 120 of 255 = 47%
G 169 of 255 = 66%
B 40 of 255 = 16%

120
169
40

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

Portions of RGB colors in percentages

R + G + B =
120 + 169 + 40 = 329 (100%)
R 120 of 329 ~ 36.47%
G 169 of 329 ~ 51.37%
B 40 of 329 ~ 12.16%

%36.47
%51.37
%12.16

CMYK color model

#78A928 color CMYK value is (29,0,76,34).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 76.33%
  • key color value is 33.73%
CMYK:
(29,0,76,34)
C29M0Y76K34 
(29%,0%,76%,34%)
(0.29/0.00/0.76/0.34)	

CMYK percentages

%28.99
%0
%76.33
%33.73

Codes

Color #78A928 in popluar color models

78A928
RGB12016940
HSL83°61.72%40.98%
HSB/HSV83°76.33%66.27%
CMYK28.99%0.00%76.33%
33.73%

Color #78A928 in popluar number systems.

HEX78A928
Decimal12016940
Binary111100010101001101000
Octal17025150

Shades and tints

Shades of #78A928

#78A928
(120,169,40)
#6E9A25
(110,154,37)
#648B22
(100,139,34)
#5A7C1F
(90,124,31)
#506D1C
(80,109,28)
#465E19
(70,94,25)
#3C4F16
(60,79,22)
#324013
(50,64,19)
#283110
(40,49,16)
#1E220D
(30,34,13)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #78A928

#78A928
(120,169,40)
#84B03B
(132,176,59)
#90B74E
(144,183,78)
#9CBE61
(156,190,97)
#A8C574
(168,197,116)
#B4CC87
(180,204,135)
#C0D39A
(192,211,154)
#CCDAAD
(204,218,173)
#D8E1C0
(216,225,192)
#E4E8D3
(228,232,211)
#F0EFE6
(240,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A928 color. Also use rgb(120,169,40) instead hex code.

Text Font Color

.myTextColor { color: #78A928; }

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

This text font color is #78A928.


Background Color

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

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

This div background color is #78A928.


Border color

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

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

This div border color is #78A928.


Opacity

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

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

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

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

This text has shadow with #78A928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A928 on black background.


Color preview on white background

This text has color #78A928 on white background.



Black color preview on #78A928 background

This text has black color on #78A928 background.


White color preview on #78A928 background

This text has white color on #78A928 background.