COLOR #6A8F38

HEX: #6A8F38
RGB: (106,143,56)

Color info

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

RGB color model

#6A8F38 color RGB value is (106,143,56).

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

RGB channels and saturation

R 106 of 255 = 42%
G 143 of 255 = 56%
B 56 of 255 = 22%

106
143
56

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

Portions of RGB colors in percentages

R + G + B =
106 + 143 + 56 = 305 (100%)
R 106 of 305 ~ 34.75%
G 143 of 305 ~ 46.89%
B 56 of 305 ~ 18.36%

%34.75
%46.89
%18.36

CMYK color model

#6A8F38 color CMYK value is (26,0,61,44).

  • cyan value is 25.87%
  • magenta value is 0.00%
  • yellow value is 60.84%
  • key color value is 43.92%
CMYK:
(26,0,61,44)
C26M0Y61K44 
(26%,0%,61%,44%)
(0.26/0.00/0.61/0.44)	

CMYK percentages

%25.87
%0
%60.84
%43.92

Codes

Color #6A8F38 in popluar color models

6A8F38
RGB10614356
HSL86°43.72%39.02%
HSB/HSV86°60.84%56.08%
CMYK25.87%0.00%60.84%
43.92%

Color #6A8F38 in popluar number systems.

HEX6A8F38
Decimal10614356
Binary110101010001111111000
Octal15221770

Shades and tints

Shades of #6A8F38

#6A8F38
(106,143,56)
#618233
(97,130,51)
#58752E
(88,117,46)
#4F6829
(79,104,41)
#465B24
(70,91,36)
#3D4E1F
(61,78,31)
#34411A
(52,65,26)
#2B3415
(43,52,21)
#222710
(34,39,16)
#191A0B
(25,26,11)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #6A8F38

#6A8F38
(106,143,56)
#77994A
(119,153,74)
#84A35C
(132,163,92)
#91AD6E
(145,173,110)
#9EB780
(158,183,128)
#ABC192
(171,193,146)
#B8CBA4
(184,203,164)
#C5D5B6
(197,213,182)
#D2DFC8
(210,223,200)
#DFE9DA
(223,233,218)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8F38; }

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

This text font color is #6A8F38.


Background Color

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

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

This div background color is #6A8F38.


Border color

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

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

This div border color is #6A8F38.


Opacity

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

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

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

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

This text has shadow with #6A8F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8F38 on black background.


Color preview on white background

This text has color #6A8F38 on white background.



Black color preview on #6A8F38 background

This text has black color on #6A8F38 background.


White color preview on #6A8F38 background

This text has white color on #6A8F38 background.