COLOR #78AF47

HEX: #78AF47 RGB: (120,175,71)

Color info

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

RGB color model

#78AF47 color RGB value is (120,175,71).

RGB: (120,175,71) (47%, 69%, 28%)

RGB channels and saturation

R 120 of 255 = 47%
G 175 of 255 = 69%
B 71 of 255 = 28%

120
175
71

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

Portions of RGB colors in percentages

R + G + B = 120 + 175 + 71 = 366 (100%)
R 120 of 366 ~ 32.79%
G 175 of 366 ~ 47.81%
B 71 of 366 ~ 19.4'%

%32.79
%47.81
%19.4

CMYK color model

#78AF47 color CMYK value is (31,0,59,31).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 59.43%
  • key color value is 31.37%
CMYK: (31,0,59,31) C31M0Y59K31 (31%,0%,59%,31%) (0.31/0.00/0.59/0.31) 

CMYK percentages

%31.43
%0
%59.43
%31.37

Codes

Color #78AF47 in popluar color models

78 AF 47
RGB 120 175 71
HSL 92° 42.28% 48.24%
HSB/HSV 92° 59.43% 68.63%
CMYK 31.43% 0.00% 59.43%
31.37%

Color #78AF47 in popluar number systems.

HEX 78 AF 47
Decimal 120 175 71
Binary 1111000 10101111 1000111
Octal 170 257 107

Shades and tints

Shades of #78AF47

#78AF47
(120,175,71)
#6EA041
(110,160,65)
#64913B
(100,145,59)
#5A8235
(90,130,53)
#50732F
(80,115,47)
#466429
(70,100,41)
#3C5523
(60,85,35)
#32461D
(50,70,29)
#283717
(40,55,23)
#1E2811
(30,40,17)
#14190B
(20,25,11)
#000000
(0,0,0)

Tints of #78AF47

#78AF47
(120,175,71)
#84B657
(132,182,87)
#90BD67
(144,189,103)
#9CC477
(156,196,119)
#A8CB87
(168,203,135)
#B4D297
(180,210,151)
#C0D9A7
(192,217,167)
#CCE0B7
(204,224,183)
#D8E7C7
(216,231,199)
#E4EED7
(228,238,215)
#F0F5E7
(240,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78AF47 color. Also use rgb(120,175,71) instead hex code.

Text Font Color

.myTextColor { color: #78AF47; }

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

This text font color is #78AF47.

Background Color

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

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

This div background color is #78AF47.

Border color

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

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

This div border color is #78AF47.

Opacity

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

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

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

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

This text has shadow with #78AF47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78AF47.

Preview

Color preview on black background

This text has color #78AF47 on black background.


Color preview on white background

This text has color #78AF47 on white background.


Black color preview on #78AF47 background

This text has black color on #78AF47 background.


White color preview on #78AF47 background

This text has white color on #78AF47 background.


Related colors

Complementary color

Complementary color for #hex is #8750B8.


I love getcolorcode.com

Triadic colors

1 #4778AF and #AF4778 with #78AF47 are triadic colors.

2 #47AF78 and #AF7847 with #78AF47 are triadic colors.