COLOR #6A9F71

HEX: #6A9F71
RGB: (106,159,113)

Color info

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

RGB color model

#6A9F71 color RGB value is (106,159,113).

  • red value is 106;
  • green value is 159;
  • blue value is 113.
RGB:
(106,159,113)
(42%,62%,44%)

RGB channels and saturation

R 106 of 255 = 42%
G 159 of 255 = 62%
B 113 of 255 = 44%

106
159
113

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

Portions of RGB colors in percentages

R + G + B =
106 + 159 + 113 = 378 (100%)
R 106 of 378 ~ 28.04%
G 159 of 378 ~ 42.06%
B 113 of 378 ~ 29.89%

%28.04
%42.06
%29.89

CMYK color model

#6A9F71 color CMYK value is (33,0,29,38).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 28.93%
  • key color value is 37.65%
CMYK:
(33,0,29,38)
C33M0Y29K38 
(33%,0%,29%,38%)
(0.33/0.00/0.29/0.38)	

CMYK percentages

%33.33
%0
%28.93
%37.65

Codes

Color #6A9F71 in popluar color models

6A9F71
RGB106159113
HSL128°21.63%51.96%
HSB/HSV128°33.33%62.35%
CMYK33.33%0.00%28.93%
37.65%

Color #6A9F71 in popluar number systems.

HEX6A9F71
Decimal106159113
Binary1101010100111111110001
Octal152237161

Shades and tints

Shades of #6A9F71

#6A9F71
(106,159,113)
#619167
(97,145,103)
#58835D
(88,131,93)
#4F7553
(79,117,83)
#466749
(70,103,73)
#3D593F
(61,89,63)
#344B35
(52,75,53)
#2B3D2B
(43,61,43)
#222F21
(34,47,33)
#192117
(25,33,23)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #6A9F71

#6A9F71
(106,159,113)
#77A77D
(119,167,125)
#84AF89
(132,175,137)
#91B795
(145,183,149)
#9EBFA1
(158,191,161)
#ABC7AD
(171,199,173)
#B8CFB9
(184,207,185)
#C5D7C5
(197,215,197)
#D2DFD1
(210,223,209)
#DFE7DD
(223,231,221)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9F71 color. Also use rgb(106,159,113) instead hex code.

Text Font Color

.myTextColor { color: #6A9F71; }

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

This text font color is #6A9F71.


Background Color

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

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

This div background color is #6A9F71.


Border color

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

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

This div border color is #6A9F71.


Opacity

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

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

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

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

This text has shadow with #6A9F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9F71 on black background.


Color preview on white background

This text has color #6A9F71 on white background.



Black color preview on #6A9F71 background

This text has black color on #6A9F71 background.


White color preview on #6A9F71 background

This text has white color on #6A9F71 background.