COLOR #76915A

HEX: #76915A
RGB: (118,145,90)

Color info

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

RGB color model

#76915A color RGB value is (118,145,90).

  • red value is 118;
  • green value is 145;
  • blue value is 90.
RGB:
(118,145,90)
(46%,57%,35%)

RGB channels and saturation

R 118 of 255 = 46%
G 145 of 255 = 57%
B 90 of 255 = 35%

118
145
90

R + G + B ~ 46%. #76915A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 145 + 90 = 353 (100%)
R 118 of 353 ~ 33.43%
G 145 of 353 ~ 41.08%
B 90 of 353 ~ 25.5%

%33.43
%41.08
%25.5

CMYK color model

#76915A color CMYK value is (19,0,38,43).

  • cyan value is 18.62%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 43.14%
CMYK:
(19,0,38,43)
C19M0Y38K43 
(19%,0%,38%,43%)
(0.19/0.00/0.38/0.43)	

CMYK percentages

%18.62
%0
%37.93
%43.14

Codes

Color #76915A in popluar color models

76915A
RGB11814590
HSL89°23.40%46.08%
HSB/HSV89°37.93%56.86%
CMYK18.62%0.00%37.93%
43.14%

Color #76915A in popluar number systems.

HEX76915A
Decimal11814590
Binary1110110100100011011010
Octal166221132

Shades and tints

Shades of #76915A

#76915A
(118,145,90)
#6C8452
(108,132,82)
#62774A
(98,119,74)
#586A42
(88,106,66)
#4E5D3A
(78,93,58)
#445032
(68,80,50)
#3A432A
(58,67,42)
#303622
(48,54,34)
#26291A
(38,41,26)
#1C1C12
(28,28,18)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #76915A

#76915A
(118,145,90)
#829B69
(130,155,105)
#8EA578
(142,165,120)
#9AAF87
(154,175,135)
#A6B996
(166,185,150)
#B2C3A5
(178,195,165)
#BECDB4
(190,205,180)
#CAD7C3
(202,215,195)
#D6E1D2
(214,225,210)
#E2EBE1
(226,235,225)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76915A color. Also use rgb(118,145,90) instead hex code.

Text Font Color

.myTextColor { color: #76915A; }

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

This text font color is #76915A.


Background Color

.myBgColor { background-color: #76915A; }

<div style="background-color:#76915A">Inner text</div>

This div background color is #76915A.


Border color

.myBorderColor { border: 1px solid #76915A; }

<div style="border:3px solid #76915A">Div</div>

This div border color is #76915A.


Opacity

.myOpacity80 { color: #76915A; opacity: 0.8; }

<p style="color:#76915A;opacity:0.8;">80%</p>

Text with #76915A 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 #76915A;}

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

This text has shadow with #76915A color.

.textShadow {text-shadow: 3px 3px 1px #76915A, 3px 3px 1px red;}

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

This text has shadow with #76915A primary color and red secondary color.


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

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

This text has shadow with #76915A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76915A on black background.


Color preview on white background

This text has color #76915A on white background.



Black color preview on #76915A background

This text has black color on #76915A background.


White color preview on #76915A background

This text has white color on #76915A background.