COLOR #7C9266

HEX: #7C9266
RGB: (124,146,102)

Color info

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

RGB color model

#7C9266 color RGB value is (124,146,102).

  • red value is 124;
  • green value is 146;
  • blue value is 102.
RGB:
(124,146,102)
(49%,57%,40%)

RGB channels and saturation

R 124 of 255 = 49%
G 146 of 255 = 57%
B 102 of 255 = 40%

124
146
102

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

Portions of RGB colors in percentages

R + G + B =
124 + 146 + 102 = 372 (100%)
R 124 of 372 ~ 33.33%
G 146 of 372 ~ 39.25%
B 102 of 372 ~ 27.42%

%33.33
%39.25
%27.42

CMYK color model

#7C9266 color CMYK value is (15,0,30,43).

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 30.14%
  • key color value is 42.75%
CMYK:
(15,0,30,43)
C15M0Y30K43 
(15%,0%,30%,43%)
(0.15/0.00/0.30/0.43)	

CMYK percentages

%15.07
%0
%30.14
%42.75

Codes

Color #7C9266 in popluar color models

7C9266
RGB124146102
HSL90°17.74%48.63%
HSB/HSV90°30.14%57.25%
CMYK15.07%0.00%30.14%
42.75%

Color #7C9266 in popluar number systems.

HEX7C9266
Decimal124146102
Binary1111100100100101100110
Octal174222146

Shades and tints

Shades of #7C9266

#7C9266
(124,146,102)
#71855D
(113,133,93)
#667854
(102,120,84)
#5B6B4B
(91,107,75)
#505E42
(80,94,66)
#455139
(69,81,57)
#3A4430
(58,68,48)
#2F3727
(47,55,39)
#242A1E
(36,42,30)
#191D15
(25,29,21)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #7C9266

#7C9266
(124,146,102)
#879B73
(135,155,115)
#92A480
(146,164,128)
#9DAD8D
(157,173,141)
#A8B69A
(168,182,154)
#B3BFA7
(179,191,167)
#BEC8B4
(190,200,180)
#C9D1C1
(201,209,193)
#D4DACE
(212,218,206)
#DFE3DB
(223,227,219)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9266 color. Also use rgb(124,146,102) instead hex code.

Text Font Color

.myTextColor { color: #7C9266; }

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

This text font color is #7C9266.


Background Color

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

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

This div background color is #7C9266.


Border color

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

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

This div border color is #7C9266.


Opacity

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

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

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

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

This text has shadow with #7C9266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9266 on black background.


Color preview on white background

This text has color #7C9266 on white background.



Black color preview on #7C9266 background

This text has black color on #7C9266 background.


White color preview on #7C9266 background

This text has white color on #7C9266 background.