COLOR #7C965F

HEX: #7C965F
RGB: (124,150,95)

Color info

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

RGB color model

#7C965F color RGB value is (124,150,95).

  • red value is 124;
  • green value is 150;
  • blue value is 95.
RGB:
(124,150,95)
(49%,59%,37%)

RGB channels and saturation

R 124 of 255 = 49%
G 150 of 255 = 59%
B 95 of 255 = 37%

124
150
95

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

Portions of RGB colors in percentages

R + G + B =
124 + 150 + 95 = 369 (100%)
R 124 of 369 ~ 33.6%
G 150 of 369 ~ 40.65%
B 95 of 369 ~ 25.75%

%33.6
%40.65
%25.75

CMYK color model

#7C965F color CMYK value is (17,0,37,41).

  • cyan value is 17.33%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 41.18%
CMYK:
(17,0,37,41)
C17M0Y37K41 
(17%,0%,37%,41%)
(0.17/0.00/0.37/0.41)	

CMYK percentages

%17.33
%0
%36.67
%41.18

Codes

Color #7C965F in popluar color models

7C965F
RGB12415095
HSL88°22.45%48.04%
HSB/HSV88°36.67%58.82%
CMYK17.33%0.00%36.67%
41.18%

Color #7C965F in popluar number systems.

HEX7C965F
Decimal12415095
Binary1111100100101101011111
Octal174226137

Shades and tints

Shades of #7C965F

#7C965F
(124,150,95)
#718957
(113,137,87)
#667C4F
(102,124,79)
#5B6F47
(91,111,71)
#50623F
(80,98,63)
#455537
(69,85,55)
#3A482F
(58,72,47)
#2F3B27
(47,59,39)
#242E1F
(36,46,31)
#192117
(25,33,23)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #7C965F

#7C965F
(124,150,95)
#879F6D
(135,159,109)
#92A87B
(146,168,123)
#9DB189
(157,177,137)
#A8BA97
(168,186,151)
#B3C3A5
(179,195,165)
#BECCB3
(190,204,179)
#C9D5C1
(201,213,193)
#D4DECF
(212,222,207)
#DFE7DD
(223,231,221)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C965F color. Also use rgb(124,150,95) instead hex code.

Text Font Color

.myTextColor { color: #7C965F; }

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

This text font color is #7C965F.


Background Color

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

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

This div background color is #7C965F.


Border color

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

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

This div border color is #7C965F.


Opacity

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

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

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

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

This text has shadow with #7C965F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C965F on black background.


Color preview on white background

This text has color #7C965F on white background.



Black color preview on #7C965F background

This text has black color on #7C965F background.


White color preview on #7C965F background

This text has white color on #7C965F background.