COLOR #7C9864

HEX: #7C9864
RGB: (124,152,100)

Color info

#7C9864 contains red, green and blue colors in about the same proportion. Web safe color of #7C9864 is #669966 (or #696).

RGB color model

#7C9864 color RGB value is (124,152,100).

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

RGB channels and saturation

R 124 of 255 = 49%
G 152 of 255 = 60%
B 100 of 255 = 39%

124
152
100

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

Portions of RGB colors in percentages

R + G + B =
124 + 152 + 100 = 376 (100%)
R 124 of 376 ~ 32.98%
G 152 of 376 ~ 40.43%
B 100 of 376 ~ 26.6%

%32.98
%40.43
%26.6

CMYK color model

#7C9864 color CMYK value is (18,0,34,40).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 40.39%
CMYK:
(18,0,34,40)
C18M0Y34K40 
(18%,0%,34%,40%)
(0.18/0.00/0.34/0.40)	

CMYK percentages

%18.42
%0
%34.21
%40.39

Codes

Color #7C9864 in popluar color models

7C9864
RGB124152100
HSL92°20.63%49.41%
HSB/HSV92°34.21%59.61%
CMYK18.42%0.00%34.21%
40.39%

Color #7C9864 in popluar number systems.

HEX7C9864
Decimal124152100
Binary1111100100110001100100
Octal174230144

Shades and tints

Shades of #7C9864

#7C9864
(124,152,100)
#718B5B
(113,139,91)
#667E52
(102,126,82)
#5B7149
(91,113,73)
#506440
(80,100,64)
#455737
(69,87,55)
#3A4A2E
(58,74,46)
#2F3D25
(47,61,37)
#24301C
(36,48,28)
#192313
(25,35,19)
#0E160A
(14,22,10)
#000000
(0,0,0)

Tints of #7C9864

#7C9864
(124,152,100)
#87A172
(135,161,114)
#92AA80
(146,170,128)
#9DB38E
(157,179,142)
#A8BC9C
(168,188,156)
#B3C5AA
(179,197,170)
#BECEB8
(190,206,184)
#C9D7C6
(201,215,198)
#D4E0D4
(212,224,212)
#DFE9E2
(223,233,226)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9864; }

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

This text font color is #7C9864.


Background Color

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

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

This div background color is #7C9864.


Border color

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

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

This div border color is #7C9864.


Opacity

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

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

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

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

This text has shadow with #7C9864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9864 on black background.


Color preview on white background

This text has color #7C9864 on white background.



Black color preview on #7C9864 background

This text has black color on #7C9864 background.


White color preview on #7C9864 background

This text has white color on #7C9864 background.