COLOR #6A9740

HEX: #6A9740
RGB: (106,151,64)

Color info

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

RGB color model

#6A9740 color RGB value is (106,151,64).

  • red value is 106;
  • green value is 151;
  • blue value is 64.
RGB:
(106,151,64)
(42%,59%,25%)

RGB channels and saturation

R 106 of 255 = 42%
G 151 of 255 = 59%
B 64 of 255 = 25%

106
151
64

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

Portions of RGB colors in percentages

R + G + B =
106 + 151 + 64 = 321 (100%)
R 106 of 321 ~ 33.02%
G 151 of 321 ~ 47.04%
B 64 of 321 ~ 19.94%

%33.02
%47.04
%19.94

CMYK color model

#6A9740 color CMYK value is (30,0,58,41).

  • cyan value is 29.80%
  • magenta value is 0.00%
  • yellow value is 57.62%
  • key color value is 40.78%
CMYK:
(30,0,58,41)
C30M0Y58K41 
(30%,0%,58%,41%)
(0.30/0.00/0.58/0.41)	

CMYK percentages

%29.8
%0
%57.62
%40.78

Codes

Color #6A9740 in popluar color models

6A9740
RGB10615164
HSL91°40.47%42.16%
HSB/HSV91°57.62%59.22%
CMYK29.80%0.00%57.62%
40.78%

Color #6A9740 in popluar number systems.

HEX6A9740
Decimal10615164
Binary1101010100101111000000
Octal152227100

Shades and tints

Shades of #6A9740

#6A9740
(106,151,64)
#618A3B
(97,138,59)
#587D36
(88,125,54)
#4F7031
(79,112,49)
#46632C
(70,99,44)
#3D5627
(61,86,39)
#344922
(52,73,34)
#2B3C1D
(43,60,29)
#222F18
(34,47,24)
#192213
(25,34,19)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #6A9740

#6A9740
(106,151,64)
#77A051
(119,160,81)
#84A962
(132,169,98)
#91B273
(145,178,115)
#9EBB84
(158,187,132)
#ABC495
(171,196,149)
#B8CDA6
(184,205,166)
#C5D6B7
(197,214,183)
#D2DFC8
(210,223,200)
#DFE8D9
(223,232,217)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9740; }

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

This text font color is #6A9740.


Background Color

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

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

This div background color is #6A9740.


Border color

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

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

This div border color is #6A9740.


Opacity

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

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

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

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

This text has shadow with #6A9740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9740 on black background.


Color preview on white background

This text has color #6A9740 on white background.



Black color preview on #6A9740 background

This text has black color on #6A9740 background.


White color preview on #6A9740 background

This text has white color on #6A9740 background.