COLOR #7CB67A

HEX: #7CB67A
RGB: (124,182,122)

Color info

#7CB67A contains mainly red and green colors. Web safe color of #7CB67A is #66CC66 (or #6C6).

RGB color model

#7CB67A color RGB value is (124,182,122).

  • red value is 124;
  • green value is 182;
  • blue value is 122.
RGB:
(124,182,122)
(49%,71%,48%)

RGB channels and saturation

R 124 of 255 = 49%
G 182 of 255 = 71%
B 122 of 255 = 48%

124
182
122

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

Portions of RGB colors in percentages

R + G + B =
124 + 182 + 122 = 428 (100%)
R 124 of 428 ~ 28.97%
G 182 of 428 ~ 42.52%
B 122 of 428 ~ 28.5%

%28.97
%42.52
%28.5

CMYK color model

#7CB67A color CMYK value is (32,0,33,29).

  • cyan value is 31.87%
  • magenta value is 0.00%
  • yellow value is 32.97%
  • key color value is 28.63%
CMYK:
(32,0,33,29)
C32M0Y33K29 
(32%,0%,33%,29%)
(0.32/0.00/0.33/0.29)	

CMYK percentages

%31.87
%0
%32.97
%28.63

Codes

Color #7CB67A in popluar color models

7CB67A
RGB124182122
HSL118°29.13%59.61%
HSB/HSV118°32.97%71.37%
CMYK31.87%0.00%32.97%
28.63%

Color #7CB67A in popluar number systems.

HEX7CB67A
Decimal124182122
Binary1111100101101101111010
Octal174266172

Shades and tints

Shades of #7CB67A

#7CB67A
(124,182,122)
#71A66F
(113,166,111)
#669664
(102,150,100)
#5B8659
(91,134,89)
#50764E
(80,118,78)
#456643
(69,102,67)
#3A5638
(58,86,56)
#2F462D
(47,70,45)
#243622
(36,54,34)
#192617
(25,38,23)
#0E160C
(14,22,12)
#000000
(0,0,0)

Tints of #7CB67A

#7CB67A
(124,182,122)
#87BC86
(135,188,134)
#92C292
(146,194,146)
#9DC89E
(157,200,158)
#A8CEAA
(168,206,170)
#B3D4B6
(179,212,182)
#BEDAC2
(190,218,194)
#C9E0CE
(201,224,206)
#D4E6DA
(212,230,218)
#DFECE6
(223,236,230)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB67A color. Also use rgb(124,182,122) instead hex code.

Text Font Color

.myTextColor { color: #7CB67A; }

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

This text font color is #7CB67A.


Background Color

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

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

This div background color is #7CB67A.


Border color

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

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

This div border color is #7CB67A.


Opacity

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

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

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

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

This text has shadow with #7CB67A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB67A on black background.


Color preview on white background

This text has color #7CB67A on white background.



Black color preview on #7CB67A background

This text has black color on #7CB67A background.


White color preview on #7CB67A background

This text has white color on #7CB67A background.