COLOR #6C9962

HEX: #6C9962
RGB: (108,153,98)

Color info

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

RGB color model

#6C9962 color RGB value is (108,153,98).

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

RGB channels and saturation

R 108 of 255 = 42%
G 153 of 255 = 60%
B 98 of 255 = 38%

108
153
98

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

Portions of RGB colors in percentages

R + G + B =
108 + 153 + 98 = 359 (100%)
R 108 of 359 ~ 30.08%
G 153 of 359 ~ 42.62%
B 98 of 359 ~ 27.3%

%30.08
%42.62
%27.3

CMYK color model

#6C9962 color CMYK value is (29,0,36,40).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 35.95%
  • key color value is 40.00%
CMYK:
(29,0,36,40)
C29M0Y36K40 
(29%,0%,36%,40%)
(0.29/0.00/0.36/0.40)	

CMYK percentages

%29.41
%0
%35.95
%40

Codes

Color #6C9962 in popluar color models

6C9962
RGB10815398
HSL109°21.91%49.22%
HSB/HSV109°35.95%60.00%
CMYK29.41%0.00%35.95%
40.00%

Color #6C9962 in popluar number systems.

HEX6C9962
Decimal10815398
Binary1101100100110011100010
Octal154231142

Shades and tints

Shades of #6C9962

#6C9962
(108,153,98)
#638C5A
(99,140,90)
#5A7F52
(90,127,82)
#51724A
(81,114,74)
#486542
(72,101,66)
#3F583A
(63,88,58)
#364B32
(54,75,50)
#2D3E2A
(45,62,42)
#243122
(36,49,34)
#1B241A
(27,36,26)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #6C9962

#6C9962
(108,153,98)
#79A270
(121,162,112)
#86AB7E
(134,171,126)
#93B48C
(147,180,140)
#A0BD9A
(160,189,154)
#ADC6A8
(173,198,168)
#BACFB6
(186,207,182)
#C7D8C4
(199,216,196)
#D4E1D2
(212,225,210)
#E1EAE0
(225,234,224)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9962; }

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

This text font color is #6C9962.


Background Color

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

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

This div background color is #6C9962.


Border color

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

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

This div border color is #6C9962.


Opacity

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

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

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

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

This text has shadow with #6C9962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9962 on black background.


Color preview on white background

This text has color #6C9962 on white background.



Black color preview on #6C9962 background

This text has black color on #6C9962 background.


White color preview on #6C9962 background

This text has white color on #6C9962 background.