COLOR #6C9069

HEX: #6C9069
RGB: (108,144,105)

Color info

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

RGB color model

#6C9069 color RGB value is (108,144,105).

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

RGB channels and saturation

R 108 of 255 = 42%
G 144 of 255 = 56%
B 105 of 255 = 41%

108
144
105

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

Portions of RGB colors in percentages

R + G + B =
108 + 144 + 105 = 357 (100%)
R 108 of 357 ~ 30.25%
G 144 of 357 ~ 40.34%
B 105 of 357 ~ 29.41%

%30.25
%40.34
%29.41

CMYK color model

#6C9069 color CMYK value is (25,0,27,44).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 27.08%
  • key color value is 43.53%
CMYK:
(25,0,27,44)
C25M0Y27K44 
(25%,0%,27%,44%)
(0.25/0.00/0.27/0.44)	

CMYK percentages

%25
%0
%27.08
%43.53

Codes

Color #6C9069 in popluar color models

6C9069
RGB108144105
HSL115°15.66%48.82%
HSB/HSV115°27.08%56.47%
CMYK25.00%0.00%27.08%
43.53%

Color #6C9069 in popluar number systems.

HEX6C9069
Decimal108144105
Binary1101100100100001101001
Octal154220151

Shades and tints

Shades of #6C9069

#6C9069
(108,144,105)
#638360
(99,131,96)
#5A7657
(90,118,87)
#51694E
(81,105,78)
#485C45
(72,92,69)
#3F4F3C
(63,79,60)
#364233
(54,66,51)
#2D352A
(45,53,42)
#242821
(36,40,33)
#1B1B18
(27,27,24)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #6C9069

#6C9069
(108,144,105)
#799A76
(121,154,118)
#86A483
(134,164,131)
#93AE90
(147,174,144)
#A0B89D
(160,184,157)
#ADC2AA
(173,194,170)
#BACCB7
(186,204,183)
#C7D6C4
(199,214,196)
#D4E0D1
(212,224,209)
#E1EADE
(225,234,222)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9069; }

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

This text font color is #6C9069.


Background Color

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

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

This div background color is #6C9069.


Border color

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

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

This div border color is #6C9069.


Opacity

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

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

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

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

This text has shadow with #6C9069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9069 on black background.


Color preview on white background

This text has color #6C9069 on white background.



Black color preview on #6C9069 background

This text has black color on #6C9069 background.


White color preview on #6C9069 background

This text has white color on #6C9069 background.