COLOR #6C9269

HEX: #6C9269
RGB: (108,146,105)

Color info

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

RGB color model

#6C9269 color RGB value is (108,146,105).

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

RGB channels and saturation

R 108 of 255 = 42%
G 146 of 255 = 57%
B 105 of 255 = 41%

108
146
105

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

Portions of RGB colors in percentages

R + G + B =
108 + 146 + 105 = 359 (100%)
R 108 of 359 ~ 30.08%
G 146 of 359 ~ 40.67%
B 105 of 359 ~ 29.25%

%30.08
%40.67
%29.25

CMYK color model

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

  • cyan value is 26.03%
  • magenta value is 0.00%
  • yellow value is 28.08%
  • key color value is 42.75%
CMYK:
(26,0,28,43)
C26M0Y28K43 
(26%,0%,28%,43%)
(0.26/0.00/0.28/0.43)	

CMYK percentages

%26.03
%0
%28.08
%42.75

Codes

Color #6C9269 in popluar color models

6C9269
RGB108146105
HSL116°16.33%49.22%
HSB/HSV116°28.08%57.25%
CMYK26.03%0.00%28.08%
42.75%

Color #6C9269 in popluar number systems.

HEX6C9269
Decimal108146105
Binary1101100100100101101001
Octal154222151

Shades and tints

Shades of #6C9269

#6C9269
(108,146,105)
#638560
(99,133,96)
#5A7857
(90,120,87)
#516B4E
(81,107,78)
#485E45
(72,94,69)
#3F513C
(63,81,60)
#364433
(54,68,51)
#2D372A
(45,55,42)
#242A21
(36,42,33)
#1B1D18
(27,29,24)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #6C9269

#6C9269
(108,146,105)
#799B76
(121,155,118)
#86A483
(134,164,131)
#93AD90
(147,173,144)
#A0B69D
(160,182,157)
#ADBFAA
(173,191,170)
#BAC8B7
(186,200,183)
#C7D1C4
(199,209,196)
#D4DAD1
(212,218,209)
#E1E3DE
(225,227,222)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9269; }

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

This text font color is #6C9269.


Background Color

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

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

This div background color is #6C9269.


Border color

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

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

This div border color is #6C9269.


Opacity

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

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

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

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

This text has shadow with #6C9269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9269 on black background.


Color preview on white background

This text has color #6C9269 on white background.



Black color preview on #6C9269 background

This text has black color on #6C9269 background.


White color preview on #6C9269 background

This text has white color on #6C9269 background.