COLOR #6C9077

HEX: #6C9077
RGB: (108,144,119)

Color info

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

RGB color model

#6C9077 color RGB value is (108,144,119).

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

RGB channels and saturation

R 108 of 255 = 42%
G 144 of 255 = 56%
B 119 of 255 = 47%

108
144
119

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

Portions of RGB colors in percentages

R + G + B =
108 + 144 + 119 = 371 (100%)
R 108 of 371 ~ 29.11%
G 144 of 371 ~ 38.81%
B 119 of 371 ~ 32.08%

%29.11
%38.81
%32.08

CMYK color model

#6C9077 color CMYK value is (25,0,17,44).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 17.36%
  • key color value is 43.53%
CMYK:
(25,0,17,44)
C25M0Y17K44 
(25%,0%,17%,44%)
(0.25/0.00/0.17/0.44)	

CMYK percentages

%25
%0
%17.36
%43.53

Codes

Color #6C9077 in popluar color models

6C9077
RGB108144119
HSL138°14.29%49.41%
HSB/HSV138°25.00%56.47%
CMYK25.00%0.00%17.36%
43.53%

Color #6C9077 in popluar number systems.

HEX6C9077
Decimal108144119
Binary1101100100100001110111
Octal154220167

Shades and tints

Shades of #6C9077

#6C9077
(108,144,119)
#63836D
(99,131,109)
#5A7663
(90,118,99)
#516959
(81,105,89)
#485C4F
(72,92,79)
#3F4F45
(63,79,69)
#36423B
(54,66,59)
#2D3531
(45,53,49)
#242827
(36,40,39)
#1B1B1D
(27,27,29)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #6C9077

#6C9077
(108,144,119)
#799A83
(121,154,131)
#86A48F
(134,164,143)
#93AE9B
(147,174,155)
#A0B8A7
(160,184,167)
#ADC2B3
(173,194,179)
#BACCBF
(186,204,191)
#C7D6CB
(199,214,203)
#D4E0D7
(212,224,215)
#E1EAE3
(225,234,227)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9077; }

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

This text font color is #6C9077.


Background Color

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

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

This div background color is #6C9077.


Border color

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

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

This div border color is #6C9077.


Opacity

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

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

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

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

This text has shadow with #6C9077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9077 on black background.


Color preview on white background

This text has color #6C9077 on white background.



Black color preview on #6C9077 background

This text has black color on #6C9077 background.


White color preview on #6C9077 background

This text has white color on #6C9077 background.