COLOR #6A9F40

HEX: #6A9F40
RGB: (106,159,64)

Color info

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

RGB color model

#6A9F40 color RGB value is (106,159,64).

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

RGB channels and saturation

R 106 of 255 = 42%
G 159 of 255 = 62%
B 64 of 255 = 25%

106
159
64

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

Portions of RGB colors in percentages

R + G + B =
106 + 159 + 64 = 329 (100%)
R 106 of 329 ~ 32.22%
G 159 of 329 ~ 48.33%
B 64 of 329 ~ 19.45%

%32.22
%48.33
%19.45

CMYK color model

#6A9F40 color CMYK value is (33,0,60,38).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 59.75%
  • key color value is 37.65%
CMYK:
(33,0,60,38)
C33M0Y60K38 
(33%,0%,60%,38%)
(0.33/0.00/0.60/0.38)	

CMYK percentages

%33.33
%0
%59.75
%37.65

Codes

Color #6A9F40 in popluar color models

6A9F40
RGB10615964
HSL93°42.60%43.73%
HSB/HSV93°59.75%62.35%
CMYK33.33%0.00%59.75%
37.65%

Color #6A9F40 in popluar number systems.

HEX6A9F40
Decimal10615964
Binary1101010100111111000000
Octal152237100

Shades and tints

Shades of #6A9F40

#6A9F40
(106,159,64)
#61913B
(97,145,59)
#588336
(88,131,54)
#4F7531
(79,117,49)
#46672C
(70,103,44)
#3D5927
(61,89,39)
#344B22
(52,75,34)
#2B3D1D
(43,61,29)
#222F18
(34,47,24)
#192113
(25,33,19)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #6A9F40

#6A9F40
(106,159,64)
#77A751
(119,167,81)
#84AF62
(132,175,98)
#91B773
(145,183,115)
#9EBF84
(158,191,132)
#ABC795
(171,199,149)
#B8CFA6
(184,207,166)
#C5D7B7
(197,215,183)
#D2DFC8
(210,223,200)
#DFE7D9
(223,231,217)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9F40; }

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

This text font color is #6A9F40.


Background Color

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

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

This div background color is #6A9F40.


Border color

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

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

This div border color is #6A9F40.


Opacity

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

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

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

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

This text has shadow with #6A9F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9F40 on black background.


Color preview on white background

This text has color #6A9F40 on white background.



Black color preview on #6A9F40 background

This text has black color on #6A9F40 background.


White color preview on #6A9F40 background

This text has white color on #6A9F40 background.