COLOR #768D4B

HEX: #768D4B
RGB: (118,141,75)

Color info

#768D4B contains mainly red and green colors. Web safe color of #768D4B is #669933 (or #693).

RGB color model

#768D4B color RGB value is (118,141,75).

  • red value is 118;
  • green value is 141;
  • blue value is 75.
RGB:
(118,141,75)
(46%,55%,29%)

RGB channels and saturation

R 118 of 255 = 46%
G 141 of 255 = 55%
B 75 of 255 = 29%

118
141
75

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

Portions of RGB colors in percentages

R + G + B =
118 + 141 + 75 = 334 (100%)
R 118 of 334 ~ 35.33%
G 141 of 334 ~ 42.22%
B 75 of 334 ~ 22.46%

%35.33
%42.22
%22.46

CMYK color model

#768D4B color CMYK value is (16,0,47,45).

  • cyan value is 16.31%
  • magenta value is 0.00%
  • yellow value is 46.81%
  • key color value is 44.71%
CMYK:
(16,0,47,45)
C16M0Y47K45 
(16%,0%,47%,45%)
(0.16/0.00/0.47/0.45)	

CMYK percentages

%16.31
%0
%46.81
%44.71

Codes

Color #768D4B in popluar color models

768D4B
RGB11814175
HSL81°30.56%42.35%
HSB/HSV81°46.81%55.29%
CMYK16.31%0.00%46.81%
44.71%

Color #768D4B in popluar number systems.

HEX768D4B
Decimal11814175
Binary1110110100011011001011
Octal166215113

Shades and tints

Shades of #768D4B

#768D4B
(118,141,75)
#6C8145
(108,129,69)
#62753F
(98,117,63)
#586939
(88,105,57)
#4E5D33
(78,93,51)
#44512D
(68,81,45)
#3A4527
(58,69,39)
#303921
(48,57,33)
#262D1B
(38,45,27)
#1C2115
(28,33,21)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #768D4B

#768D4B
(118,141,75)
#82975B
(130,151,91)
#8EA16B
(142,161,107)
#9AAB7B
(154,171,123)
#A6B58B
(166,181,139)
#B2BF9B
(178,191,155)
#BEC9AB
(190,201,171)
#CAD3BB
(202,211,187)
#D6DDCB
(214,221,203)
#E2E7DB
(226,231,219)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768D4B color. Also use rgb(118,141,75) instead hex code.

Text Font Color

.myTextColor { color: #768D4B; }

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

This text font color is #768D4B.


Background Color

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

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

This div background color is #768D4B.


Border color

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

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

This div border color is #768D4B.


Opacity

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

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

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

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

This text has shadow with #768D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768D4B on black background.


Color preview on white background

This text has color #768D4B on white background.



Black color preview on #768D4B background

This text has black color on #768D4B background.


White color preview on #768D4B background

This text has white color on #768D4B background.