COLOR #7C9B7F

HEX: #7C9B7F RGB: (124,155,127)

Color info

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

RGB color model

#7C9B7F color RGB value is (124,155,127).

RGB: (124,155,127) (49%, 61%, 50%)

RGB channels and saturation

R 124 of 255 = 49%
G 155 of 255 = 61%
B 127 of 255 = 50%

124
155
127

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

Portions of RGB colors in percentages

R + G + B = 124 + 155 + 127 = 406 (100%)
R 124 of 406 ~ 30.54%
G 155 of 406 ~ 38.18%
B 127 of 406 ~ 31.28'%

%30.54
%38.18
%31.28

CMYK color model

#7C9B7F color CMYK value is (20,0,18,39).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 39.22%
CMYK: (20,0,18,39) C20M0Y18K39 (20%,0%,18%,39%) (0.20/0.00/0.18/0.39) 

CMYK percentages

%20
%0
%18.06
%39.22

Codes

Color #7C9B7F in popluar color models

7C 9B 7F
RGB 124 155 127
HSL 126° 13.42% 54.71%
HSB/HSV 126° 20.00% 60.78%
CMYK 20.00% 0.00% 18.06%
39.22%

Color #7C9B7F in popluar number systems.

HEX 7C 9B 7F
Decimal 124 155 127
Binary 1111100 10011011 1111111
Octal 174 233 177

Shades and tints

Shades of #7C9B7F

#7C9B7F
(124,155,127)
#718D74
(113,141,116)
#667F69
(102,127,105)
#5B715E
(91,113,94)
#506353
(80,99,83)
#455548
(69,85,72)
#3A473D
(58,71,61)
#2F3932
(47,57,50)
#242B27
(36,43,39)
#191D1C
(25,29,28)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #7C9B7F

#7C9B7F
(124,155,127)
#87A48A
(135,164,138)
#92AD95
(146,173,149)
#9DB6A0
(157,182,160)
#A8BFAB
(168,191,171)
#B3C8B6
(179,200,182)
#BED1C1
(190,209,193)
#C9DACC
(201,218,204)
#D4E3D7
(212,227,215)
#DFECE2
(223,236,226)
#EAF5ED
(234,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9B7F color. Also use rgb(124,155,127) instead hex code.

Text Font Color

.myTextColor { color: #7C9B7F; }

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

This text font color is #7C9B7F.

Background Color

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

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

This div background color is #7C9B7F.

Border color

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

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

This div border color is #7C9B7F.

Opacity

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

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

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

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

This text has shadow with #7C9B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9B7F.

Preview

Color preview on black background

This text has color #7C9B7F on black background.


Color preview on white background

This text has color #7C9B7F on white background.


Black color preview on #7C9B7F background

This text has black color on #7C9B7F background.


White color preview on #7C9B7F background

This text has white color on #7C9B7F background.


Related colors

Complementary color

Complementary color for #hex is #836480.


I love getcolorcode.com

Triadic colors

1 #7F7C9B and #9B7F7C with #7C9B7F are triadic colors.

2 #7F9B7C and #9B7C7F with #7C9B7F are triadic colors.