COLOR #78A714

HEX: #78A714 RGB: (120,167,20)

Color info

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

RGB color model

#78A714 color RGB value is (120,167,20).

RGB: (120,167,20) (47%, 65%, 8%)

RGB channels and saturation

R 120 of 255 = 47%
G 167 of 255 = 65%
B 20 of 255 = 8%

120
167
20

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

Portions of RGB colors in percentages

R + G + B = 120 + 167 + 20 = 307 (100%)
R 120 of 307 ~ 39.09%
G 167 of 307 ~ 54.4%
B 20 of 307 ~ 6.51'%

%39.09
%54.4

CMYK color model

#78A714 color CMYK value is (28,0,88,35).

  • cyan value is 28.14%
  • magenta value is 0.00%
  • yellow value is 88.02%
  • key color value is 34.51%

CMYK: (28,0,88,35)
C28M0Y88K35 (28%, 0%, 88%, 35%)
(0.28 / 0.00 / 0.88 / 0.35)

CMYK percentages

%28.14
%0
%88.02
%34.51

Codes

Color #78A714 in popluar color models

78 A7 14
RGB 120 167 20
HSL 79° 78.61% 36.67%
HSB/HSV 79° 88.02% 65.49%
CMYK 28.14% 0.00% 88.02%
34.51%

Color #78A714 in popluar number systems.

HEX 78 A7 14
Decimal 120 167 20
Binary 1111000 10100111 10100
Octal 170 247 24

Shades and tints

Shades of #78A714

#78A714
(120,167,20)
#6E9813
(110,152,19)
#648912
(100,137,18)
#5A7A11
(90,122,17)
#506B10
(80,107,16)
#465C0F
(70,92,15)
#3C4D0E
(60,77,14)
#323E0D
(50,62,13)
#282F0C
(40,47,12)
#1E200B
(30,32,11)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #78A714

#78A714
(120,167,20)
#84AF29
(132,175,41)
#90B73E
(144,183,62)
#9CBF53
(156,191,83)
#A8C768
(168,199,104)
#B4CF7D
(180,207,125)
#C0D792
(192,215,146)
#CCDFA7
(204,223,167)
#D8E7BC
(216,231,188)
#E4EFD1
(228,239,209)
#F0F7E6
(240,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A714 color. Also use rgb(120,167,20) instead hex code.

Text Font Color

.myTextColor { color: #78A714; }

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

This text font color is #78A714.

Background Color

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

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

This div background color is #78A714.

Border color

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

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

This div border color is #78A714.

Opacity

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

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

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

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

This text has shadow with #78A714 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A714.

Preview

Color preview on black background

This text has color #78A714 on black background.


Color preview on white background

This text has color #78A714 on white background.


Black color preview on #78A714 background

This text has black color on #78A714 background.


White color preview on #78A714 background

This text has white color on #78A714 background.


Related colors

Complementary color

Complementary color for #hex is #8758EB.


I love getcolorcode.com

Triadic colors

1 #1478A7 and #A71478 with #78A714 are triadic colors.

2 #14A778 and #A77814 with #78A714 are triadic colors.