COLOR #789E50

HEX: #789E50
RGB: (120,158,80)

Color info

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

RGB color model

#789E50 color RGB value is (120,158,80).

  • red value is 120;
  • green value is 158;
  • blue value is 80.
RGB:
(120,158,80)
(47%,62%,31%)

RGB channels and saturation

R 120 of 255 = 47%
G 158 of 255 = 62%
B 80 of 255 = 31%

120
158
80

R + G + B ~ 47%. #789E50 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 158 + 80 = 358 (100%)
R 120 of 358 ~ 33.52%
G 158 of 358 ~ 44.13%
B 80 of 358 ~ 22.35%

%33.52
%44.13
%22.35

CMYK color model

#789E50 color CMYK value is (24,0,49,38).

  • cyan value is 24.05%
  • magenta value is 0.00%
  • yellow value is 49.37%
  • key color value is 38.04%
CMYK:
(24,0,49,38)
C24M0Y49K38 
(24%,0%,49%,38%)
(0.24/0.00/0.49/0.38)	

CMYK percentages

%24.05
%0
%49.37
%38.04

Codes

Color #789E50 in popluar color models

789E50
RGB12015880
HSL89°32.77%46.67%
HSB/HSV89°49.37%61.96%
CMYK24.05%0.00%49.37%
38.04%

Color #789E50 in popluar number systems.

HEX789E50
Decimal12015880
Binary1111000100111101010000
Octal170236120

Shades and tints

Shades of #789E50

#789E50
(120,158,80)
#6E9049
(110,144,73)
#648242
(100,130,66)
#5A743B
(90,116,59)
#506634
(80,102,52)
#46582D
(70,88,45)
#3C4A26
(60,74,38)
#323C1F
(50,60,31)
#282E18
(40,46,24)
#1E2011
(30,32,17)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #789E50

#789E50
(120,158,80)
#84A65F
(132,166,95)
#90AE6E
(144,174,110)
#9CB67D
(156,182,125)
#A8BE8C
(168,190,140)
#B4C69B
(180,198,155)
#C0CEAA
(192,206,170)
#CCD6B9
(204,214,185)
#D8DEC8
(216,222,200)
#E4E6D7
(228,230,215)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789E50 color. Also use rgb(120,158,80) instead hex code.

Text Font Color

.myTextColor { color: #789E50; }

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

This text font color is #789E50.


Background Color

.myBgColor { background-color: #789E50; }

<div style="background-color:#789E50">Inner text</div>

This div background color is #789E50.


Border color

.myBorderColor { border: 1px solid #789E50; }

<div style="border:3px solid #789E50">Div</div>

This div border color is #789E50.


Opacity

.myOpacity80 { color: #789E50; opacity: 0.8; }

<p style="color:#789E50;opacity:0.8;">80%</p>

Text with #789E50 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 #789E50;}

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

This text has shadow with #789E50 color.

.textShadow {text-shadow: 3px 3px 1px #789E50, 3px 3px 1px red;}

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

This text has shadow with #789E50 primary color and red secondary color.


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

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

This text has shadow with #789E50 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789E50 on black background.


Color preview on white background

This text has color #789E50 on white background.



Black color preview on #789E50 background

This text has black color on #789E50 background.


White color preview on #789E50 background

This text has white color on #789E50 background.