COLOR #6A9140

HEX: #6A9140 RGB: (106,145,64)

Color info

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

RGB color model

#6A9140 color RGB value is (106,145,64).

RGB: (106,145,64) (42%, 57%, 25%)

RGB channels and saturation

R 106 of 255 = 42%
G 145 of 255 = 57%
B 64 of 255 = 25%

106
145
64

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

Portions of RGB colors in percentages

R + G + B = 106 + 145 + 64 = 315 (100%)
R 106 of 315 ~ 33.65%
G 145 of 315 ~ 46.03%
B 64 of 315 ~ 20.32'%

%33.65
%46.03
%20.32

CMYK color model

#6A9140 color CMYK value is (27,0,56,43).

  • cyan value is 26.90%
  • magenta value is 0.00%
  • yellow value is 55.86%
  • key color value is 43.14%

CMYK: (27,0,56,43)
C27M0Y56K43 (27%, 0%, 56%, 43%)
(0.27 / 0.00 / 0.56 / 0.43)

CMYK percentages

%26.9
%0
%55.86
%43.14

Codes

Color #6A9140 in popluar color models

6A 91 40
RGB 106 145 64
HSL 89° 38.76% 40.98%
HSB/HSV 89° 55.86% 56.86%
CMYK 26.90% 0.00% 55.86%
43.14%

Color #6A9140 in popluar number systems.

HEX 6A 91 40
Decimal 106 145 64
Binary 1101010 10010001 1000000
Octal 152 221 100

Shades and tints

Shades of #6A9140

#6A9140
(106,145,64)
#61843B
(97,132,59)
#587736
(88,119,54)
#4F6A31
(79,106,49)
#465D2C
(70,93,44)
#3D5027
(61,80,39)
#344322
(52,67,34)
#2B361D
(43,54,29)
#222918
(34,41,24)
#191C13
(25,28,19)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #6A9140

#6A9140
(106,145,64)
#779B51
(119,155,81)
#84A562
(132,165,98)
#91AF73
(145,175,115)
#9EB984
(158,185,132)
#ABC395
(171,195,149)
#B8CDA6
(184,205,166)
#C5D7B7
(197,215,183)
#D2E1C8
(210,225,200)
#DFEBD9
(223,235,217)
#ECF5EA
(236,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9140; }

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

This text font color is #6A9140.

Background Color

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

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

This div background color is #6A9140.

Border color

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

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

This div border color is #6A9140.

Opacity

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

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

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

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

This text has shadow with #6A9140 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A9140.

Preview

Color preview on black background

This text has color #6A9140 on black background.


Color preview on white background

This text has color #6A9140 on white background.


Black color preview on #6A9140 background

This text has black color on #6A9140 background.


White color preview on #6A9140 background

This text has white color on #6A9140 background.


Related colors

Complementary color

Complementary color for #hex is #956EBF.


I love getcolorcode.com

Triadic colors

1 #406A91 and #91406A with #6A9140 are triadic colors.

2 #40916A and #916A40 with #6A9140 are triadic colors.