COLOR #6A8B41

HEX: #6A8B41
RGB: (106,139,65)

Color info

#6A8B41 contains mainly red and green colors. Web safe color of #6A8B41 is #669933 (or #693).

RGB color model

#6A8B41 color RGB value is (106,139,65).

  • red value is 106;
  • green value is 139;
  • blue value is 65.
RGB:
(106,139,65)
(42%,55%,25%)

RGB channels and saturation

R 106 of 255 = 42%
G 139 of 255 = 55%
B 65 of 255 = 25%

106
139
65

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

Portions of RGB colors in percentages

R + G + B =
106 + 139 + 65 = 310 (100%)
R 106 of 310 ~ 34.19%
G 139 of 310 ~ 44.84%
B 65 of 310 ~ 20.97%

%34.19
%44.84
%20.97

CMYK color model

#6A8B41 color CMYK value is (24,0,53,45).

  • cyan value is 23.74%
  • magenta value is 0.00%
  • yellow value is 53.24%
  • key color value is 45.49%
CMYK:
(24,0,53,45)
C24M0Y53K45 
(24%,0%,53%,45%)
(0.24/0.00/0.53/0.45)	

CMYK percentages

%23.74
%0
%53.24
%45.49

Codes

Color #6A8B41 in popluar color models

6A8B41
RGB10613965
HSL87°36.27%40.00%
HSB/HSV87°53.24%54.51%
CMYK23.74%0.00%53.24%
45.49%

Color #6A8B41 in popluar number systems.

HEX6A8B41
Decimal10613965
Binary1101010100010111000001
Octal152213101

Shades and tints

Shades of #6A8B41

#6A8B41
(106,139,65)
#617F3C
(97,127,60)
#587337
(88,115,55)
#4F6732
(79,103,50)
#465B2D
(70,91,45)
#3D4F28
(61,79,40)
#344323
(52,67,35)
#2B371E
(43,55,30)
#222B19
(34,43,25)
#191F14
(25,31,20)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #6A8B41

#6A8B41
(106,139,65)
#779552
(119,149,82)
#849F63
(132,159,99)
#91A974
(145,169,116)
#9EB385
(158,179,133)
#ABBD96
(171,189,150)
#B8C7A7
(184,199,167)
#C5D1B8
(197,209,184)
#D2DBC9
(210,219,201)
#DFE5DA
(223,229,218)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8B41 color. Also use rgb(106,139,65) instead hex code.

Text Font Color

.myTextColor { color: #6A8B41; }

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

This text font color is #6A8B41.


Background Color

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

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

This div background color is #6A8B41.


Border color

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

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

This div border color is #6A8B41.


Opacity

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

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

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

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

This text has shadow with #6A8B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8B41 on black background.


Color preview on white background

This text has color #6A8B41 on white background.



Black color preview on #6A8B41 background

This text has black color on #6A8B41 background.


White color preview on #6A8B41 background

This text has white color on #6A8B41 background.