COLOR #6CAB68

HEX: #6CAB68 RGB: (108,171,104)

Color info

#6CAB68 contains mainly green color. Web safe color of #6CAB68 is #669966 (or #696).

RGB color model

#6CAB68 color RGB value is (108,171,104).

RGB: (108,171,104) (42%, 67%, 41%)

RGB channels and saturation

R 108 of 255 = 42%
G 171 of 255 = 67%
B 104 of 255 = 41%

108
171
104

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

Portions of RGB colors in percentages

R + G + B = 108 + 171 + 104 = 383 (100%)
R 108 of 383 ~ 28.2%
G 171 of 383 ~ 44.65%
B 104 of 383 ~ 27.15'%

%28.2
%44.65
%27.15

CMYK color model

#6CAB68 color CMYK value is (37,0,39,33).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 39.18%
  • key color value is 32.94%

CMYK: (37,0,39,33)
C37M0Y39K33 (37%, 0%, 39%, 33%)
(0.37 / 0.00 / 0.39 / 0.33)

CMYK percentages

%36.84
%0
%39.18
%32.94

Codes

Color #6CAB68 in popluar color models

6C AB 68
RGB 108 171 104
HSL 116° 28.51% 53.92%
HSB/HSV 116° 39.18% 67.06%
CMYK 36.84% 0.00% 39.18%
32.94%

Color #6CAB68 in popluar number systems.

HEX 6C AB 68
Decimal 108 171 104
Binary 1101100 10101011 1101000
Octal 154 253 150

Shades and tints

Shades of #6CAB68

#6CAB68
(108,171,104)
#639C5F
(99,156,95)
#5A8D56
(90,141,86)
#517E4D
(81,126,77)
#486F44
(72,111,68)
#3F603B
(63,96,59)
#365132
(54,81,50)
#2D4229
(45,66,41)
#243320
(36,51,32)
#1B2417
(27,36,23)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #6CAB68

#6CAB68
(108,171,104)
#79B275
(121,178,117)
#86B982
(134,185,130)
#93C08F
(147,192,143)
#A0C79C
(160,199,156)
#ADCEA9
(173,206,169)
#BAD5B6
(186,213,182)
#C7DCC3
(199,220,195)
#D4E3D0
(212,227,208)
#E1EADD
(225,234,221)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CAB68 color. Also use rgb(108,171,104) instead hex code.

Text Font Color

.myTextColor { color: #6CAB68; }

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

This text font color is #6CAB68.

Background Color

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

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

This div background color is #6CAB68.

Border color

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

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

This div border color is #6CAB68.

Opacity

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

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

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

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

This text has shadow with #6CAB68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CAB68.

Preview

Color preview on black background

This text has color #6CAB68 on black background.


Color preview on white background

This text has color #6CAB68 on white background.


Black color preview on #6CAB68 background

This text has black color on #6CAB68 background.


White color preview on #6CAB68 background

This text has white color on #6CAB68 background.


Related colors

Complementary color

Complementary color for #hex is #935497.


I love getcolorcode.com

Triadic colors

1 #686CAB and #AB686C with #6CAB68 are triadic colors.

2 #68AB6C and #AB6C68 with #6CAB68 are triadic colors.