COLOR #7C861E

HEX: #7C861E
RGB: (124,134,30)

Color info

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

RGB color model

#7C861E color RGB value is (124,134,30).

  • red value is 124;
  • green value is 134;
  • blue value is 30.
RGB:
(124,134,30)
(49%,53%,12%)

RGB channels and saturation

R 124 of 255 = 49%
G 134 of 255 = 53%
B 30 of 255 = 12%

124
134
30

R + G + B ~ 38%. #7C861E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 134 + 30 = 288 (100%)
R 124 of 288 ~ 43.06%
G 134 of 288 ~ 46.53%
B 30 of 288 ~ 10.42%

%43.06
%46.53
%10.42

CMYK color model

#7C861E color CMYK value is (7,0,78,47).

  • cyan value is 7.46%
  • magenta value is 0.00%
  • yellow value is 77.61%
  • key color value is 47.45%
CMYK:
(7,0,78,47)
C7M0Y78K47 
(7%,0%,78%,47%)
(0.07/0.00/0.78/0.47)	

CMYK percentages

%7.46
%0
%77.61
%47.45

Codes

Color #7C861E in popluar color models

7C861E
RGB12413430
HSL66°63.41%32.16%
HSB/HSV66°77.61%52.55%
CMYK7.46%0.00%77.61%
47.45%

Color #7C861E in popluar number systems.

HEX7C861E
Decimal12413430
Binary11111001000011011110
Octal17420636

Shades and tints

Shades of #7C861E

#7C861E
(124,134,30)
#717A1C
(113,122,28)
#666E1A
(102,110,26)
#5B6218
(91,98,24)
#505616
(80,86,22)
#454A14
(69,74,20)
#3A3E12
(58,62,18)
#2F3210
(47,50,16)
#24260E
(36,38,14)
#191A0C
(25,26,12)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #7C861E

#7C861E
(124,134,30)
#879132
(135,145,50)
#929C46
(146,156,70)
#9DA75A
(157,167,90)
#A8B26E
(168,178,110)
#B3BD82
(179,189,130)
#BEC896
(190,200,150)
#C9D3AA
(201,211,170)
#D4DEBE
(212,222,190)
#DFE9D2
(223,233,210)
#EAF4E6
(234,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C861E color. Also use rgb(124,134,30) instead hex code.

Text Font Color

.myTextColor { color: #7C861E; }

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

This text font color is #7C861E.


Background Color

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

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

This div background color is #7C861E.


Border color

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

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

This div border color is #7C861E.


Opacity

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

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

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

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

This text has shadow with #7C861E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C861E on black background.


Color preview on white background

This text has color #7C861E on white background.



Black color preview on #7C861E background

This text has black color on #7C861E background.


White color preview on #7C861E background

This text has white color on #7C861E background.