COLOR #6CA57D

HEX: #6CA57D
RGB: (108,165,125)

Color info

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

RGB color model

#6CA57D color RGB value is (108,165,125).

  • red value is 108;
  • green value is 165;
  • blue value is 125.
RGB:
(108,165,125)
(42%,65%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 165 of 255 = 65%
B 125 of 255 = 49%

108
165
125

R + G + B ~ 52%. #6CA57D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
108 + 165 + 125 = 398 (100%)
R 108 of 398 ~ 27.14%
G 165 of 398 ~ 41.46%
B 125 of 398 ~ 31.41%

%27.14
%41.46
%31.41

CMYK color model

#6CA57D color CMYK value is (35,0,24,35).

  • cyan value is 34.55%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 35.29%
CMYK:
(35,0,24,35)
C35M0Y24K35 
(35%,0%,24%,35%)
(0.35/0.00/0.24/0.35)	

CMYK percentages

%34.55
%0
%24.24
%35.29

Codes

Color #6CA57D in popluar color models

6CA57D
RGB108165125
HSL138°24.05%53.53%
HSB/HSV138°34.55%64.71%
CMYK34.55%0.00%24.24%
35.29%

Color #6CA57D in popluar number systems.

HEX6CA57D
Decimal108165125
Binary1101100101001011111101
Octal154245175

Shades and tints

Shades of #6CA57D

#6CA57D
(108,165,125)
#639672
(99,150,114)
#5A8767
(90,135,103)
#51785C
(81,120,92)
#486951
(72,105,81)
#3F5A46
(63,90,70)
#364B3B
(54,75,59)
#2D3C30
(45,60,48)
#242D25
(36,45,37)
#1B1E1A
(27,30,26)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #6CA57D

#6CA57D
(108,165,125)
#79AD88
(121,173,136)
#86B593
(134,181,147)
#93BD9E
(147,189,158)
#A0C5A9
(160,197,169)
#ADCDB4
(173,205,180)
#BAD5BF
(186,213,191)
#C7DDCA
(199,221,202)
#D4E5D5
(212,229,213)
#E1EDE0
(225,237,224)
#EEF5EB
(238,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA57D color. Also use rgb(108,165,125) instead hex code.

Text Font Color

.myTextColor { color: #6CA57D; }

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

This text font color is #6CA57D.


Background Color

.myBgColor { background-color: #6CA57D; }

<div style="background-color:#6CA57D">Inner text</div>

This div background color is #6CA57D.


Border color

.myBorderColor { border: 1px solid #6CA57D; }

<div style="border:3px solid #6CA57D">Div</div>

This div border color is #6CA57D.


Opacity

.myOpacity80 { color: #6CA57D; opacity: 0.8; }

<p style="color:#6CA57D;opacity:0.8;">80%</p>

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

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

This text has shadow with #6CA57D color.

.textShadow {text-shadow: 3px 3px 1px #6CA57D, 3px 3px 1px red;}

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

This text has shadow with #6CA57D primary color and red secondary color.


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

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

This text has shadow with #6CA57D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA57D on black background.


Color preview on white background

This text has color #6CA57D on white background.



Black color preview on #6CA57D background

This text has black color on #6CA57D background.


White color preview on #6CA57D background

This text has white color on #6CA57D background.