COLOR #6B927F

HEX: #6B927F
RGB: (107,146,127)

Color info

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

RGB color model

#6B927F color RGB value is (107,146,127).

  • red value is 107;
  • green value is 146;
  • blue value is 127.
RGB:
(107,146,127)
(42%,57%,50%)

RGB channels and saturation

R 107 of 255 = 42%
G 146 of 255 = 57%
B 127 of 255 = 50%

107
146
127

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

Portions of RGB colors in percentages

R + G + B =
107 + 146 + 127 = 380 (100%)
R 107 of 380 ~ 28.16%
G 146 of 380 ~ 38.42%
B 127 of 380 ~ 33.42%

%28.16
%38.42
%33.42

CMYK color model

#6B927F color CMYK value is (27,0,13,43).

  • cyan value is 26.71%
  • magenta value is 0.00%
  • yellow value is 13.01%
  • key color value is 42.75%
CMYK:
(27,0,13,43)
C27M0Y13K43 
(27%,0%,13%,43%)
(0.27/0.00/0.13/0.43)	

CMYK percentages

%26.71
%0
%13.01
%42.75

Codes

Color #6B927F in popluar color models

6B927F
RGB107146127
HSL151°15.42%49.61%
HSB/HSV151°26.71%57.25%
CMYK26.71%0.00%13.01%
42.75%

Color #6B927F in popluar number systems.

HEX6B927F
Decimal107146127
Binary1101011100100101111111
Octal153222177

Shades and tints

Shades of #6B927F

#6B927F
(107,146,127)
#628574
(98,133,116)
#597869
(89,120,105)
#506B5E
(80,107,94)
#475E53
(71,94,83)
#3E5148
(62,81,72)
#35443D
(53,68,61)
#2C3732
(44,55,50)
#232A27
(35,42,39)
#1A1D1C
(26,29,28)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #6B927F

#6B927F
(107,146,127)
#789B8A
(120,155,138)
#85A495
(133,164,149)
#92ADA0
(146,173,160)
#9FB6AB
(159,182,171)
#ACBFB6
(172,191,182)
#B9C8C1
(185,200,193)
#C6D1CC
(198,209,204)
#D3DAD7
(211,218,215)
#E0E3E2
(224,227,226)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B927F color. Also use rgb(107,146,127) instead hex code.

Text Font Color

.myTextColor { color: #6B927F; }

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

This text font color is #6B927F.


Background Color

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

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

This div background color is #6B927F.


Border color

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

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

This div border color is #6B927F.


Opacity

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

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

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

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

This text has shadow with #6B927F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B927F on black background.


Color preview on white background

This text has color #6B927F on white background.



Black color preview on #6B927F background

This text has black color on #6B927F background.


White color preview on #6B927F background

This text has white color on #6B927F background.