COLOR #7CB665

HEX: #7CB665
RGB: (124,182,101)

Color info

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

RGB color model

#7CB665 color RGB value is (124,182,101).

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

RGB channels and saturation

R 124 of 255 = 49%
G 182 of 255 = 71%
B 101 of 255 = 40%

124
182
101

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

Portions of RGB colors in percentages

R + G + B =
124 + 182 + 101 = 407 (100%)
R 124 of 407 ~ 30.47%
G 182 of 407 ~ 44.72%
B 101 of 407 ~ 24.82%

%30.47
%44.72
%24.82

CMYK color model

#7CB665 color CMYK value is (32,0,45,29).

  • cyan value is 31.87%
  • magenta value is 0.00%
  • yellow value is 44.51%
  • key color value is 28.63%
CMYK:
(32,0,45,29)
C32M0Y45K29 
(32%,0%,45%,29%)
(0.32/0.00/0.45/0.29)	

CMYK percentages

%31.87
%0
%44.51
%28.63

Codes

Color #7CB665 in popluar color models

7CB665
RGB124182101
HSL103°35.68%55.49%
HSB/HSV103°44.51%71.37%
CMYK31.87%0.00%44.51%
28.63%

Color #7CB665 in popluar number systems.

HEX7CB665
Decimal124182101
Binary1111100101101101100101
Octal174266145

Shades and tints

Shades of #7CB665

#7CB665
(124,182,101)
#71A65C
(113,166,92)
#669653
(102,150,83)
#5B864A
(91,134,74)
#507641
(80,118,65)
#456638
(69,102,56)
#3A562F
(58,86,47)
#2F4626
(47,70,38)
#24361D
(36,54,29)
#192614
(25,38,20)
#0E160B
(14,22,11)
#000000
(0,0,0)

Tints of #7CB665

#7CB665
(124,182,101)
#87BC73
(135,188,115)
#92C281
(146,194,129)
#9DC88F
(157,200,143)
#A8CE9D
(168,206,157)
#B3D4AB
(179,212,171)
#BEDAB9
(190,218,185)
#C9E0C7
(201,224,199)
#D4E6D5
(212,230,213)
#DFECE3
(223,236,227)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB665; }

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

This text font color is #7CB665.


Background Color

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

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

This div background color is #7CB665.


Border color

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

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

This div border color is #7CB665.


Opacity

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

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

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

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

This text has shadow with #7CB665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB665 on black background.


Color preview on white background

This text has color #7CB665 on white background.



Black color preview on #7CB665 background

This text has black color on #7CB665 background.


White color preview on #7CB665 background

This text has white color on #7CB665 background.