COLOR #768D3C

HEX: #768D3C RGB: (118,141,60)

Color info

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

RGB color model

#768D3C color RGB value is (118,141,60).

RGB: (118,141,60) (46%, 55%, 24%)

RGB channels and saturation

R 118 of 255 = 46%
G 141 of 255 = 55%
B 60 of 255 = 24%

118
141
60

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

Portions of RGB colors in percentages

R + G + B = 118 + 141 + 60 = 319 (100%)
R 118 of 319 ~ 36.99%
G 141 of 319 ~ 44.2%
B 60 of 319 ~ 18.81'%

%36.99
%44.2
%18.81

CMYK color model

#768D3C color CMYK value is (16,0,57,45).

  • cyan value is 16.31%
  • magenta value is 0.00%
  • yellow value is 57.45%
  • key color value is 44.71%

CMYK: (16,0,57,45)
C16M0Y57K45 (16%, 0%, 57%, 45%)
(0.16 / 0.00 / 0.57 / 0.45)

CMYK percentages

%16.31
%0
%57.45
%44.71

Codes

Color #768D3C in popluar color models

76 8D 3C
RGB 118 141 60
HSL 77° 40.30% 39.41%
HSB/HSV 77° 57.45% 55.29%
CMYK 16.31% 0.00% 57.45%
44.71%

Color #768D3C in popluar number systems.

HEX 76 8D 3C
Decimal 118 141 60
Binary 1110110 10001101 111100
Octal 166 215 74

Shades and tints

Shades of #768D3C

#768D3C
(118,141,60)
#6C8137
(108,129,55)
#627532
(98,117,50)
#58692D
(88,105,45)
#4E5D28
(78,93,40)
#445123
(68,81,35)
#3A451E
(58,69,30)
#303919
(48,57,25)
#262D14
(38,45,20)
#1C210F
(28,33,15)
#12150A
(18,21,10)
#000000
(0,0,0)

Tints of #768D3C

#768D3C
(118,141,60)
#82974D
(130,151,77)
#8EA15E
(142,161,94)
#9AAB6F
(154,171,111)
#A6B580
(166,181,128)
#B2BF91
(178,191,145)
#BEC9A2
(190,201,162)
#CAD3B3
(202,211,179)
#D6DDC4
(214,221,196)
#E2E7D5
(226,231,213)
#EEF1E6
(238,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768D3C; }

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

This text font color is #768D3C.

Background Color

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

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

This div background color is #768D3C.

Border color

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

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

This div border color is #768D3C.

Opacity

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

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

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

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

This text has shadow with #768D3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #768D3C.

Preview

Color preview on black background

This text has color #768D3C on black background.


Color preview on white background

This text has color #768D3C on white background.


Black color preview on #768D3C background

This text has black color on #768D3C background.


White color preview on #768D3C background

This text has white color on #768D3C background.


Related colors

Complementary color

Complementary color for #hex is #8972C3.


I love getcolorcode.com

Triadic colors

1 #3C768D and #8D3C76 with #768D3C are triadic colors.

2 #3C8D76 and #8D763C with #768D3C are triadic colors.