COLOR #6C9160

HEX: #6C9160 RGB: (108,145,96)

Color info

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

RGB color model

#6C9160 color RGB value is (108,145,96).

RGB: (108,145,96) (42%, 57%, 38%)

RGB channels and saturation

R 108 of 255 = 42%
G 145 of 255 = 57%
B 96 of 255 = 38%

108
145
96

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

Portions of RGB colors in percentages

R + G + B = 108 + 145 + 96 = 349 (100%)
R 108 of 349 ~ 30.95%
G 145 of 349 ~ 41.55%
B 96 of 349 ~ 27.51'%

%30.95
%41.55
%27.51

CMYK color model

#6C9160 color CMYK value is (26,0,34,43).

  • cyan value is 25.52%
  • magenta value is 0.00%
  • yellow value is 33.79%
  • key color value is 43.14%

CMYK: (26,0,34,43)
C26M0Y34K43 (26%, 0%, 34%, 43%)
(0.26 / 0.00 / 0.34 / 0.43)

CMYK percentages

%25.52
%0
%33.79
%43.14

Codes

Color #6C9160 in popluar color models

6C 91 60
RGB 108 145 96
HSL 105° 20.33% 47.25%
HSB/HSV 105° 33.79% 56.86%
CMYK 25.52% 0.00% 33.79%
43.14%

Color #6C9160 in popluar number systems.

HEX 6C 91 60
Decimal 108 145 96
Binary 1101100 10010001 1100000
Octal 154 221 140

Shades and tints

Shades of #6C9160

#6C9160
(108,145,96)
#638458
(99,132,88)
#5A7750
(90,119,80)
#516A48
(81,106,72)
#485D40
(72,93,64)
#3F5038
(63,80,56)
#364330
(54,67,48)
#2D3628
(45,54,40)
#242920
(36,41,32)
#1B1C18
(27,28,24)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #6C9160

#6C9160
(108,145,96)
#799B6E
(121,155,110)
#86A57C
(134,165,124)
#93AF8A
(147,175,138)
#A0B998
(160,185,152)
#ADC3A6
(173,195,166)
#BACDB4
(186,205,180)
#C7D7C2
(199,215,194)
#D4E1D0
(212,225,208)
#E1EBDE
(225,235,222)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9160 color. Also use rgb(108,145,96) instead hex code.

Text Font Color

.myTextColor { color: #6C9160; }

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

This text font color is #6C9160.

Background Color

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

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

This div background color is #6C9160.

Border color

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

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

This div border color is #6C9160.

Opacity

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

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

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

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

This text has shadow with #6C9160 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C9160.

Preview

Color preview on black background

This text has color #6C9160 on black background.


Color preview on white background

This text has color #6C9160 on white background.


Black color preview on #6C9160 background

This text has black color on #6C9160 background.


White color preview on #6C9160 background

This text has white color on #6C9160 background.


Related colors

Complementary color

Complementary color for #hex is #936E9F.


I love getcolorcode.com

Triadic colors

1 #606C91 and #91606C with #6C9160 are triadic colors.

2 #60916C and #916C60 with #6C9160 are triadic colors.