COLOR #6A8F5B

HEX: #6A8F5B
RGB: (106,143,91)

Color info

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

RGB color model

#6A8F5B color RGB value is (106,143,91).

  • red value is 106;
  • green value is 143;
  • blue value is 91.
RGB:
(106,143,91)
(42%,56%,36%)

RGB channels and saturation

R 106 of 255 = 42%
G 143 of 255 = 56%
B 91 of 255 = 36%

106
143
91

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

Portions of RGB colors in percentages

R + G + B =
106 + 143 + 91 = 340 (100%)
R 106 of 340 ~ 31.18%
G 143 of 340 ~ 42.06%
B 91 of 340 ~ 26.76%

%31.18
%42.06
%26.76

CMYK color model

#6A8F5B color CMYK value is (26,0,36,44).

  • cyan value is 25.87%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 43.92%
CMYK:
(26,0,36,44)
C26M0Y36K44 
(26%,0%,36%,44%)
(0.26/0.00/0.36/0.44)	

CMYK percentages

%25.87
%0
%36.36
%43.92

Codes

Color #6A8F5B in popluar color models

6A8F5B
RGB10614391
HSL103°22.22%45.88%
HSB/HSV103°36.36%56.08%
CMYK25.87%0.00%36.36%
43.92%

Color #6A8F5B in popluar number systems.

HEX6A8F5B
Decimal10614391
Binary1101010100011111011011
Octal152217133

Shades and tints

Shades of #6A8F5B

#6A8F5B
(106,143,91)
#618253
(97,130,83)
#58754B
(88,117,75)
#4F6843
(79,104,67)
#465B3B
(70,91,59)
#3D4E33
(61,78,51)
#34412B
(52,65,43)
#2B3423
(43,52,35)
#22271B
(34,39,27)
#191A13
(25,26,19)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #6A8F5B

#6A8F5B
(106,143,91)
#779969
(119,153,105)
#84A377
(132,163,119)
#91AD85
(145,173,133)
#9EB793
(158,183,147)
#ABC1A1
(171,193,161)
#B8CBAF
(184,203,175)
#C5D5BD
(197,213,189)
#D2DFCB
(210,223,203)
#DFE9D9
(223,233,217)
#ECF3E7
(236,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8F5B color. Also use rgb(106,143,91) instead hex code.

Text Font Color

.myTextColor { color: #6A8F5B; }

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

This text font color is #6A8F5B.


Background Color

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

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

This div background color is #6A8F5B.


Border color

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

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

This div border color is #6A8F5B.


Opacity

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

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

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

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

This text has shadow with #6A8F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8F5B on black background.


Color preview on white background

This text has color #6A8F5B on white background.



Black color preview on #6A8F5B background

This text has black color on #6A8F5B background.


White color preview on #6A8F5B background

This text has white color on #6A8F5B background.