COLOR #6D9275

HEX: #6D9275 RGB: (109,146,117)

Color info

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

RGB color model

#6D9275 color RGB value is (109,146,117).

RGB: (109,146,117) (43%, 57%, 46%)

RGB channels and saturation

R 109 of 255 = 43%
G 146 of 255 = 57%
B 117 of 255 = 46%

109
146
117

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

Portions of RGB colors in percentages

R + G + B = 109 + 146 + 117 = 372 (100%)
R 109 of 372 ~ 29.3%
G 146 of 372 ~ 39.25%
B 117 of 372 ~ 31.45'%

%29.3
%39.25
%31.45

CMYK color model

#6D9275 color CMYK value is (25,0,20,43).

  • cyan value is 25.34%
  • magenta value is 0.00%
  • yellow value is 19.86%
  • key color value is 42.75%

CMYK: (25,0,20,43)
C25M0Y20K43 (25%, 0%, 20%, 43%)
(0.25 / 0.00 / 0.20 / 0.43)

CMYK percentages

%25.34
%0
%19.86
%42.75

Codes

Color #6D9275 in popluar color models

6D 92 75
RGB 109 146 117
HSL 133° 14.51% 50.00%
HSB/HSV 133° 25.34% 57.25%
CMYK 25.34% 0.00% 19.86%
42.75%

Color #6D9275 in popluar number systems.

HEX 6D 92 75
Decimal 109 146 117
Binary 1101101 10010010 1110101
Octal 155 222 165

Shades and tints

Shades of #6D9275

#6D9275
(109,146,117)
#64856B
(100,133,107)
#5B7861
(91,120,97)
#526B57
(82,107,87)
#495E4D
(73,94,77)
#405143
(64,81,67)
#374439
(55,68,57)
#2E372F
(46,55,47)
#252A25
(37,42,37)
#1C1D1B
(28,29,27)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #6D9275

#6D9275
(109,146,117)
#7A9B81
(122,155,129)
#87A48D
(135,164,141)
#94AD99
(148,173,153)
#A1B6A5
(161,182,165)
#AEBFB1
(174,191,177)
#BBC8BD
(187,200,189)
#C8D1C9
(200,209,201)
#D5DAD5
(213,218,213)
#E2E3E1
(226,227,225)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9275 color. Also use rgb(109,146,117) instead hex code.

Text Font Color

.myTextColor { color: #6D9275; }

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

This text font color is #6D9275.

Background Color

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

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

This div background color is #6D9275.

Border color

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

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

This div border color is #6D9275.

Opacity

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

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

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

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

This text has shadow with #6D9275 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D9275.

Preview

Color preview on black background

This text has color #6D9275 on black background.


Color preview on white background

This text has color #6D9275 on white background.


Black color preview on #6D9275 background

This text has black color on #6D9275 background.


White color preview on #6D9275 background

This text has white color on #6D9275 background.


Related colors

Complementary color

Complementary color for #hex is #926D8A.


I love getcolorcode.com

Triadic colors

1 #756D92 and #92756D with #6D9275 are triadic colors.

2 #75926D and #926D75 with #6D9275 are triadic colors.