COLOR #6C916D

HEX: #6C916D RGB: (108,145,109)

Color info

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

RGB color model

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

RGB: (108,145,109) (42%, 57%, 43%)

RGB channels and saturation

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

108
145
109

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

Portions of RGB colors in percentages

R + G + B = 108 + 145 + 109 = 362 (100%)
R 108 of 362 ~ 29.83%
G 145 of 362 ~ 40.06%
B 109 of 362 ~ 30.11'%

%29.83
%40.06
%30.11

CMYK color model

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

  • cyan value is 25.52%
  • magenta value is 0.00%
  • yellow value is 24.83%
  • key color value is 43.14%

CMYK: (26,0,25,43)
C26M0Y25K43 (26%, 0%, 25%, 43%)
(0.26 / 0.00 / 0.25 / 0.43)

CMYK percentages

%25.52
%0
%24.83
%43.14

Codes

Color #6C916D in popluar color models

6C 91 6D
RGB 108 145 109
HSL 122° 14.62% 49.61%
HSB/HSV 122° 25.52% 56.86%
CMYK 25.52% 0.00% 24.83%
43.14%

Color #6C916D in popluar number systems.

HEX 6C 91 6D
Decimal 108 145 109
Binary 1101100 10010001 1101101
Octal 154 221 155

Shades and tints

Shades of #6C916D

#6C916D
(108,145,109)
#638464
(99,132,100)
#5A775B
(90,119,91)
#516A52
(81,106,82)
#485D49
(72,93,73)
#3F5040
(63,80,64)
#364337
(54,67,55)
#2D362E
(45,54,46)
#242925
(36,41,37)
#1B1C1C
(27,28,28)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #6C916D

#6C916D
(108,145,109)
#799B7A
(121,155,122)
#86A587
(134,165,135)
#93AF94
(147,175,148)
#A0B9A1
(160,185,161)
#ADC3AE
(173,195,174)
#BACDBB
(186,205,187)
#C7D7C8
(199,215,200)
#D4E1D5
(212,225,213)
#E1EBE2
(225,235,226)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C916D; }

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

This text font color is #6C916D.

Background Color

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

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

This div background color is #6C916D.

Border color

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

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

This div border color is #6C916D.

Opacity

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

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

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

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

This text has shadow with #6C916D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C916D.

Preview

Color preview on black background

This text has color #6C916D on black background.


Color preview on white background

This text has color #6C916D on white background.


Black color preview on #6C916D background

This text has black color on #6C916D background.


White color preview on #6C916D background

This text has white color on #6C916D background.


Related colors

Complementary color

Complementary color for #hex is #936E92.


I love getcolorcode.com

Triadic colors

1 #6D6C91 and #916D6C with #6C916D are triadic colors.

2 #6D916C and #916C6D with #6C916D are triadic colors.