COLOR #78A102

HEX: #78A102
RGB: (120,161,2)

Color info

#78A102 contains mainly red and green colors. Web safe color of #78A102 is #669900 (or #690).

RGB color model

#78A102 color RGB value is (120,161,2).

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

RGB channels and saturation

R 120 of 255 = 47%
G 161 of 255 = 63%
B 2 of 255 = 1%

120
161
2

R + G + B ~ 37%. #78A102 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 161 + 2 = 283 (100%)
R 120 of 283 ~ 42.4%
G 161 of 283 ~ 56.89%
B 2 of 283 ~ 0.71%

%42.4
%56.89

CMYK color model

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

  • cyan value is 25.47%
  • magenta value is 0.00%
  • yellow value is 98.76%
  • key color value is 36.86%
CMYK:
(25,0,99,37)
C25M0Y99K37 
(25%,0%,99%,37%)
(0.25/0.00/0.99/0.37)	

CMYK percentages

%25.47
%0
%98.76
%36.86

Codes

Color #78A102 in popluar color models

78A102
RGB1201612
HSL75°97.55%31.96%
HSB/HSV75°98.76%63.14%
CMYK25.47%0.00%98.76%
36.86%

Color #78A102 in popluar number systems.

HEX78A102
Decimal1201612
Binary11110001010000110
Octal1702412

Shades and tints

Shades of #78A102

#78A102
(120,161,2)
#6E9302
(110,147,2)
#648502
(100,133,2)
#5A7702
(90,119,2)
#506902
(80,105,2)
#465B02
(70,91,2)
#3C4D02
(60,77,2)
#323F02
(50,63,2)
#283102
(40,49,2)
#1E2302
(30,35,2)
#141502
(20,21,2)
#000000
(0,0,0)

Tints of #78A102

#78A102
(120,161,2)
#84A919
(132,169,25)
#90B130
(144,177,48)
#9CB947
(156,185,71)
#A8C15E
(168,193,94)
#B4C975
(180,201,117)
#C0D18C
(192,209,140)
#CCD9A3
(204,217,163)
#D8E1BA
(216,225,186)
#E4E9D1
(228,233,209)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A102; }

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

This text font color is #78A102.


Background Color

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

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

This div background color is #78A102.


Border color

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

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

This div border color is #78A102.


Opacity

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

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

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

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

This text has shadow with #78A102 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A102 on black background.


Color preview on white background

This text has color #78A102 on white background.



Black color preview on #78A102 background

This text has black color on #78A102 background.


White color preview on #78A102 background

This text has white color on #78A102 background.