COLOR #76935F

HEX: #76935F
RGB: (118,147,95)

Color info

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

RGB color model

#76935F color RGB value is (118,147,95).

  • red value is 118;
  • green value is 147;
  • blue value is 95.
RGB:
(118,147,95)
(46%,58%,37%)

RGB channels and saturation

R 118 of 255 = 46%
G 147 of 255 = 58%
B 95 of 255 = 37%

118
147
95

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

Portions of RGB colors in percentages

R + G + B =
118 + 147 + 95 = 360 (100%)
R 118 of 360 ~ 32.78%
G 147 of 360 ~ 40.83%
B 95 of 360 ~ 26.39%

%32.78
%40.83
%26.39

CMYK color model

#76935F color CMYK value is (20,0,35,42).

  • cyan value is 19.73%
  • magenta value is 0.00%
  • yellow value is 35.37%
  • key color value is 42.35%
CMYK:
(20,0,35,42)
C20M0Y35K42 
(20%,0%,35%,42%)
(0.20/0.00/0.35/0.42)	

CMYK percentages

%19.73
%0
%35.37
%42.35

Codes

Color #76935F in popluar color models

76935F
RGB11814795
HSL93°21.49%47.45%
HSB/HSV93°35.37%57.65%
CMYK19.73%0.00%35.37%
42.35%

Color #76935F in popluar number systems.

HEX76935F
Decimal11814795
Binary1110110100100111011111
Octal166223137

Shades and tints

Shades of #76935F

#76935F
(118,147,95)
#6C8657
(108,134,87)
#62794F
(98,121,79)
#586C47
(88,108,71)
#4E5F3F
(78,95,63)
#445237
(68,82,55)
#3A452F
(58,69,47)
#303827
(48,56,39)
#262B1F
(38,43,31)
#1C1E17
(28,30,23)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #76935F

#76935F
(118,147,95)
#829C6D
(130,156,109)
#8EA57B
(142,165,123)
#9AAE89
(154,174,137)
#A6B797
(166,183,151)
#B2C0A5
(178,192,165)
#BEC9B3
(190,201,179)
#CAD2C1
(202,210,193)
#D6DBCF
(214,219,207)
#E2E4DD
(226,228,221)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76935F color. Also use rgb(118,147,95) instead hex code.

Text Font Color

.myTextColor { color: #76935F; }

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

This text font color is #76935F.


Background Color

.myBgColor { background-color: #76935F; }

<div style="background-color:#76935F">Inner text</div>

This div background color is #76935F.


Border color

.myBorderColor { border: 1px solid #76935F; }

<div style="border:3px solid #76935F">Div</div>

This div border color is #76935F.


Opacity

.myOpacity80 { color: #76935F; opacity: 0.8; }

<p style="color:#76935F;opacity:0.8;">80%</p>

Text with #76935F 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 #76935F;}

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

This text has shadow with #76935F color.

.textShadow {text-shadow: 3px 3px 1px #76935F, 3px 3px 1px red;}

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

This text has shadow with #76935F primary color and red secondary color.


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

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

This text has shadow with #76935F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76935F on black background.


Color preview on white background

This text has color #76935F on white background.



Black color preview on #76935F background

This text has black color on #76935F background.


White color preview on #76935F background

This text has white color on #76935F background.