COLOR #78AD4B

HEX: #78AD4B RGB: (120,173,75)

Color info

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

RGB color model

#78AD4B color RGB value is (120,173,75).

RGB: (120,173,75) (47%, 68%, 29%)

RGB channels and saturation

R 120 of 255 = 47%
G 173 of 255 = 68%
B 75 of 255 = 29%

120
173
75

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

Portions of RGB colors in percentages

R + G + B = 120 + 173 + 75 = 368 (100%)
R 120 of 368 ~ 32.61%
G 173 of 368 ~ 47.01%
B 75 of 368 ~ 20.38'%

%32.61
%47.01
%20.38

CMYK color model

#78AD4B color CMYK value is (31,0,57,32).

  • cyan value is 30.64%
  • magenta value is 0.00%
  • yellow value is 56.65%
  • key color value is 32.16%

CMYK: (31,0,57,32)
C31M0Y57K32 (31%, 0%, 57%, 32%)
(0.31 / 0.00 / 0.57 / 0.32)

CMYK percentages

%30.64
%0
%56.65
%32.16

Codes

Color #78AD4B in popluar color models

78 AD 4B
RGB 120 173 75
HSL 92° 39.52% 48.63%
HSB/HSV 92° 56.65% 67.84%
CMYK 30.64% 0.00% 56.65%
32.16%

Color #78AD4B in popluar number systems.

HEX 78 AD 4B
Decimal 120 173 75
Binary 1111000 10101101 1001011
Octal 170 255 113

Shades and tints

Shades of #78AD4B

#78AD4B
(120,173,75)
#6E9E45
(110,158,69)
#648F3F
(100,143,63)
#5A8039
(90,128,57)
#507133
(80,113,51)
#46622D
(70,98,45)
#3C5327
(60,83,39)
#324421
(50,68,33)
#28351B
(40,53,27)
#1E2615
(30,38,21)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #78AD4B

#78AD4B
(120,173,75)
#84B45B
(132,180,91)
#90BB6B
(144,187,107)
#9CC27B
(156,194,123)
#A8C98B
(168,201,139)
#B4D09B
(180,208,155)
#C0D7AB
(192,215,171)
#CCDEBB
(204,222,187)
#D8E5CB
(216,229,203)
#E4ECDB
(228,236,219)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78AD4B color. Also use rgb(120,173,75) instead hex code.

Text Font Color

.myTextColor { color: #78AD4B; }

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

This text font color is #78AD4B.

Background Color

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

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

This div background color is #78AD4B.

Border color

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

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

This div border color is #78AD4B.

Opacity

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

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

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

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

This text has shadow with #78AD4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78AD4B.

Preview

Color preview on black background

This text has color #78AD4B on black background.


Color preview on white background

This text has color #78AD4B on white background.


Black color preview on #78AD4B background

This text has black color on #78AD4B background.


White color preview on #78AD4B background

This text has white color on #78AD4B background.


Related colors

Complementary color

Complementary color for #hex is #8752B4.


I love getcolorcode.com

Triadic colors

1 #4B78AD and #AD4B78 with #78AD4B are triadic colors.

2 #4BAD78 and #AD784B with #78AD4B are triadic colors.