COLOR #7C9806

HEX: #7C9806
RGB: (124,152,6)

Color info

#7C9806 contains mainly red and green colors. Web safe color of #7C9806 is #669900 (or #690).

RGB color model

#7C9806 color RGB value is (124,152,6).

  • red value is 124;
  • green value is 152;
  • blue value is 6.
RGB:
(124,152,6)
(49%,60%,2%)

RGB channels and saturation

R 124 of 255 = 49%
G 152 of 255 = 60%
B 6 of 255 = 2%

124
152
6

R + G + B ~ 37%. #7C9806 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 152 + 6 = 282 (100%)
R 124 of 282 ~ 43.97%
G 152 of 282 ~ 53.9%
B 6 of 282 ~ 2.13%

%43.97
%53.9

CMYK color model

#7C9806 color CMYK value is (18,0,96,40).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 96.05%
  • key color value is 40.39%
CMYK:
(18,0,96,40)
C18M0Y96K40 
(18%,0%,96%,40%)
(0.18/0.00/0.96/0.40)	

CMYK percentages

%18.42
%0
%96.05
%40.39

Codes

Color #7C9806 in popluar color models

7C9806
RGB1241526
HSL72°92.41%30.98%
HSB/HSV72°96.05%59.61%
CMYK18.42%0.00%96.05%
40.39%

Color #7C9806 in popluar number systems.

HEX7C9806
Decimal1241526
Binary111110010011000110
Octal1742306

Shades and tints

Shades of #7C9806

#7C9806
(124,152,6)
#718B06
(113,139,6)
#667E06
(102,126,6)
#5B7106
(91,113,6)
#506406
(80,100,6)
#455706
(69,87,6)
#3A4A06
(58,74,6)
#2F3D06
(47,61,6)
#243006
(36,48,6)
#192306
(25,35,6)
#0E1606
(14,22,6)
#000000
(0,0,0)

Tints of #7C9806

#7C9806
(124,152,6)
#87A11C
(135,161,28)
#92AA32
(146,170,50)
#9DB348
(157,179,72)
#A8BC5E
(168,188,94)
#B3C574
(179,197,116)
#BECE8A
(190,206,138)
#C9D7A0
(201,215,160)
#D4E0B6
(212,224,182)
#DFE9CC
(223,233,204)
#EAF2E2
(234,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9806 color. Also use rgb(124,152,6) instead hex code.

Text Font Color

.myTextColor { color: #7C9806; }

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

This text font color is #7C9806.


Background Color

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

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

This div background color is #7C9806.


Border color

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

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

This div border color is #7C9806.


Opacity

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

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

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

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

This text has shadow with #7C9806 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9806 on black background.


Color preview on white background

This text has color #7C9806 on white background.



Black color preview on #7C9806 background

This text has black color on #7C9806 background.


White color preview on #7C9806 background

This text has white color on #7C9806 background.