COLOR #6A9277

HEX: #6A9277
RGB: (106,146,119)

Color info

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

RGB color model

#6A9277 color RGB value is (106,146,119).

  • red value is 106;
  • green value is 146;
  • blue value is 119.
RGB:
(106,146,119)
(42%,57%,47%)

RGB channels and saturation

R 106 of 255 = 42%
G 146 of 255 = 57%
B 119 of 255 = 47%

106
146
119

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

Portions of RGB colors in percentages

R + G + B =
106 + 146 + 119 = 371 (100%)
R 106 of 371 ~ 28.57%
G 146 of 371 ~ 39.35%
B 119 of 371 ~ 32.08%

%28.57
%39.35
%32.08

CMYK color model

#6A9277 color CMYK value is (27,0,18,43).

  • cyan value is 27.40%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 42.75%
CMYK:
(27,0,18,43)
C27M0Y18K43 
(27%,0%,18%,43%)
(0.27/0.00/0.18/0.43)	

CMYK percentages

%27.4
%0
%18.49
%42.75

Codes

Color #6A9277 in popluar color models

6A9277
RGB106146119
HSL140°15.87%49.41%
HSB/HSV140°27.40%57.25%
CMYK27.40%0.00%18.49%
42.75%

Color #6A9277 in popluar number systems.

HEX6A9277
Decimal106146119
Binary1101010100100101110111
Octal152222167

Shades and tints

Shades of #6A9277

#6A9277
(106,146,119)
#61856D
(97,133,109)
#587863
(88,120,99)
#4F6B59
(79,107,89)
#465E4F
(70,94,79)
#3D5145
(61,81,69)
#34443B
(52,68,59)
#2B3731
(43,55,49)
#222A27
(34,42,39)
#191D1D
(25,29,29)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #6A9277

#6A9277
(106,146,119)
#779B83
(119,155,131)
#84A48F
(132,164,143)
#91AD9B
(145,173,155)
#9EB6A7
(158,182,167)
#ABBFB3
(171,191,179)
#B8C8BF
(184,200,191)
#C5D1CB
(197,209,203)
#D2DAD7
(210,218,215)
#DFE3E3
(223,227,227)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9277 color. Also use rgb(106,146,119) instead hex code.

Text Font Color

.myTextColor { color: #6A9277; }

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

This text font color is #6A9277.


Background Color

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

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

This div background color is #6A9277.


Border color

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

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

This div border color is #6A9277.


Opacity

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

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

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

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

This text has shadow with #6A9277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9277 on black background.


Color preview on white background

This text has color #6A9277 on white background.



Black color preview on #6A9277 background

This text has black color on #6A9277 background.


White color preview on #6A9277 background

This text has white color on #6A9277 background.