COLOR #789062

HEX: #789062 RGB: (120,144,98)

Color info

#789062 contains red, green and blue colors in about the same proportion. Web safe color of #789062 is #669966 (or #696).

RGB color model

#789062 color RGB value is (120,144,98).

RGB: (120,144,98) (47%, 56%, 38%)

RGB channels and saturation

R 120 of 255 = 47%
G 144 of 255 = 56%
B 98 of 255 = 38%

120
144
98

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

Portions of RGB colors in percentages

R + G + B = 120 + 144 + 98 = 362 (100%)
R 120 of 362 ~ 33.15%
G 144 of 362 ~ 39.78%
B 98 of 362 ~ 27.07'%

%33.15
%39.78
%27.07

CMYK color model

#789062 color CMYK value is (17,0,32,44).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 31.94%
  • key color value is 43.53%

CMYK: (17,0,32,44)
C17M0Y32K44 (17%, 0%, 32%, 44%)
(0.17 / 0.00 / 0.32 / 0.44)

CMYK percentages

%16.67
%0
%31.94
%43.53

Codes

Color #789062 in popluar color models

78 90 62
RGB 120 144 98
HSL 91° 19.01% 47.45%
HSB/HSV 91° 31.94% 56.47%
CMYK 16.67% 0.00% 31.94%
43.53%

Color #789062 in popluar number systems.

HEX 78 90 62
Decimal 120 144 98
Binary 1111000 10010000 1100010
Octal 170 220 142

Shades and tints

Shades of #789062

#789062
(120,144,98)
#6E835A
(110,131,90)
#647652
(100,118,82)
#5A694A
(90,105,74)
#505C42
(80,92,66)
#464F3A
(70,79,58)
#3C4232
(60,66,50)
#32352A
(50,53,42)
#282822
(40,40,34)
#1E1B1A
(30,27,26)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #789062

#789062
(120,144,98)
#849A70
(132,154,112)
#90A47E
(144,164,126)
#9CAE8C
(156,174,140)
#A8B89A
(168,184,154)
#B4C2A8
(180,194,168)
#C0CCB6
(192,204,182)
#CCD6C4
(204,214,196)
#D8E0D2
(216,224,210)
#E4EAE0
(228,234,224)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789062 color. Also use rgb(120,144,98) instead hex code.

Text Font Color

.myTextColor { color: #789062; }

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

This text font color is #789062.

Background Color

.myBgColor { background-color: #789062; }

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

This div background color is #789062.

Border color

.myBorderColor { border: 1px solid #789062; }

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

This div border color is #789062.

Opacity

.myOpacity80 { color: #789062; opacity: 0.8; }

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

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

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

This text has shadow with #789062 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #789062.

Preview

Color preview on black background

This text has color #789062 on black background.


Color preview on white background

This text has color #789062 on white background.


Black color preview on #789062 background

This text has black color on #789062 background.


White color preview on #789062 background

This text has white color on #789062 background.


Related colors

Complementary color

Complementary color for #hex is #876F9D.


I love getcolorcode.com

Triadic colors

1 #627890 and #906278 with #789062 are triadic colors.

2 #629078 and #907862 with #789062 are triadic colors.