COLOR #6C9965

HEX: #6C9965
RGB: (108,153,101)

Color info

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

RGB color model

#6C9965 color RGB value is (108,153,101).

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

RGB channels and saturation

R 108 of 255 = 42%
G 153 of 255 = 60%
B 101 of 255 = 40%

108
153
101

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

Portions of RGB colors in percentages

R + G + B =
108 + 153 + 101 = 362 (100%)
R 108 of 362 ~ 29.83%
G 153 of 362 ~ 42.27%
B 101 of 362 ~ 27.9%

%29.83
%42.27
%27.9

CMYK color model

#6C9965 color CMYK value is (29,0,34,40).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 33.99%
  • key color value is 40.00%
CMYK:
(29,0,34,40)
C29M0Y34K40 
(29%,0%,34%,40%)
(0.29/0.00/0.34/0.40)	

CMYK percentages

%29.41
%0
%33.99
%40

Codes

Color #6C9965 in popluar color models

6C9965
RGB108153101
HSL112°20.47%49.80%
HSB/HSV112°33.99%60.00%
CMYK29.41%0.00%33.99%
40.00%

Color #6C9965 in popluar number systems.

HEX6C9965
Decimal108153101
Binary1101100100110011100101
Octal154231145

Shades and tints

Shades of #6C9965

#6C9965
(108,153,101)
#638C5C
(99,140,92)
#5A7F53
(90,127,83)
#51724A
(81,114,74)
#486541
(72,101,65)
#3F5838
(63,88,56)
#364B2F
(54,75,47)
#2D3E26
(45,62,38)
#24311D
(36,49,29)
#1B2414
(27,36,20)
#12170B
(18,23,11)
#000000
(0,0,0)

Tints of #6C9965

#6C9965
(108,153,101)
#79A273
(121,162,115)
#86AB81
(134,171,129)
#93B48F
(147,180,143)
#A0BD9D
(160,189,157)
#ADC6AB
(173,198,171)
#BACFB9
(186,207,185)
#C7D8C7
(199,216,199)
#D4E1D5
(212,225,213)
#E1EAE3
(225,234,227)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9965; }

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

This text font color is #6C9965.


Background Color

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

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

This div background color is #6C9965.


Border color

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

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

This div border color is #6C9965.


Opacity

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

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

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

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

This text has shadow with #6C9965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9965 on black background.


Color preview on white background

This text has color #6C9965 on white background.



Black color preview on #6C9965 background

This text has black color on #6C9965 background.


White color preview on #6C9965 background

This text has white color on #6C9965 background.