COLOR #7B915B

HEX: #7B915B RGB: (123,145,91)

Color info

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

RGB color model

#7B915B color RGB value is (123,145,91).

RGB: (123,145,91) (48%, 57%, 36%)

RGB channels and saturation

R 123 of 255 = 48%
G 145 of 255 = 57%
B 91 of 255 = 36%

123
145
91

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

Portions of RGB colors in percentages

R + G + B = 123 + 145 + 91 = 359 (100%)
R 123 of 359 ~ 34.26%
G 145 of 359 ~ 40.39%
B 91 of 359 ~ 25.35'%

%34.26
%40.39
%25.35

CMYK color model

#7B915B color CMYK value is (15,0,37,43).

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

CMYK: (15,0,37,43)
C15M0Y37K43 (15%, 0%, 37%, 43%)
(0.15 / 0.00 / 0.37 / 0.43)

CMYK percentages

%15.17
%0
%37.24
%43.14

Codes

Color #7B915B in popluar color models

7B 91 5B
RGB 123 145 91
HSL 84° 22.88% 46.27%
HSB/HSV 84° 37.24% 56.86%
CMYK 15.17% 0.00% 37.24%
43.14%

Color #7B915B in popluar number systems.

HEX 7B 91 5B
Decimal 123 145 91
Binary 1111011 10010001 1011011
Octal 173 221 133

Shades and tints

Shades of #7B915B

#7B915B
(123,145,91)
#708453
(112,132,83)
#65774B
(101,119,75)
#5A6A43
(90,106,67)
#4F5D3B
(79,93,59)
#445033
(68,80,51)
#39432B
(57,67,43)
#2E3623
(46,54,35)
#23291B
(35,41,27)
#181C13
(24,28,19)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #7B915B

#7B915B
(123,145,91)
#879B69
(135,155,105)
#93A577
(147,165,119)
#9FAF85
(159,175,133)
#ABB993
(171,185,147)
#B7C3A1
(183,195,161)
#C3CDAF
(195,205,175)
#CFD7BD
(207,215,189)
#DBE1CB
(219,225,203)
#E7EBD9
(231,235,217)
#F3F5E7
(243,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B915B color. Also use rgb(123,145,91) instead hex code.

Text Font Color

.myTextColor { color: #7B915B; }

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

This text font color is #7B915B.

Background Color

.myBgColor { background-color: #7B915B; }

<div style="background-color:#7B915B">Inner text</div>

This div background color is #7B915B.

Border color

.myBorderColor { border: 1px solid #7B915B; }

<div style="border:3px solid #7B915B">Div</div>

This div border color is #7B915B.

Opacity

.myOpacity80 { color: #7B915B; opacity: 0.8; }

<p style="color:#7B915B;opacity:0.8;">80%</p>

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

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

This text has shadow with #7B915B color.


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

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

This text has shadow with #7B915B primary color and red secondary color.


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

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

This text has shadow with #7B915B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7B915B.

Preview

Color preview on black background

This text has color #7B915B on black background.


Color preview on white background

This text has color #7B915B on white background.


Black color preview on #7B915B background

This text has black color on #7B915B background.


White color preview on #7B915B background

This text has white color on #7B915B background.


Related colors

Complementary color

Complementary color for #hex is #846EA4.


I love getcolorcode.com

Triadic colors

1 #5B7B91 and #915B7B with #7B915B are triadic colors.

2 #5B917B and #917B5B with #7B915B are triadic colors.