COLOR #7CAB60

HEX: #7CAB60
RGB: (124,171,96)

Color info

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

RGB color model

#7CAB60 color RGB value is (124,171,96).

  • red value is 124;
  • green value is 171;
  • blue value is 96.
RGB:
(124,171,96)
(49%,67%,38%)

RGB channels and saturation

R 124 of 255 = 49%
G 171 of 255 = 67%
B 96 of 255 = 38%

124
171
96

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

Portions of RGB colors in percentages

R + G + B =
124 + 171 + 96 = 391 (100%)
R 124 of 391 ~ 31.71%
G 171 of 391 ~ 43.73%
B 96 of 391 ~ 24.55%

%31.71
%43.73
%24.55

CMYK color model

#7CAB60 color CMYK value is (27,0,44,33).

  • cyan value is 27.49%
  • magenta value is 0.00%
  • yellow value is 43.86%
  • key color value is 32.94%
CMYK:
(27,0,44,33)
C27M0Y44K33 
(27%,0%,44%,33%)
(0.27/0.00/0.44/0.33)	

CMYK percentages

%27.49
%0
%43.86
%32.94

Codes

Color #7CAB60 in popluar color models

7CAB60
RGB12417196
HSL98°30.86%52.35%
HSB/HSV98°43.86%67.06%
CMYK27.49%0.00%43.86%
32.94%

Color #7CAB60 in popluar number systems.

HEX7CAB60
Decimal12417196
Binary1111100101010111100000
Octal174253140

Shades and tints

Shades of #7CAB60

#7CAB60
(124,171,96)
#719C58
(113,156,88)
#668D50
(102,141,80)
#5B7E48
(91,126,72)
#506F40
(80,111,64)
#456038
(69,96,56)
#3A5130
(58,81,48)
#2F4228
(47,66,40)
#243320
(36,51,32)
#192418
(25,36,24)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #7CAB60

#7CAB60
(124,171,96)
#87B26E
(135,178,110)
#92B97C
(146,185,124)
#9DC08A
(157,192,138)
#A8C798
(168,199,152)
#B3CEA6
(179,206,166)
#BED5B4
(190,213,180)
#C9DCC2
(201,220,194)
#D4E3D0
(212,227,208)
#DFEADE
(223,234,222)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CAB60 color. Also use rgb(124,171,96) instead hex code.

Text Font Color

.myTextColor { color: #7CAB60; }

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

This text font color is #7CAB60.


Background Color

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

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

This div background color is #7CAB60.


Border color

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

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

This div border color is #7CAB60.


Opacity

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

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

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

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

This text has shadow with #7CAB60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CAB60 on black background.


Color preview on white background

This text has color #7CAB60 on white background.



Black color preview on #7CAB60 background

This text has black color on #7CAB60 background.


White color preview on #7CAB60 background

This text has white color on #7CAB60 background.