COLOR #78AE5B

HEX: #78AE5B RGB: (120,174,91)

Color info

#78AE5B contains mainly red and green colors. Web safe color of #78AE5B is #669966 (or #696).

RGB color model

#78AE5B color RGB value is (120,174,91).

RGB: (120,174,91) (47%, 68%, 36%)

RGB channels and saturation

R 120 of 255 = 47%
G 174 of 255 = 68%
B 91 of 255 = 36%

120
174
91

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

Portions of RGB colors in percentages

R + G + B = 120 + 174 + 91 = 385 (100%)
R 120 of 385 ~ 31.17%
G 174 of 385 ~ 45.19%
B 91 of 385 ~ 23.64'%

%31.17
%45.19
%23.64

CMYK color model

#78AE5B color CMYK value is (31,0,48,32).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 47.70%
  • key color value is 31.76%

CMYK: (31,0,48,32)
C31M0Y48K32 (31%, 0%, 48%, 32%)
(0.31 / 0.00 / 0.48 / 0.32)

CMYK percentages

%31.03
%0
%47.7
%31.76

Codes

Color #78AE5B in popluar color models

78 AE 5B
RGB 120 174 91
HSL 99° 33.88% 51.96%
HSB/HSV 99° 47.70% 68.24%
CMYK 31.03% 0.00% 47.70%
31.76%

Color #78AE5B in popluar number systems.

HEX 78 AE 5B
Decimal 120 174 91
Binary 1111000 10101110 1011011
Octal 170 256 133

Shades and tints

Shades of #78AE5B

#78AE5B
(120,174,91)
#6E9F53
(110,159,83)
#64904B
(100,144,75)
#5A8143
(90,129,67)
#50723B
(80,114,59)
#466333
(70,99,51)
#3C542B
(60,84,43)
#324523
(50,69,35)
#28361B
(40,54,27)
#1E2713
(30,39,19)
#14180B
(20,24,11)
#000000
(0,0,0)

Tints of #78AE5B

#78AE5B
(120,174,91)
#84B569
(132,181,105)
#90BC77
(144,188,119)
#9CC385
(156,195,133)
#A8CA93
(168,202,147)
#B4D1A1
(180,209,161)
#C0D8AF
(192,216,175)
#CCDFBD
(204,223,189)
#D8E6CB
(216,230,203)
#E4EDD9
(228,237,217)
#F0F4E7
(240,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78AE5B color. Also use rgb(120,174,91) instead hex code.

Text Font Color

.myTextColor { color: #78AE5B; }

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

This text font color is #78AE5B.

Background Color

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

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

This div background color is #78AE5B.

Border color

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

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

This div border color is #78AE5B.

Opacity

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

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

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

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

This text has shadow with #78AE5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78AE5B.

Preview

Color preview on black background

This text has color #78AE5B on black background.


Color preview on white background

This text has color #78AE5B on white background.


Black color preview on #78AE5B background

This text has black color on #78AE5B background.


White color preview on #78AE5B background

This text has white color on #78AE5B background.


Related colors

Complementary color

Complementary color for #hex is #8751A4.


I love getcolorcode.com

Triadic colors

1 #5B78AE and #AE5B78 with #78AE5B are triadic colors.

2 #5BAE78 and #AE785B with #78AE5B are triadic colors.