COLOR #78A123

HEX: #78A123
RGB: (120,161,35)

Color info

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

RGB color model

#78A123 color RGB value is (120,161,35).

  • red value is 120;
  • green value is 161;
  • blue value is 35.
RGB:
(120,161,35)
(47%,63%,14%)

RGB channels and saturation

R 120 of 255 = 47%
G 161 of 255 = 63%
B 35 of 255 = 14%

120
161
35

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

Portions of RGB colors in percentages

R + G + B =
120 + 161 + 35 = 316 (100%)
R 120 of 316 ~ 37.97%
G 161 of 316 ~ 50.95%
B 35 of 316 ~ 11.08%

%37.97
%50.95
%11.08

CMYK color model

#78A123 color CMYK value is (25,0,78,37).

  • cyan value is 25.47%
  • magenta value is 0.00%
  • yellow value is 78.26%
  • key color value is 36.86%
CMYK:
(25,0,78,37)
C25M0Y78K37 
(25%,0%,78%,37%)
(0.25/0.00/0.78/0.37)	

CMYK percentages

%25.47
%0
%78.26
%36.86

Codes

Color #78A123 in popluar color models

78A123
RGB12016135
HSL80°64.29%38.43%
HSB/HSV80°78.26%63.14%
CMYK25.47%0.00%78.26%
36.86%

Color #78A123 in popluar number systems.

HEX78A123
Decimal12016135
Binary111100010100001100011
Octal17024143

Shades and tints

Shades of #78A123

#78A123
(120,161,35)
#6E9320
(110,147,32)
#64851D
(100,133,29)
#5A771A
(90,119,26)
#506917
(80,105,23)
#465B14
(70,91,20)
#3C4D11
(60,77,17)
#323F0E
(50,63,14)
#28310B
(40,49,11)
#1E2308
(30,35,8)
#141505
(20,21,5)
#000000
(0,0,0)

Tints of #78A123

#78A123
(120,161,35)
#84A937
(132,169,55)
#90B14B
(144,177,75)
#9CB95F
(156,185,95)
#A8C173
(168,193,115)
#B4C987
(180,201,135)
#C0D19B
(192,209,155)
#CCD9AF
(204,217,175)
#D8E1C3
(216,225,195)
#E4E9D7
(228,233,215)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A123 color. Also use rgb(120,161,35) instead hex code.

Text Font Color

.myTextColor { color: #78A123; }

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

This text font color is #78A123.


Background Color

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

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

This div background color is #78A123.


Border color

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

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

This div border color is #78A123.


Opacity

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

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

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

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

This text has shadow with #78A123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A123 on black background.


Color preview on white background

This text has color #78A123 on white background.



Black color preview on #78A123 background

This text has black color on #78A123 background.


White color preview on #78A123 background

This text has white color on #78A123 background.