COLOR #6C917D

HEX: #6C917D
RGB: (108,145,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
145
125

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

Portions of RGB colors in percentages

R + G + B =
108 + 145 + 125 = 378 (100%)
R 108 of 378 ~ 28.57%
G 145 of 378 ~ 38.36%
B 125 of 378 ~ 33.07%

%28.57
%38.36
%33.07

CMYK color model

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

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

CMYK percentages

%25.52
%0
%13.79
%43.14

Codes

Color #6C917D in popluar color models

6C917D
RGB108145125
HSL148°14.62%49.61%
HSB/HSV148°25.52%56.86%
CMYK25.52%0.00%13.79%
43.14%

Color #6C917D in popluar number systems.

HEX6C917D
Decimal108145125
Binary1101100100100011111101
Octal154221175

Shades and tints

Shades of #6C917D

#6C917D
(108,145,125)
#638472
(99,132,114)
#5A7767
(90,119,103)
#516A5C
(81,106,92)
#485D51
(72,93,81)
#3F5046
(63,80,70)
#36433B
(54,67,59)
#2D3630
(45,54,48)
#242925
(36,41,37)
#1B1C1A
(27,28,26)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #6C917D

#6C917D
(108,145,125)
#799B88
(121,155,136)
#86A593
(134,165,147)
#93AF9E
(147,175,158)
#A0B9A9
(160,185,169)
#ADC3B4
(173,195,180)
#BACDBF
(186,205,191)
#C7D7CA
(199,215,202)
#D4E1D5
(212,225,213)
#E1EBE0
(225,235,224)
#EEF5EB
(238,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C917D; }

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

This text font color is #6C917D.


Background Color

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

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

This div background color is #6C917D.


Border color

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

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

This div border color is #6C917D.


Opacity

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

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

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

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

This text has shadow with #6C917D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C917D on black background.


Color preview on white background

This text has color #6C917D on white background.



Black color preview on #6C917D background

This text has black color on #6C917D background.


White color preview on #6C917D background

This text has white color on #6C917D background.