COLOR #7C9C65

HEX: #7C9C65
RGB: (124,156,101)

Color info

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

RGB color model

#7C9C65 color RGB value is (124,156,101).

  • red value is 124;
  • green value is 156;
  • blue value is 101.
RGB:
(124,156,101)
(49%,61%,40%)

RGB channels and saturation

R 124 of 255 = 49%
G 156 of 255 = 61%
B 101 of 255 = 40%

124
156
101

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

Portions of RGB colors in percentages

R + G + B =
124 + 156 + 101 = 381 (100%)
R 124 of 381 ~ 32.55%
G 156 of 381 ~ 40.94%
B 101 of 381 ~ 26.51%

%32.55
%40.94
%26.51

CMYK color model

#7C9C65 color CMYK value is (21,0,35,39).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 35.26%
  • key color value is 38.82%
CMYK:
(21,0,35,39)
C21M0Y35K39 
(21%,0%,35%,39%)
(0.21/0.00/0.35/0.39)	

CMYK percentages

%20.51
%0
%35.26
%38.82

Codes

Color #7C9C65 in popluar color models

7C9C65
RGB124156101
HSL95°21.74%50.39%
HSB/HSV95°35.26%61.18%
CMYK20.51%0.00%35.26%
38.82%

Color #7C9C65 in popluar number systems.

HEX7C9C65
Decimal124156101
Binary1111100100111001100101
Octal174234145

Shades and tints

Shades of #7C9C65

#7C9C65
(124,156,101)
#718E5C
(113,142,92)
#668053
(102,128,83)
#5B724A
(91,114,74)
#506441
(80,100,65)
#455638
(69,86,56)
#3A482F
(58,72,47)
#2F3A26
(47,58,38)
#242C1D
(36,44,29)
#191E14
(25,30,20)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #7C9C65

#7C9C65
(124,156,101)
#87A573
(135,165,115)
#92AE81
(146,174,129)
#9DB78F
(157,183,143)
#A8C09D
(168,192,157)
#B3C9AB
(179,201,171)
#BED2B9
(190,210,185)
#C9DBC7
(201,219,199)
#D4E4D5
(212,228,213)
#DFEDE3
(223,237,227)
#EAF6F1
(234,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9C65 color. Also use rgb(124,156,101) instead hex code.

Text Font Color

.myTextColor { color: #7C9C65; }

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

This text font color is #7C9C65.


Background Color

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

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

This div background color is #7C9C65.


Border color

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

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

This div border color is #7C9C65.


Opacity

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

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

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

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

This text has shadow with #7C9C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9C65 on black background.


Color preview on white background

This text has color #7C9C65 on white background.



Black color preview on #7C9C65 background

This text has black color on #7C9C65 background.


White color preview on #7C9C65 background

This text has white color on #7C9C65 background.