COLOR #6CA57E

HEX: #6CA57E RGB: (108,165,126)

Color info

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

RGB color model

#6CA57E color RGB value is (108,165,126).

RGB: (108,165,126) (42%, 65%, 49%)

RGB channels and saturation

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

108
165
126

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

Portions of RGB colors in percentages

R + G + B = 108 + 165 + 126 = 399 (100%)
R 108 of 399 ~ 27.07%
G 165 of 399 ~ 41.35%
B 126 of 399 ~ 31.58'%

%27.07
%41.35
%31.58

CMYK color model

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

  • cyan value is 34.55%
  • magenta value is 0.00%
  • yellow value is 23.64%
  • 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
%23.64
%35.29

Codes

Color #6CA57E in popluar color models

6C A5 7E
RGB 108 165 126
HSL 139° 24.05% 53.53%
HSB/HSV 139° 34.55% 64.71%
CMYK 34.55% 0.00% 23.64%
35.29%

Color #6CA57E in popluar number systems.

HEX 6C A5 7E
Decimal 108 165 126
Binary 1101100 10100101 1111110
Octal 154 245 176

Shades and tints

Shades of #6CA57E

#6CA57E
(108,165,126)
#639673
(99,150,115)
#5A8768
(90,135,104)
#51785D
(81,120,93)
#486952
(72,105,82)
#3F5A47
(63,90,71)
#364B3C
(54,75,60)
#2D3C31
(45,60,49)
#242D26
(36,45,38)
#1B1E1B
(27,30,27)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #6CA57E

#6CA57E
(108,165,126)
#79AD89
(121,173,137)
#86B594
(134,181,148)
#93BD9F
(147,189,159)
#A0C5AA
(160,197,170)
#ADCDB5
(173,205,181)
#BAD5C0
(186,213,192)
#C7DDCB
(199,221,203)
#D4E5D6
(212,229,214)
#E1EDE1
(225,237,225)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA57E; }

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

This text font color is #6CA57E.

Background Color

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

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

This div background color is #6CA57E.

Border color

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

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

This div border color is #6CA57E.

Opacity

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

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

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

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

This text has shadow with #6CA57E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA57E.

Preview

Color preview on black background

This text has color #6CA57E on black background.


Color preview on white background

This text has color #6CA57E on white background.


Black color preview on #6CA57E background

This text has black color on #6CA57E background.


White color preview on #6CA57E background

This text has white color on #6CA57E background.


Related colors

Complementary color

Complementary color for #hex is #935A81.


I love getcolorcode.com

Triadic colors

1 #7E6CA5 and #A57E6C with #6CA57E are triadic colors.

2 #7EA56C and #A56C7E with #6CA57E are triadic colors.