COLOR #6C916C

HEX: #6C916C
RGB: (108,145,108)

Color info

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

RGB color model

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

  • red value is 108;
  • green value is 145;
  • blue value is 108.
RGB:
(108,145,108)
(42%,57%,42%)

RGB channels and saturation

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

108
145
108

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

Portions of RGB colors in percentages

R + G + B =
108 + 145 + 108 = 361 (100%)
R 108 of 361 ~ 29.92%
G 145 of 361 ~ 40.17%
B 108 of 361 ~ 29.92%

%29.92
%40.17
%29.92

CMYK color model

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

  • cyan value is 25.52%
  • magenta value is 0.00%
  • yellow value is 25.52%
  • key color value is 43.14%
CMYK:
(26,0,26,43)
C26M0Y26K43 
(26%,0%,26%,43%)
(0.26/0.00/0.26/0.43)	

CMYK percentages

%25.52
%0
%25.52
%43.14

Codes

Color #6C916C in popluar color models

6C916C
RGB108145108
HSL120°14.62%49.61%
HSB/HSV120°25.52%56.86%
CMYK25.52%0.00%25.52%
43.14%

Color #6C916C in popluar number systems.

HEX6C916C
Decimal108145108
Binary1101100100100011101100
Octal154221154

Shades and tints

Shades of #6C916C

#6C916C
(108,145,108)
#638463
(99,132,99)
#5A775A
(90,119,90)
#516A51
(81,106,81)
#485D48
(72,93,72)
#3F503F
(63,80,63)
#364336
(54,67,54)
#2D362D
(45,54,45)
#242924
(36,41,36)
#1B1C1B
(27,28,27)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #6C916C

#6C916C
(108,145,108)
#799B79
(121,155,121)
#86A586
(134,165,134)
#93AF93
(147,175,147)
#A0B9A0
(160,185,160)
#ADC3AD
(173,195,173)
#BACDBA
(186,205,186)
#C7D7C7
(199,215,199)
#D4E1D4
(212,225,212)
#E1EBE1
(225,235,225)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C916C; }

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

This text font color is #6C916C.


Background Color

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

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

This div background color is #6C916C.


Border color

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

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

This div border color is #6C916C.


Opacity

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

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

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

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

This text has shadow with #6C916C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C916C on black background.


Color preview on white background

This text has color #6C916C on white background.



Black color preview on #6C916C background

This text has black color on #6C916C background.


White color preview on #6C916C background

This text has white color on #6C916C background.