COLOR #7B9B5A

HEX: #7B9B5A
RGB: (123,155,90)

Color info

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

RGB color model

#7B9B5A color RGB value is (123,155,90).

  • red value is 123;
  • green value is 155;
  • blue value is 90.
RGB:
(123,155,90)
(48%,61%,35%)

RGB channels and saturation

R 123 of 255 = 48%
G 155 of 255 = 61%
B 90 of 255 = 35%

123
155
90

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

Portions of RGB colors in percentages

R + G + B =
123 + 155 + 90 = 368 (100%)
R 123 of 368 ~ 33.42%
G 155 of 368 ~ 42.12%
B 90 of 368 ~ 24.46%

%33.42
%42.12
%24.46

CMYK color model

#7B9B5A color CMYK value is (21,0,42,39).

  • cyan value is 20.65%
  • magenta value is 0.00%
  • yellow value is 41.94%
  • key color value is 39.22%
CMYK:
(21,0,42,39)
C21M0Y42K39 
(21%,0%,42%,39%)
(0.21/0.00/0.42/0.39)	

CMYK percentages

%20.65
%0
%41.94
%39.22

Codes

Color #7B9B5A in popluar color models

7B9B5A
RGB12315590
HSL90°26.53%48.04%
HSB/HSV90°41.94%60.78%
CMYK20.65%0.00%41.94%
39.22%

Color #7B9B5A in popluar number systems.

HEX7B9B5A
Decimal12315590
Binary1111011100110111011010
Octal173233132

Shades and tints

Shades of #7B9B5A

#7B9B5A
(123,155,90)
#708D52
(112,141,82)
#657F4A
(101,127,74)
#5A7142
(90,113,66)
#4F633A
(79,99,58)
#445532
(68,85,50)
#39472A
(57,71,42)
#2E3922
(46,57,34)
#232B1A
(35,43,26)
#181D12
(24,29,18)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #7B9B5A

#7B9B5A
(123,155,90)
#87A469
(135,164,105)
#93AD78
(147,173,120)
#9FB687
(159,182,135)
#ABBF96
(171,191,150)
#B7C8A5
(183,200,165)
#C3D1B4
(195,209,180)
#CFDAC3
(207,218,195)
#DBE3D2
(219,227,210)
#E7ECE1
(231,236,225)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9B5A; }

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

This text font color is #7B9B5A.


Background Color

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

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

This div background color is #7B9B5A.


Border color

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

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

This div border color is #7B9B5A.


Opacity

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

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

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

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

This text has shadow with #7B9B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9B5A on black background.


Color preview on white background

This text has color #7B9B5A on white background.



Black color preview on #7B9B5A background

This text has black color on #7B9B5A background.


White color preview on #7B9B5A background

This text has white color on #7B9B5A background.