COLOR #6D9078

HEX: #6D9078 RGB: (109,144,120)

Color info

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

RGB color model

#6D9078 color RGB value is (109,144,120).

RGB: (109,144,120) (43%, 56%, 47%)

RGB channels and saturation

R 109 of 255 = 43%
G 144 of 255 = 56%
B 120 of 255 = 47%

109
144
120

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

Portions of RGB colors in percentages

R + G + B = 109 + 144 + 120 = 373 (100%)
R 109 of 373 ~ 29.22%
G 144 of 373 ~ 38.61%
B 120 of 373 ~ 32.17'%

%29.22
%38.61
%32.17

CMYK color model

#6D9078 color CMYK value is (24,0,17,44).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 43.53%

CMYK: (24,0,17,44)
C24M0Y17K44 (24%, 0%, 17%, 44%)
(0.24 / 0.00 / 0.17 / 0.44)

CMYK percentages

%24.31
%0
%16.67
%43.53

Codes

Color #6D9078 in popluar color models

6D 90 78
RGB 109 144 120
HSL 139° 13.83% 49.61%
HSB/HSV 139° 24.31% 56.47%
CMYK 24.31% 0.00% 16.67%
43.53%

Color #6D9078 in popluar number systems.

HEX 6D 90 78
Decimal 109 144 120
Binary 1101101 10010000 1111000
Octal 155 220 170

Shades and tints

Shades of #6D9078

#6D9078
(109,144,120)
#64836E
(100,131,110)
#5B7664
(91,118,100)
#52695A
(82,105,90)
#495C50
(73,92,80)
#404F46
(64,79,70)
#37423C
(55,66,60)
#2E3532
(46,53,50)
#252828
(37,40,40)
#1C1B1E
(28,27,30)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #6D9078

#6D9078
(109,144,120)
#7A9A84
(122,154,132)
#87A490
(135,164,144)
#94AE9C
(148,174,156)
#A1B8A8
(161,184,168)
#AEC2B4
(174,194,180)
#BBCCC0
(187,204,192)
#C8D6CC
(200,214,204)
#D5E0D8
(213,224,216)
#E2EAE4
(226,234,228)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9078 color. Also use rgb(109,144,120) instead hex code.

Text Font Color

.myTextColor { color: #6D9078; }

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

This text font color is #6D9078.

Background Color

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

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

This div background color is #6D9078.

Border color

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

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

This div border color is #6D9078.

Opacity

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

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

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

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

This text has shadow with #6D9078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D9078.

Preview

Color preview on black background

This text has color #6D9078 on black background.


Color preview on white background

This text has color #6D9078 on white background.


Black color preview on #6D9078 background

This text has black color on #6D9078 background.


White color preview on #6D9078 background

This text has white color on #6D9078 background.


Related colors

Complementary color

Complementary color for #hex is #926F87.


I love getcolorcode.com

Triadic colors

1 #786D90 and #90786D with #6D9078 are triadic colors.

2 #78906D and #906D78 with #6D9078 are triadic colors.