COLOR #788E60

HEX: #788E60
RGB: (120,142,96)

Color info

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

RGB color model

#788E60 color RGB value is (120,142,96).

  • red value is 120;
  • green value is 142;
  • blue value is 96.
RGB: (120,142,96) (47%,56%,38%)

RGB channels and saturation

R 120 of 255 = 47%
G 142 of 255 = 56%
B 96 of 255 = 38%

120
142
96

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

Portions of RGB colors in percentages

R + G + B =
120 + 142 + 96 = 358 (100%)
R 120 of 358 ~ 33.52%
G 142 of 358 ~ 39.66%
B 96 of 358 ~ 26.82%

%33.52
%39.66
%26.82

CMYK color model

#788E60 color CMYK value is (15,0,32,44).

  • cyan value is 15.49%
  • magenta value is 0.00%
  • yellow value is 32.39%
  • key color value is 44.31%
CMYK: (15,0,32,44) C15M0Y32K44 (15%,0%,32%,44%) (0.15/0.00/0.32/0.44)

CMYK percentages

%15.49
%0
%32.39
%44.31

Codes

Color #788E60 in popluar color models

788E60
RGB12014296
HSL89°19.33%46.67%
HSB/HSV89°32.39%55.69%
CMYK15.49%0.00%32.39%
44.31%

Color #788E60 in popluar number systems.

HEX788E60
Decimal12014296
Binary1111000100011101100000
Octal170216140

Shades and tints

Shades of #788E60

#788E60
(120,142,96)
#6E8258
(110,130,88)
#647650
(100,118,80)
#5A6A48
(90,106,72)
#505E40
(80,94,64)
#465238
(70,82,56)
#3C4630
(60,70,48)
#323A28
(50,58,40)
#282E20
(40,46,32)
#1E2218
(30,34,24)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #788E60

#788E60
(120,142,96)
#84986E
(132,152,110)
#90A27C
(144,162,124)
#9CAC8A
(156,172,138)
#A8B698
(168,182,152)
#B4C0A6
(180,192,166)
#C0CAB4
(192,202,180)
#CCD4C2
(204,212,194)
#D8DED0
(216,222,208)
#E4E8DE
(228,232,222)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788E60 color. Also use rgb(120,142,96) instead hex code.

Text Font Color

.myTextColor { color: #788E60; }

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

This text font color is #788E60.


Background Color

.myBgColor { background-color: #788E60; }

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

This div background color is #788E60.


Border color

.myBorderColor { border: 1px solid #788E60; }

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

This div border color is #788E60.


Opacity

.myOpacity80 { color: #788E60; opacity: 0.8; }

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

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

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

This text has shadow with #788E60 color.

.textShadow {text-shadow: 3px 3px 1px #788E60, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #788E60; -webkit-box-shadow:	1px 1px 3px 2px #788E60; box-shadow:	1px 1px 3px 2px #788E60; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #788E60; -webkit-box-shadow: 1px 1px 3px 2px #788E60; box-shadow:1px 1px 3px 2px #788E60;">
Div content here</div>
This div box has shadow with color #788E60.

Preview

Color preview on black background

This text has color #788E60 on black background.


Color preview on white background

This text has color #788E60 on white background.



Black color preview on #788E60 background

This text has black color on #788E60 background.


White color preview on #788E60 background

This text has white color on #788E60 background.