COLOR #7B9C20

HEX: #7B9C20
RGB: (123,156,32)

Color info

#7B9C20 contains mainly red and green colors. Web safe color of #7B9C20 is #669933 (or #693).

RGB color model

#7B9C20 color RGB value is (123,156,32).

  • red value is 123;
  • green value is 156;
  • blue value is 32.
RGB:
(123,156,32)
(48%,61%,13%)

RGB channels and saturation

R 123 of 255 = 48%
G 156 of 255 = 61%
B 32 of 255 = 13%

123
156
32

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

Portions of RGB colors in percentages

R + G + B =
123 + 156 + 32 = 311 (100%)
R 123 of 311 ~ 39.55%
G 156 of 311 ~ 50.16%
B 32 of 311 ~ 10.29%

%39.55
%50.16
%10.29

CMYK color model

#7B9C20 color CMYK value is (21,0,79,39).

  • cyan value is 21.15%
  • magenta value is 0.00%
  • yellow value is 79.49%
  • key color value is 38.82%
CMYK:
(21,0,79,39)
C21M0Y79K39 
(21%,0%,79%,39%)
(0.21/0.00/0.79/0.39)	

CMYK percentages

%21.15
%0
%79.49
%38.82

Codes

Color #7B9C20 in popluar color models

7B9C20
RGB12315632
HSL76°65.96%36.86%
HSB/HSV76°79.49%61.18%
CMYK21.15%0.00%79.49%
38.82%

Color #7B9C20 in popluar number systems.

HEX7B9C20
Decimal12315632
Binary111101110011100100000
Octal17323440

Shades and tints

Shades of #7B9C20

#7B9C20
(123,156,32)
#708E1E
(112,142,30)
#65801C
(101,128,28)
#5A721A
(90,114,26)
#4F6418
(79,100,24)
#445616
(68,86,22)
#394814
(57,72,20)
#2E3A12
(46,58,18)
#232C10
(35,44,16)
#181E0E
(24,30,14)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #7B9C20

#7B9C20
(123,156,32)
#87A534
(135,165,52)
#93AE48
(147,174,72)
#9FB75C
(159,183,92)
#ABC070
(171,192,112)
#B7C984
(183,201,132)
#C3D298
(195,210,152)
#CFDBAC
(207,219,172)
#DBE4C0
(219,228,192)
#E7EDD4
(231,237,212)
#F3F6E8
(243,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9C20; }

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

This text font color is #7B9C20.


Background Color

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

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

This div background color is #7B9C20.


Border color

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

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

This div border color is #7B9C20.


Opacity

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

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

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

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

This text has shadow with #7B9C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9C20 on black background.


Color preview on white background

This text has color #7B9C20 on white background.



Black color preview on #7B9C20 background

This text has black color on #7B9C20 background.


White color preview on #7B9C20 background

This text has white color on #7B9C20 background.