COLOR #768E50

HEX: #768E50
RGB: (118,142,80)

Color info

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

RGB color model

#768E50 color RGB value is (118,142,80).

  • red value is 118;
  • green value is 142;
  • blue value is 80.
RGB:
(118,142,80)
(46%,56%,31%)

RGB channels and saturation

R 118 of 255 = 46%
G 142 of 255 = 56%
B 80 of 255 = 31%

118
142
80

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

Portions of RGB colors in percentages

R + G + B =
118 + 142 + 80 = 340 (100%)
R 118 of 340 ~ 34.71%
G 142 of 340 ~ 41.76%
B 80 of 340 ~ 23.53%

%34.71
%41.76
%23.53

CMYK color model

#768E50 color CMYK value is (17,0,44,44).

  • cyan value is 16.90%
  • magenta value is 0.00%
  • yellow value is 43.66%
  • key color value is 44.31%
CMYK:
(17,0,44,44)
C17M0Y44K44 
(17%,0%,44%,44%)
(0.17/0.00/0.44/0.44)	

CMYK percentages

%16.9
%0
%43.66
%44.31

Codes

Color #768E50 in popluar color models

768E50
RGB11814280
HSL83°27.93%43.53%
HSB/HSV83°43.66%55.69%
CMYK16.90%0.00%43.66%
44.31%

Color #768E50 in popluar number systems.

HEX768E50
Decimal11814280
Binary1110110100011101010000
Octal166216120

Shades and tints

Shades of #768E50

#768E50
(118,142,80)
#6C8249
(108,130,73)
#627642
(98,118,66)
#586A3B
(88,106,59)
#4E5E34
(78,94,52)
#44522D
(68,82,45)
#3A4626
(58,70,38)
#303A1F
(48,58,31)
#262E18
(38,46,24)
#1C2211
(28,34,17)
#12160A
(18,22,10)
#000000
(0,0,0)

Tints of #768E50

#768E50
(118,142,80)
#82985F
(130,152,95)
#8EA26E
(142,162,110)
#9AAC7D
(154,172,125)
#A6B68C
(166,182,140)
#B2C09B
(178,192,155)
#BECAAA
(190,202,170)
#CAD4B9
(202,212,185)
#D6DEC8
(214,222,200)
#E2E8D7
(226,232,215)
#EEF2E6
(238,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768E50 color. Also use rgb(118,142,80) instead hex code.

Text Font Color

.myTextColor { color: #768E50; }

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

This text font color is #768E50.


Background Color

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

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

This div background color is #768E50.


Border color

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

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

This div border color is #768E50.


Opacity

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

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

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

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

This text has shadow with #768E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768E50 on black background.


Color preview on white background

This text has color #768E50 on white background.



Black color preview on #768E50 background

This text has black color on #768E50 background.


White color preview on #768E50 background

This text has white color on #768E50 background.