COLOR #7B921C

HEX: #7B921C RGB: (123,146,28)

Color info

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

RGB color model

#7B921C color RGB value is (123,146,28).

RGB: (123,146,28) (48%, 57%, 11%)

RGB channels and saturation

R 123 of 255 = 48%
G 146 of 255 = 57%
B 28 of 255 = 11%

123
146
28

R + G + B ~ 39%. #7B921C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 146 + 28 = 297 (100%)
R 123 of 297 ~ 41.41%
G 146 of 297 ~ 49.16%
B 28 of 297 ~ 9.43'%

%41.41
%49.16

CMYK color model

#7B921C color CMYK value is (16,0,81,43).

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 80.82%
  • key color value is 42.75%
CMYK: (16,0,81,43) C16M0Y81K43 (16%,0%,81%,43%) (0.16/0.00/0.81/0.43) 

CMYK percentages

%15.75
%0
%80.82
%42.75

Codes

Color #7B921C in popluar color models

7B 92 1C
RGB 123 146 28
HSL 72° 67.82% 34.12%
HSB/HSV 72° 80.82% 57.25%
CMYK 15.75% 0.00% 80.82%
42.75%

Color #7B921C in popluar number systems.

HEX 7B 92 1C
Decimal 123 146 28
Binary 1111011 10010010 11100
Octal 173 222 34

Shades and tints

Shades of #7B921C

#7B921C
(123,146,28)
#70851A
(112,133,26)
#657818
(101,120,24)
#5A6B16
(90,107,22)
#4F5E14
(79,94,20)
#445112
(68,81,18)
#394410
(57,68,16)
#2E370E
(46,55,14)
#232A0C
(35,42,12)
#181D0A
(24,29,10)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #7B921C

#7B921C
(123,146,28)
#879B30
(135,155,48)
#93A444
(147,164,68)
#9FAD58
(159,173,88)
#ABB66C
(171,182,108)
#B7BF80
(183,191,128)
#C3C894
(195,200,148)
#CFD1A8
(207,209,168)
#DBDABC
(219,218,188)
#E7E3D0
(231,227,208)
#F3ECE4
(243,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B921C; }

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

This text font color is #7B921C.

Background Color

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

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

This div background color is #7B921C.

Border color

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

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

This div border color is #7B921C.

Opacity

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

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

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

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

This text has shadow with #7B921C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B921C.

Preview

Color preview on black background

This text has color #7B921C on black background.


Color preview on white background

This text has color #7B921C on white background.


Black color preview on #7B921C background

This text has black color on #7B921C background.


White color preview on #7B921C background

This text has white color on #7B921C background.


Related colors

Complementary color

Complementary color for #hex is #846DE3.


I love getcolorcode.com

Triadic colors

1 #1C7B92 and #921C7B with #7B921C are triadic colors.

2 #1C927B and #927B1C with #7B921C are triadic colors.