COLOR #6CA269

HEX: #6CA269
RGB: (108,162,105)

Color info

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

RGB color model

#6CA269 color RGB value is (108,162,105).

  • red value is 108;
  • green value is 162;
  • blue value is 105.
RGB:
(108,162,105)
(42%,64%,41%)

RGB channels and saturation

R 108 of 255 = 42%
G 162 of 255 = 64%
B 105 of 255 = 41%

108
162
105

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

Portions of RGB colors in percentages

R + G + B =
108 + 162 + 105 = 375 (100%)
R 108 of 375 ~ 28.8%
G 162 of 375 ~ 43.2%
B 105 of 375 ~ 28%

%28.8
%43.2
%28

CMYK color model

#6CA269 color CMYK value is (33,0,35,36).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 35.19%
  • key color value is 36.47%
CMYK:
(33,0,35,36)
C33M0Y35K36 
(33%,0%,35%,36%)
(0.33/0.00/0.35/0.36)	

CMYK percentages

%33.33
%0
%35.19
%36.47

Codes

Color #6CA269 in popluar color models

6CA269
RGB108162105
HSL117°23.46%52.35%
HSB/HSV117°35.19%63.53%
CMYK33.33%0.00%35.19%
36.47%

Color #6CA269 in popluar number systems.

HEX6CA269
Decimal108162105
Binary1101100101000101101001
Octal154242151

Shades and tints

Shades of #6CA269

#6CA269
(108,162,105)
#639460
(99,148,96)
#5A8657
(90,134,87)
#51784E
(81,120,78)
#486A45
(72,106,69)
#3F5C3C
(63,92,60)
#364E33
(54,78,51)
#2D402A
(45,64,42)
#243221
(36,50,33)
#1B2418
(27,36,24)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #6CA269

#6CA269
(108,162,105)
#79AA76
(121,170,118)
#86B283
(134,178,131)
#93BA90
(147,186,144)
#A0C29D
(160,194,157)
#ADCAAA
(173,202,170)
#BAD2B7
(186,210,183)
#C7DAC4
(199,218,196)
#D4E2D1
(212,226,209)
#E1EADE
(225,234,222)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA269 color. Also use rgb(108,162,105) instead hex code.

Text Font Color

.myTextColor { color: #6CA269; }

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

This text font color is #6CA269.


Background Color

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

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

This div background color is #6CA269.


Border color

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

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

This div border color is #6CA269.


Opacity

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

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

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

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

This text has shadow with #6CA269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA269 on black background.


Color preview on white background

This text has color #6CA269 on white background.



Black color preview on #6CA269 background

This text has black color on #6CA269 background.


White color preview on #6CA269 background

This text has white color on #6CA269 background.