COLOR #6A917F

HEX: #6A917F RGB: (106,145,127)

Color info

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

RGB color model

#6A917F color RGB value is (106,145,127).

RGB: (106,145,127) (42%, 57%, 50%)

RGB channels and saturation

R 106 of 255 = 42%
G 145 of 255 = 57%
B 127 of 255 = 50%

106
145
127

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

Portions of RGB colors in percentages

R + G + B = 106 + 145 + 127 = 378 (100%)
R 106 of 378 ~ 28.04%
G 145 of 378 ~ 38.36%
B 127 of 378 ~ 33.6'%

%28.04
%38.36
%33.6

CMYK color model

#6A917F color CMYK value is (27,0,12,43).

  • cyan value is 26.90%
  • magenta value is 0.00%
  • yellow value is 12.41%
  • key color value is 43.14%
CMYK: (27,0,12,43) C27M0Y12K43 (27%,0%,12%,43%) (0.27/0.00/0.12/0.43) 

CMYK percentages

%26.9
%0
%12.41
%43.14

Codes

Color #6A917F in popluar color models

6A 91 7F
RGB 106 145 127
HSL 152° 15.54% 49.22%
HSB/HSV 152° 26.90% 56.86%
CMYK 26.90% 0.00% 12.41%
43.14%

Color #6A917F in popluar number systems.

HEX 6A 91 7F
Decimal 106 145 127
Binary 1101010 10010001 1111111
Octal 152 221 177

Shades and tints

Shades of #6A917F

#6A917F
(106,145,127)
#618474
(97,132,116)
#587769
(88,119,105)
#4F6A5E
(79,106,94)
#465D53
(70,93,83)
#3D5048
(61,80,72)
#34433D
(52,67,61)
#2B3632
(43,54,50)
#222927
(34,41,39)
#191C1C
(25,28,28)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #6A917F

#6A917F
(106,145,127)
#779B8A
(119,155,138)
#84A595
(132,165,149)
#91AFA0
(145,175,160)
#9EB9AB
(158,185,171)
#ABC3B6
(171,195,182)
#B8CDC1
(184,205,193)
#C5D7CC
(197,215,204)
#D2E1D7
(210,225,215)
#DFEBE2
(223,235,226)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A917F color. Also use rgb(106,145,127) instead hex code.

Text Font Color

.myTextColor { color: #6A917F; }

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

This text font color is #6A917F.

Background Color

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

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

This div background color is #6A917F.

Border color

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

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

This div border color is #6A917F.

Opacity

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

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

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

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

This text has shadow with #6A917F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A917F.

Preview

Color preview on black background

This text has color #6A917F on black background.


Color preview on white background

This text has color #6A917F on white background.


Black color preview on #6A917F background

This text has black color on #6A917F background.


White color preview on #6A917F background

This text has white color on #6A917F background.


Related colors

Complementary color

Complementary color for #hex is #956E80.


I love getcolorcode.com

Triadic colors

1 #7F6A91 and #917F6A with #6A917F are triadic colors.

2 #7F916A and #916A7F with #6A917F are triadic colors.