COLOR #76915B

HEX: #76915B RGB: (118,145,91)

Color info

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

RGB color model

#76915B color RGB value is (118,145,91).

RGB: (118,145,91) (46%, 57%, 36%)

RGB channels and saturation

R 118 of 255 = 46%
G 145 of 255 = 57%
B 91 of 255 = 36%

118
145
91

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

Portions of RGB colors in percentages

R + G + B = 118 + 145 + 91 = 354 (100%)
R 118 of 354 ~ 33.33%
G 145 of 354 ~ 40.96%
B 91 of 354 ~ 25.71'%

%33.33
%40.96
%25.71

CMYK color model

#76915B color CMYK value is (19,0,37,43).

  • cyan value is 18.62%
  • magenta value is 0.00%
  • yellow value is 37.24%
  • key color value is 43.14%

CMYK: (19,0,37,43)
C19M0Y37K43 (19%, 0%, 37%, 43%)
(0.19 / 0.00 / 0.37 / 0.43)

CMYK percentages

%18.62
%0
%37.24
%43.14

Codes

Color #76915B in popluar color models

76 91 5B
RGB 118 145 91
HSL 90° 22.88% 46.27%
HSB/HSV 90° 37.24% 56.86%
CMYK 18.62% 0.00% 37.24%
43.14%

Color #76915B in popluar number systems.

HEX 76 91 5B
Decimal 118 145 91
Binary 1110110 10010001 1011011
Octal 166 221 133

Shades and tints

Shades of #76915B

#76915B
(118,145,91)
#6C8453
(108,132,83)
#62774B
(98,119,75)
#586A43
(88,106,67)
#4E5D3B
(78,93,59)
#445033
(68,80,51)
#3A432B
(58,67,43)
#303623
(48,54,35)
#26291B
(38,41,27)
#1C1C13
(28,28,19)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #76915B

#76915B
(118,145,91)
#829B69
(130,155,105)
#8EA577
(142,165,119)
#9AAF85
(154,175,133)
#A6B993
(166,185,147)
#B2C3A1
(178,195,161)
#BECDAF
(190,205,175)
#CAD7BD
(202,215,189)
#D6E1CB
(214,225,203)
#E2EBD9
(226,235,217)
#EEF5E7
(238,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76915B; }

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

This text font color is #76915B.

Background Color

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

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

This div background color is #76915B.

Border color

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

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

This div border color is #76915B.

Opacity

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

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

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

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

This text has shadow with #76915B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76915B.

Preview

Color preview on black background

This text has color #76915B on black background.


Color preview on white background

This text has color #76915B on white background.


Black color preview on #76915B background

This text has black color on #76915B background.


White color preview on #76915B background

This text has white color on #76915B background.


Related colors

Complementary color

Complementary color for #hex is #896EA4.


I love getcolorcode.com

Triadic colors

1 #5B7691 and #915B76 with #76915B are triadic colors.

2 #5B9176 and #91765B with #76915B are triadic colors.