COLOR #7CA87D

HEX: #7CA87D
RGB: (124,168,125)

Color info

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

RGB color model

#7CA87D color RGB value is (124,168,125).

  • red value is 124;
  • green value is 168;
  • blue value is 125.
RGB:
(124,168,125)
(49%,66%,49%)

RGB channels and saturation

R 124 of 255 = 49%
G 168 of 255 = 66%
B 125 of 255 = 49%

124
168
125

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

Portions of RGB colors in percentages

R + G + B =
124 + 168 + 125 = 417 (100%)
R 124 of 417 ~ 29.74%
G 168 of 417 ~ 40.29%
B 125 of 417 ~ 29.98%

%29.74
%40.29
%29.98

CMYK color model

#7CA87D color CMYK value is (26,0,26,34).

  • cyan value is 26.19%
  • magenta value is 0.00%
  • yellow value is 25.60%
  • key color value is 34.12%
CMYK:
(26,0,26,34)
C26M0Y26K34 
(26%,0%,26%,34%)
(0.26/0.00/0.26/0.34)	

CMYK percentages

%26.19
%0
%25.6
%34.12

Codes

Color #7CA87D in popluar color models

7CA87D
RGB124168125
HSL121°20.18%57.25%
HSB/HSV121°26.19%65.88%
CMYK26.19%0.00%25.60%
34.12%

Color #7CA87D in popluar number systems.

HEX7CA87D
Decimal124168125
Binary1111100101010001111101
Octal174250175

Shades and tints

Shades of #7CA87D

#7CA87D
(124,168,125)
#719972
(113,153,114)
#668A67
(102,138,103)
#5B7B5C
(91,123,92)
#506C51
(80,108,81)
#455D46
(69,93,70)
#3A4E3B
(58,78,59)
#2F3F30
(47,63,48)
#243025
(36,48,37)
#19211A
(25,33,26)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #7CA87D

#7CA87D
(124,168,125)
#87AF88
(135,175,136)
#92B693
(146,182,147)
#9DBD9E
(157,189,158)
#A8C4A9
(168,196,169)
#B3CBB4
(179,203,180)
#BED2BF
(190,210,191)
#C9D9CA
(201,217,202)
#D4E0D5
(212,224,213)
#DFE7E0
(223,231,224)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA87D color. Also use rgb(124,168,125) instead hex code.

Text Font Color

.myTextColor { color: #7CA87D; }

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

This text font color is #7CA87D.


Background Color

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

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

This div background color is #7CA87D.


Border color

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

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

This div border color is #7CA87D.


Opacity

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

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

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

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

This text has shadow with #7CA87D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA87D on black background.


Color preview on white background

This text has color #7CA87D on white background.



Black color preview on #7CA87D background

This text has black color on #7CA87D background.


White color preview on #7CA87D background

This text has white color on #7CA87D background.