COLOR #6CA57B

HEX: #6CA57B RGB: (108,165,123)

Color info

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

RGB color model

#6CA57B color RGB value is (108,165,123).

RGB: (108,165,123) (42%, 65%, 48%)

RGB channels and saturation

R 108 of 255 = 42%
G 165 of 255 = 65%
B 123 of 255 = 48%

108
165
123

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

Portions of RGB colors in percentages

R + G + B = 108 + 165 + 123 = 396 (100%)
R 108 of 396 ~ 27.27%
G 165 of 396 ~ 41.67%
B 123 of 396 ~ 31.06'%

%27.27
%41.67
%31.06

CMYK color model

#6CA57B color CMYK value is (35,0,25,35).

  • cyan value is 34.55%
  • magenta value is 0.00%
  • yellow value is 25.45%
  • key color value is 35.29%
CMYK: (35,0,25,35) C35M0Y25K35 (35%,0%,25%,35%) (0.35/0.00/0.25/0.35) 

CMYK percentages

%34.55
%0
%25.45
%35.29

Codes

Color #6CA57B in popluar color models

6C A5 7B
RGB 108 165 123
HSL 136° 24.05% 53.53%
HSB/HSV 136° 34.55% 64.71%
CMYK 34.55% 0.00% 25.45%
35.29%

Color #6CA57B in popluar number systems.

HEX 6C A5 7B
Decimal 108 165 123
Binary 1101100 10100101 1111011
Octal 154 245 173

Shades and tints

Shades of #6CA57B

#6CA57B
(108,165,123)
#639670
(99,150,112)
#5A8765
(90,135,101)
#51785A
(81,120,90)
#48694F
(72,105,79)
#3F5A44
(63,90,68)
#364B39
(54,75,57)
#2D3C2E
(45,60,46)
#242D23
(36,45,35)
#1B1E18
(27,30,24)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #6CA57B

#6CA57B
(108,165,123)
#79AD87
(121,173,135)
#86B593
(134,181,147)
#93BD9F
(147,189,159)
#A0C5AB
(160,197,171)
#ADCDB7
(173,205,183)
#BAD5C3
(186,213,195)
#C7DDCF
(199,221,207)
#D4E5DB
(212,229,219)
#E1EDE7
(225,237,231)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA57B; }

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

This text font color is #6CA57B.

Background Color

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

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

This div background color is #6CA57B.

Border color

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

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

This div border color is #6CA57B.

Opacity

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

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

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

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

This text has shadow with #6CA57B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA57B.

Preview

Color preview on black background

This text has color #6CA57B on black background.


Color preview on white background

This text has color #6CA57B on white background.


Black color preview on #6CA57B background

This text has black color on #6CA57B background.


White color preview on #6CA57B background

This text has white color on #6CA57B background.


Related colors

Complementary color

Complementary color for #hex is #935A84.


I love getcolorcode.com

Triadic colors

1 #7B6CA5 and #A57B6C with #6CA57B are triadic colors.

2 #7BA56C and #A56C7B with #6CA57B are triadic colors.