COLOR #6CA156

HEX: #6CA156 RGB: (108,161,86)

Color info

#6CA156 contains mainly red and green colors. Web safe color of #6CA156 is #669966 (or #696).

RGB color model

#6CA156 color RGB value is (108,161,86).

RGB: (108,161,86) (42%, 63%, 34%)

RGB channels and saturation

R 108 of 255 = 42%
G 161 of 255 = 63%
B 86 of 255 = 34%

108
161
86

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

Portions of RGB colors in percentages

R + G + B = 108 + 161 + 86 = 355 (100%)
R 108 of 355 ~ 30.42%
G 161 of 355 ~ 45.35%
B 86 of 355 ~ 24.23'%

%30.42
%45.35
%24.23

CMYK color model

#6CA156 color CMYK value is (33,0,47,37).

  • cyan value is 32.92%
  • magenta value is 0.00%
  • yellow value is 46.58%
  • key color value is 36.86%

CMYK: (33,0,47,37)
C33M0Y47K37 (33%, 0%, 47%, 37%)
(0.33 / 0.00 / 0.47 / 0.37)

CMYK percentages

%32.92
%0
%46.58
%36.86

Codes

Color #6CA156 in popluar color models

6C A1 56
RGB 108 161 86
HSL 102° 30.36% 48.43%
HSB/HSV 102° 46.58% 63.14%
CMYK 32.92% 0.00% 46.58%
36.86%

Color #6CA156 in popluar number systems.

HEX 6C A1 56
Decimal 108 161 86
Binary 1101100 10100001 1010110
Octal 154 241 126

Shades and tints

Shades of #6CA156

#6CA156
(108,161,86)
#63934F
(99,147,79)
#5A8548
(90,133,72)
#517741
(81,119,65)
#48693A
(72,105,58)
#3F5B33
(63,91,51)
#364D2C
(54,77,44)
#2D3F25
(45,63,37)
#24311E
(36,49,30)
#1B2317
(27,35,23)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #6CA156

#6CA156
(108,161,86)
#79A965
(121,169,101)
#86B174
(134,177,116)
#93B983
(147,185,131)
#A0C192
(160,193,146)
#ADC9A1
(173,201,161)
#BAD1B0
(186,209,176)
#C7D9BF
(199,217,191)
#D4E1CE
(212,225,206)
#E1E9DD
(225,233,221)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA156 color. Also use rgb(108,161,86) instead hex code.

Text Font Color

.myTextColor { color: #6CA156; }

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

This text font color is #6CA156.

Background Color

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

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

This div background color is #6CA156.

Border color

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

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

This div border color is #6CA156.

Opacity

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

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

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

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

This text has shadow with #6CA156 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA156.

Preview

Color preview on black background

This text has color #6CA156 on black background.


Color preview on white background

This text has color #6CA156 on white background.


Black color preview on #6CA156 background

This text has black color on #6CA156 background.


White color preview on #6CA156 background

This text has white color on #6CA156 background.


Related colors

Complementary color

Complementary color for #hex is #935EA9.


I love getcolorcode.com

Triadic colors

1 #566CA1 and #A1566C with #6CA156 are triadic colors.

2 #56A16C and #A16C56 with #6CA156 are triadic colors.