COLOR #6CA155

HEX: #6CA155
RGB: (108,161,85)

Color info

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

RGB color model

#6CA155 color RGB value is (108,161,85).

  • red value is 108;
  • green value is 161;
  • blue value is 85.
RGB:
(108,161,85)
(42%,63%,33%)

RGB channels and saturation

R 108 of 255 = 42%
G 161 of 255 = 63%
B 85 of 255 = 33%

108
161
85

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

Portions of RGB colors in percentages

R + G + B =
108 + 161 + 85 = 354 (100%)
R 108 of 354 ~ 30.51%
G 161 of 354 ~ 45.48%
B 85 of 354 ~ 24.01%

%30.51
%45.48
%24.01

CMYK color model

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

  • cyan value is 32.92%
  • magenta value is 0.00%
  • yellow value is 47.20%
  • 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
%47.2
%36.86

Codes

Color #6CA155 in popluar color models

6CA155
RGB10816185
HSL102°30.89%48.24%
HSB/HSV102°47.20%63.14%
CMYK32.92%0.00%47.20%
36.86%

Color #6CA155 in popluar number systems.

HEX6CA155
Decimal10816185
Binary1101100101000011010101
Octal154241125

Shades and tints

Shades of #6CA155

#6CA155
(108,161,85)
#63934E
(99,147,78)
#5A8547
(90,133,71)
#517740
(81,119,64)
#486939
(72,105,57)
#3F5B32
(63,91,50)
#364D2B
(54,77,43)
#2D3F24
(45,63,36)
#24311D
(36,49,29)
#1B2316
(27,35,22)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #6CA155

#6CA155
(108,161,85)
#79A964
(121,169,100)
#86B173
(134,177,115)
#93B982
(147,185,130)
#A0C191
(160,193,145)
#ADC9A0
(173,201,160)
#BAD1AF
(186,209,175)
#C7D9BE
(199,217,190)
#D4E1CD
(212,225,205)
#E1E9DC
(225,233,220)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA155; }

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

This text font color is #6CA155.


Background Color

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

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

This div background color is #6CA155.


Border color

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

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

This div border color is #6CA155.


Opacity

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

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

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

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

This text has shadow with #6CA155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA155 on black background.


Color preview on white background

This text has color #6CA155 on white background.



Black color preview on #6CA155 background

This text has black color on #6CA155 background.


White color preview on #6CA155 background

This text has white color on #6CA155 background.