COLOR #6C9475

HEX: #6C9475
RGB: (108,148,117)

Color info

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

RGB color model

#6C9475 color RGB value is (108,148,117).

  • red value is 108;
  • green value is 148;
  • blue value is 117.
RGB:
(108,148,117)
(42%,58%,46%)

RGB channels and saturation

R 108 of 255 = 42%
G 148 of 255 = 58%
B 117 of 255 = 46%

108
148
117

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

Portions of RGB colors in percentages

R + G + B =
108 + 148 + 117 = 373 (100%)
R 108 of 373 ~ 28.95%
G 148 of 373 ~ 39.68%
B 117 of 373 ~ 31.37%

%28.95
%39.68
%31.37

CMYK color model

#6C9475 color CMYK value is (27,0,21,42).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 41.96%
CMYK:
(27,0,21,42)
C27M0Y21K42 
(27%,0%,21%,42%)
(0.27/0.00/0.21/0.42)	

CMYK percentages

%27.03
%0
%20.95
%41.96

Codes

Color #6C9475 in popluar color models

6C9475
RGB108148117
HSL134°15.75%50.20%
HSB/HSV134°27.03%58.04%
CMYK27.03%0.00%20.95%
41.96%

Color #6C9475 in popluar number systems.

HEX6C9475
Decimal108148117
Binary1101100100101001110101
Octal154224165

Shades and tints

Shades of #6C9475

#6C9475
(108,148,117)
#63876B
(99,135,107)
#5A7A61
(90,122,97)
#516D57
(81,109,87)
#48604D
(72,96,77)
#3F5343
(63,83,67)
#364639
(54,70,57)
#2D392F
(45,57,47)
#242C25
(36,44,37)
#1B1F1B
(27,31,27)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #6C9475

#6C9475
(108,148,117)
#799D81
(121,157,129)
#86A68D
(134,166,141)
#93AF99
(147,175,153)
#A0B8A5
(160,184,165)
#ADC1B1
(173,193,177)
#BACABD
(186,202,189)
#C7D3C9
(199,211,201)
#D4DCD5
(212,220,213)
#E1E5E1
(225,229,225)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9475; }

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

This text font color is #6C9475.


Background Color

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

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

This div background color is #6C9475.


Border color

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

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

This div border color is #6C9475.


Opacity

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

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

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

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

This text has shadow with #6C9475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9475 on black background.


Color preview on white background

This text has color #6C9475 on white background.



Black color preview on #6C9475 background

This text has black color on #6C9475 background.


White color preview on #6C9475 background

This text has white color on #6C9475 background.