COLOR #7B917B

HEX: #7B917B
RGB: (123,145,123)

Color info

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

RGB color model

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

  • red value is 123;
  • green value is 145;
  • blue value is 123.
RGB:
(123,145,123)
(48%,57%,48%)

RGB channels and saturation

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

123
145
123

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

Portions of RGB colors in percentages

R + G + B =
123 + 145 + 123 = 391 (100%)
R 123 of 391 ~ 31.46%
G 145 of 391 ~ 37.08%
B 123 of 391 ~ 31.46%

%31.46
%37.08
%31.46

CMYK color model

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

  • cyan value is 15.17%
  • magenta value is 0.00%
  • yellow value is 15.17%
  • key color value is 43.14%
CMYK:
(15,0,15,43)
C15M0Y15K43 
(15%,0%,15%,43%)
(0.15/0.00/0.15/0.43)	

CMYK percentages

%15.17
%0
%15.17
%43.14

Codes

Color #7B917B in popluar color models

7B917B
RGB123145123
HSL120°9.09%52.55%
HSB/HSV120°15.17%56.86%
CMYK15.17%0.00%15.17%
43.14%

Color #7B917B in popluar number systems.

HEX7B917B
Decimal123145123
Binary1111011100100011111011
Octal173221173

Shades and tints

Shades of #7B917B

#7B917B
(123,145,123)
#708470
(112,132,112)
#657765
(101,119,101)
#5A6A5A
(90,106,90)
#4F5D4F
(79,93,79)
#445044
(68,80,68)
#394339
(57,67,57)
#2E362E
(46,54,46)
#232923
(35,41,35)
#181C18
(24,28,24)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #7B917B

#7B917B
(123,145,123)
#879B87
(135,155,135)
#93A593
(147,165,147)
#9FAF9F
(159,175,159)
#ABB9AB
(171,185,171)
#B7C3B7
(183,195,183)
#C3CDC3
(195,205,195)
#CFD7CF
(207,215,207)
#DBE1DB
(219,225,219)
#E7EBE7
(231,235,231)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B917B; }

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

This text font color is #7B917B.


Background Color

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

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

This div background color is #7B917B.


Border color

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

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

This div border color is #7B917B.


Opacity

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

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

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

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

This text has shadow with #7B917B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B917B on black background.


Color preview on white background

This text has color #7B917B on white background.



Black color preview on #7B917B background

This text has black color on #7B917B background.


White color preview on #7B917B background

This text has white color on #7B917B background.