COLOR #6C995D

HEX: #6C995D
RGB: (108,153,93)

Color info

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

RGB color model

#6C995D color RGB value is (108,153,93).

  • red value is 108;
  • green value is 153;
  • blue value is 93.
RGB:
(108,153,93)
(42%,60%,36%)

RGB channels and saturation

R 108 of 255 = 42%
G 153 of 255 = 60%
B 93 of 255 = 36%

108
153
93

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

Portions of RGB colors in percentages

R + G + B =
108 + 153 + 93 = 354 (100%)
R 108 of 354 ~ 30.51%
G 153 of 354 ~ 43.22%
B 93 of 354 ~ 26.27%

%30.51
%43.22
%26.27

CMYK color model

#6C995D color CMYK value is (29,0,39,40).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 39.22%
  • key color value is 40.00%
CMYK:
(29,0,39,40)
C29M0Y39K40 
(29%,0%,39%,40%)
(0.29/0.00/0.39/0.40)	

CMYK percentages

%29.41
%0
%39.22
%40

Codes

Color #6C995D in popluar color models

6C995D
RGB10815393
HSL105°24.39%48.24%
HSB/HSV105°39.22%60.00%
CMYK29.41%0.00%39.22%
40.00%

Color #6C995D in popluar number systems.

HEX6C995D
Decimal10815393
Binary1101100100110011011101
Octal154231135

Shades and tints

Shades of #6C995D

#6C995D
(108,153,93)
#638C55
(99,140,85)
#5A7F4D
(90,127,77)
#517245
(81,114,69)
#48653D
(72,101,61)
#3F5835
(63,88,53)
#364B2D
(54,75,45)
#2D3E25
(45,62,37)
#24311D
(36,49,29)
#1B2415
(27,36,21)
#12170D
(18,23,13)
#000000
(0,0,0)

Tints of #6C995D

#6C995D
(108,153,93)
#79A26B
(121,162,107)
#86AB79
(134,171,121)
#93B487
(147,180,135)
#A0BD95
(160,189,149)
#ADC6A3
(173,198,163)
#BACFB1
(186,207,177)
#C7D8BF
(199,216,191)
#D4E1CD
(212,225,205)
#E1EADB
(225,234,219)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C995D; }

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

This text font color is #6C995D.


Background Color

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

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

This div background color is #6C995D.


Border color

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

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

This div border color is #6C995D.


Opacity

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

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

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

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

This text has shadow with #6C995D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C995D on black background.


Color preview on white background

This text has color #6C995D on white background.



Black color preview on #6C995D background

This text has black color on #6C995D background.


White color preview on #6C995D background

This text has white color on #6C995D background.