COLOR #7CA667

HEX: #7CA667
RGB: (124,166,103)

Color info

#7CA667 contains mainly red and green colors. Web safe color of #7CA667 is #669966 (or #696).

RGB color model

#7CA667 color RGB value is (124,166,103).

  • red value is 124;
  • green value is 166;
  • blue value is 103.
RGB:
(124,166,103)
(49%,65%,40%)

RGB channels and saturation

R 124 of 255 = 49%
G 166 of 255 = 65%
B 103 of 255 = 40%

124
166
103

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

Portions of RGB colors in percentages

R + G + B =
124 + 166 + 103 = 393 (100%)
R 124 of 393 ~ 31.55%
G 166 of 393 ~ 42.24%
B 103 of 393 ~ 26.21%

%31.55
%42.24
%26.21

CMYK color model

#7CA667 color CMYK value is (25,0,38,35).

  • cyan value is 25.30%
  • magenta value is 0.00%
  • yellow value is 37.95%
  • key color value is 34.90%
CMYK:
(25,0,38,35)
C25M0Y38K35 
(25%,0%,38%,35%)
(0.25/0.00/0.38/0.35)	

CMYK percentages

%25.3
%0
%37.95
%34.9

Codes

Color #7CA667 in popluar color models

7CA667
RGB124166103
HSL100°26.14%52.75%
HSB/HSV100°37.95%65.10%
CMYK25.30%0.00%37.95%
34.90%

Color #7CA667 in popluar number systems.

HEX7CA667
Decimal124166103
Binary1111100101001101100111
Octal174246147

Shades and tints

Shades of #7CA667

#7CA667
(124,166,103)
#71975E
(113,151,94)
#668855
(102,136,85)
#5B794C
(91,121,76)
#506A43
(80,106,67)
#455B3A
(69,91,58)
#3A4C31
(58,76,49)
#2F3D28
(47,61,40)
#242E1F
(36,46,31)
#191F16
(25,31,22)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #7CA667

#7CA667
(124,166,103)
#87AE74
(135,174,116)
#92B681
(146,182,129)
#9DBE8E
(157,190,142)
#A8C69B
(168,198,155)
#B3CEA8
(179,206,168)
#BED6B5
(190,214,181)
#C9DEC2
(201,222,194)
#D4E6CF
(212,230,207)
#DFEEDC
(223,238,220)
#EAF6E9
(234,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA667 color. Also use rgb(124,166,103) instead hex code.

Text Font Color

.myTextColor { color: #7CA667; }

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

This text font color is #7CA667.


Background Color

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

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

This div background color is #7CA667.


Border color

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

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

This div border color is #7CA667.


Opacity

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

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

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

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

This text has shadow with #7CA667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA667 on black background.


Color preview on white background

This text has color #7CA667 on white background.



Black color preview on #7CA667 background

This text has black color on #7CA667 background.


White color preview on #7CA667 background

This text has white color on #7CA667 background.