COLOR #76906F

HEX: #76906F
RGB: (118,144,111)

Color info

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

RGB color model

#76906F color RGB value is (118,144,111).

  • red value is 118;
  • green value is 144;
  • blue value is 111.
RGB:
(118,144,111)
(46%,56%,44%)

RGB channels and saturation

R 118 of 255 = 46%
G 144 of 255 = 56%
B 111 of 255 = 44%

118
144
111

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

Portions of RGB colors in percentages

R + G + B =
118 + 144 + 111 = 373 (100%)
R 118 of 373 ~ 31.64%
G 144 of 373 ~ 38.61%
B 111 of 373 ~ 29.76%

%31.64
%38.61
%29.76

CMYK color model

#76906F color CMYK value is (18,0,23,44).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 43.53%
CMYK:
(18,0,23,44)
C18M0Y23K44 
(18%,0%,23%,44%)
(0.18/0.00/0.23/0.44)	

CMYK percentages

%18.06
%0
%22.92
%43.53

Codes

Color #76906F in popluar color models

76906F
RGB118144111
HSL107°12.94%50.00%
HSB/HSV107°22.92%56.47%
CMYK18.06%0.00%22.92%
43.53%

Color #76906F in popluar number systems.

HEX76906F
Decimal118144111
Binary1110110100100001101111
Octal166220157

Shades and tints

Shades of #76906F

#76906F
(118,144,111)
#6C8365
(108,131,101)
#62765B
(98,118,91)
#586951
(88,105,81)
#4E5C47
(78,92,71)
#444F3D
(68,79,61)
#3A4233
(58,66,51)
#303529
(48,53,41)
#26281F
(38,40,31)
#1C1B15
(28,27,21)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #76906F

#76906F
(118,144,111)
#829A7C
(130,154,124)
#8EA489
(142,164,137)
#9AAE96
(154,174,150)
#A6B8A3
(166,184,163)
#B2C2B0
(178,194,176)
#BECCBD
(190,204,189)
#CAD6CA
(202,214,202)
#D6E0D7
(214,224,215)
#E2EAE4
(226,234,228)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76906F color. Also use rgb(118,144,111) instead hex code.

Text Font Color

.myTextColor { color: #76906F; }

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

This text font color is #76906F.


Background Color

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

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

This div background color is #76906F.


Border color

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

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

This div border color is #76906F.


Opacity

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

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

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

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

This text has shadow with #76906F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76906F on black background.


Color preview on white background

This text has color #76906F on white background.



Black color preview on #76906F background

This text has black color on #76906F background.


White color preview on #76906F background

This text has white color on #76906F background.