COLOR #7CB066

HEX: #7CB066
RGB: (124,176,102)

Color info

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

RGB color model

#7CB066 color RGB value is (124,176,102).

  • red value is 124;
  • green value is 176;
  • blue value is 102.
RGB:
(124,176,102)
(49%,69%,40%)

RGB channels and saturation

R 124 of 255 = 49%
G 176 of 255 = 69%
B 102 of 255 = 40%

124
176
102

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

Portions of RGB colors in percentages

R + G + B =
124 + 176 + 102 = 402 (100%)
R 124 of 402 ~ 30.85%
G 176 of 402 ~ 43.78%
B 102 of 402 ~ 25.37%

%30.85
%43.78
%25.37

CMYK color model

#7CB066 color CMYK value is (30,0,42,31).

  • cyan value is 29.55%
  • magenta value is 0.00%
  • yellow value is 42.05%
  • key color value is 30.98%
CMYK:
(30,0,42,31)
C30M0Y42K31 
(30%,0%,42%,31%)
(0.30/0.00/0.42/0.31)	

CMYK percentages

%29.55
%0
%42.05
%30.98

Codes

Color #7CB066 in popluar color models

7CB066
RGB124176102
HSL102°31.90%54.51%
HSB/HSV102°42.05%69.02%
CMYK29.55%0.00%42.05%
30.98%

Color #7CB066 in popluar number systems.

HEX7CB066
Decimal124176102
Binary1111100101100001100110
Octal174260146

Shades and tints

Shades of #7CB066

#7CB066
(124,176,102)
#71A05D
(113,160,93)
#669054
(102,144,84)
#5B804B
(91,128,75)
#507042
(80,112,66)
#456039
(69,96,57)
#3A5030
(58,80,48)
#2F4027
(47,64,39)
#24301E
(36,48,30)
#192015
(25,32,21)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #7CB066

#7CB066
(124,176,102)
#87B773
(135,183,115)
#92BE80
(146,190,128)
#9DC58D
(157,197,141)
#A8CC9A
(168,204,154)
#B3D3A7
(179,211,167)
#BEDAB4
(190,218,180)
#C9E1C1
(201,225,193)
#D4E8CE
(212,232,206)
#DFEFDB
(223,239,219)
#EAF6E8
(234,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB066 color. Also use rgb(124,176,102) instead hex code.

Text Font Color

.myTextColor { color: #7CB066; }

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

This text font color is #7CB066.


Background Color

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

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

This div background color is #7CB066.


Border color

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

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

This div border color is #7CB066.


Opacity

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

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

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

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

This text has shadow with #7CB066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB066 on black background.


Color preview on white background

This text has color #7CB066 on white background.



Black color preview on #7CB066 background

This text has black color on #7CB066 background.


White color preview on #7CB066 background

This text has white color on #7CB066 background.