COLOR #768D39

HEX: #768D39
RGB: (118,141,57)

Color info

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

RGB color model

#768D39 color RGB value is (118,141,57).

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

RGB channels and saturation

R 118 of 255 = 46%
G 141 of 255 = 55%
B 57 of 255 = 22%

118
141
57

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

Portions of RGB colors in percentages

R + G + B =
118 + 141 + 57 = 316 (100%)
R 118 of 316 ~ 37.34%
G 141 of 316 ~ 44.62%
B 57 of 316 ~ 18.04%

%37.34
%44.62
%18.04

CMYK color model

#768D39 color CMYK value is (16,0,60,45).

  • cyan value is 16.31%
  • magenta value is 0.00%
  • yellow value is 59.57%
  • key color value is 44.71%
CMYK:
(16,0,60,45)
C16M0Y60K45 
(16%,0%,60%,45%)
(0.16/0.00/0.60/0.45)	

CMYK percentages

%16.31
%0
%59.57
%44.71

Codes

Color #768D39 in popluar color models

768D39
RGB11814157
HSL76°42.42%38.82%
HSB/HSV76°59.57%55.29%
CMYK16.31%0.00%59.57%
44.71%

Color #768D39 in popluar number systems.

HEX768D39
Decimal11814157
Binary111011010001101111001
Octal16621571

Shades and tints

Shades of #768D39

#768D39
(118,141,57)
#6C8134
(108,129,52)
#62752F
(98,117,47)
#58692A
(88,105,42)
#4E5D25
(78,93,37)
#445120
(68,81,32)
#3A451B
(58,69,27)
#303916
(48,57,22)
#262D11
(38,45,17)
#1C210C
(28,33,12)
#121507
(18,21,7)
#000000
(0,0,0)

Tints of #768D39

#768D39
(118,141,57)
#82974B
(130,151,75)
#8EA15D
(142,161,93)
#9AAB6F
(154,171,111)
#A6B581
(166,181,129)
#B2BF93
(178,191,147)
#BEC9A5
(190,201,165)
#CAD3B7
(202,211,183)
#D6DDC9
(214,221,201)
#E2E7DB
(226,231,219)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768D39; }

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

This text font color is #768D39.


Background Color

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

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

This div background color is #768D39.


Border color

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

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

This div border color is #768D39.


Opacity

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

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

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

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

This text has shadow with #768D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768D39 on black background.


Color preview on white background

This text has color #768D39 on white background.



Black color preview on #768D39 background

This text has black color on #768D39 background.


White color preview on #768D39 background

This text has white color on #768D39 background.