COLOR #7C9A69

HEX: #7C9A69
RGB: (124,154,105)

Color info

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

RGB color model

#7C9A69 color RGB value is (124,154,105).

  • red value is 124;
  • green value is 154;
  • blue value is 105.
RGB:
(124,154,105)
(49%,60%,41%)

RGB channels and saturation

R 124 of 255 = 49%
G 154 of 255 = 60%
B 105 of 255 = 41%

124
154
105

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

Portions of RGB colors in percentages

R + G + B =
124 + 154 + 105 = 383 (100%)
R 124 of 383 ~ 32.38%
G 154 of 383 ~ 40.21%
B 105 of 383 ~ 27.42%

%32.38
%40.21
%27.42

CMYK color model

#7C9A69 color CMYK value is (19,0,32,40).

  • cyan value is 19.48%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 39.61%
CMYK:
(19,0,32,40)
C19M0Y32K40 
(19%,0%,32%,40%)
(0.19/0.00/0.32/0.40)	

CMYK percentages

%19.48
%0
%31.82
%39.61

Codes

Color #7C9A69 in popluar color models

7C9A69
RGB124154105
HSL97°19.52%50.78%
HSB/HSV97°31.82%60.39%
CMYK19.48%0.00%31.82%
39.61%

Color #7C9A69 in popluar number systems.

HEX7C9A69
Decimal124154105
Binary1111100100110101101001
Octal174232151

Shades and tints

Shades of #7C9A69

#7C9A69
(124,154,105)
#718C60
(113,140,96)
#667E57
(102,126,87)
#5B704E
(91,112,78)
#506245
(80,98,69)
#45543C
(69,84,60)
#3A4633
(58,70,51)
#2F382A
(47,56,42)
#242A21
(36,42,33)
#191C18
(25,28,24)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #7C9A69

#7C9A69
(124,154,105)
#87A376
(135,163,118)
#92AC83
(146,172,131)
#9DB590
(157,181,144)
#A8BE9D
(168,190,157)
#B3C7AA
(179,199,170)
#BED0B7
(190,208,183)
#C9D9C4
(201,217,196)
#D4E2D1
(212,226,209)
#DFEBDE
(223,235,222)
#EAF4EB
(234,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9A69 color. Also use rgb(124,154,105) instead hex code.

Text Font Color

.myTextColor { color: #7C9A69; }

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

This text font color is #7C9A69.


Background Color

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

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

This div background color is #7C9A69.


Border color

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

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

This div border color is #7C9A69.


Opacity

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

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

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

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

This text has shadow with #7C9A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9A69 on black background.


Color preview on white background

This text has color #7C9A69 on white background.



Black color preview on #7C9A69 background

This text has black color on #7C9A69 background.


White color preview on #7C9A69 background

This text has white color on #7C9A69 background.