COLOR #7B9755

HEX: #7B9755
RGB: (123,151,85)

Color info

#7B9755 contains mainly red and green colors. Web safe color of #7B9755 is #669966 (or #696).

RGB color model

#7B9755 color RGB value is (123,151,85).

  • red value is 123;
  • green value is 151;
  • blue value is 85.
RGB:
(123,151,85)
(48%,59%,33%)

RGB channels and saturation

R 123 of 255 = 48%
G 151 of 255 = 59%
B 85 of 255 = 33%

123
151
85

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

Portions of RGB colors in percentages

R + G + B =
123 + 151 + 85 = 359 (100%)
R 123 of 359 ~ 34.26%
G 151 of 359 ~ 42.06%
B 85 of 359 ~ 23.68%

%34.26
%42.06
%23.68

CMYK color model

#7B9755 color CMYK value is (19,0,44,41).

  • cyan value is 18.54%
  • magenta value is 0.00%
  • yellow value is 43.71%
  • key color value is 40.78%
CMYK:
(19,0,44,41)
C19M0Y44K41 
(19%,0%,44%,41%)
(0.19/0.00/0.44/0.41)	

CMYK percentages

%18.54
%0
%43.71
%40.78

Codes

Color #7B9755 in popluar color models

7B9755
RGB12315185
HSL85°27.97%46.27%
HSB/HSV85°43.71%59.22%
CMYK18.54%0.00%43.71%
40.78%

Color #7B9755 in popluar number systems.

HEX7B9755
Decimal12315185
Binary1111011100101111010101
Octal173227125

Shades and tints

Shades of #7B9755

#7B9755
(123,151,85)
#708A4E
(112,138,78)
#657D47
(101,125,71)
#5A7040
(90,112,64)
#4F6339
(79,99,57)
#445632
(68,86,50)
#39492B
(57,73,43)
#2E3C24
(46,60,36)
#232F1D
(35,47,29)
#182216
(24,34,22)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #7B9755

#7B9755
(123,151,85)
#87A064
(135,160,100)
#93A973
(147,169,115)
#9FB282
(159,178,130)
#ABBB91
(171,187,145)
#B7C4A0
(183,196,160)
#C3CDAF
(195,205,175)
#CFD6BE
(207,214,190)
#DBDFCD
(219,223,205)
#E7E8DC
(231,232,220)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9755; }

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

This text font color is #7B9755.


Background Color

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

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

This div background color is #7B9755.


Border color

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

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

This div border color is #7B9755.


Opacity

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

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

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

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

This text has shadow with #7B9755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9755 on black background.


Color preview on white background

This text has color #7B9755 on white background.



Black color preview on #7B9755 background

This text has black color on #7B9755 background.


White color preview on #7B9755 background

This text has white color on #7B9755 background.