COLOR #6C955D

HEX: #6C955D RGB: (108,149,93)

Color info

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

RGB color model

#6C955D color RGB value is (108,149,93).

RGB: (108,149,93) (42%, 58%, 36%)

RGB channels and saturation

R 108 of 255 = 42%
G 149 of 255 = 58%
B 93 of 255 = 36%

108
149
93

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

Portions of RGB colors in percentages

R + G + B = 108 + 149 + 93 = 350 (100%)
R 108 of 350 ~ 30.86%
G 149 of 350 ~ 42.57%
B 93 of 350 ~ 26.57'%

%30.86
%42.57
%26.57

CMYK color model

#6C955D color CMYK value is (28,0,38,42).

  • cyan value is 27.52%
  • magenta value is 0.00%
  • yellow value is 37.58%
  • key color value is 41.57%

CMYK: (28,0,38,42)
C28M0Y38K42 (28%, 0%, 38%, 42%)
(0.28 / 0.00 / 0.38 / 0.42)

CMYK percentages

%27.52
%0
%37.58
%41.57

Codes

Color #6C955D in popluar color models

6C 95 5D
RGB 108 149 93
HSL 104° 23.14% 47.45%
HSB/HSV 104° 37.58% 58.43%
CMYK 27.52% 0.00% 37.58%
41.57%

Color #6C955D in popluar number systems.

HEX 6C 95 5D
Decimal 108 149 93
Binary 1101100 10010101 1011101
Octal 154 225 135

Shades and tints

Shades of #6C955D

#6C955D
(108,149,93)
#638855
(99,136,85)
#5A7B4D
(90,123,77)
#516E45
(81,110,69)
#48613D
(72,97,61)
#3F5435
(63,84,53)
#36472D
(54,71,45)
#2D3A25
(45,58,37)
#242D1D
(36,45,29)
#1B2015
(27,32,21)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #6C955D

#6C955D
(108,149,93)
#799E6B
(121,158,107)
#86A779
(134,167,121)
#93B087
(147,176,135)
#A0B995
(160,185,149)
#ADC2A3
(173,194,163)
#BACBB1
(186,203,177)
#C7D4BF
(199,212,191)
#D4DDCD
(212,221,205)
#E1E6DB
(225,230,219)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C955D color. Also use rgb(108,149,93) instead hex code.

Text Font Color

.myTextColor { color: #6C955D; }

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

This text font color is #6C955D.

Background Color

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

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

This div background color is #6C955D.

Border color

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

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

This div border color is #6C955D.

Opacity

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

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

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

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

This text has shadow with #6C955D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C955D.

Preview

Color preview on black background

This text has color #6C955D on black background.


Color preview on white background

This text has color #6C955D on white background.


Black color preview on #6C955D background

This text has black color on #6C955D background.


White color preview on #6C955D background

This text has white color on #6C955D background.


Related colors

Complementary color

Complementary color for #hex is #936AA2.


I love getcolorcode.com

Triadic colors

1 #5D6C95 and #955D6C with #6C955D are triadic colors.

2 #5D956C and #956C5D with #6C955D are triadic colors.