COLOR #6A9A6D

HEX: #6A9A6D
RGB: (106,154,109)

Color info

#6A9A6D contains red, green and blue colors in about the same proportion. Web safe color of #6A9A6D is #669966 (or #696).

RGB color model

#6A9A6D color RGB value is (106,154,109).

  • red value is 106;
  • green value is 154;
  • blue value is 109.
RGB:
(106,154,109)
(42%,60%,43%)

RGB channels and saturation

R 106 of 255 = 42%
G 154 of 255 = 60%
B 109 of 255 = 43%

106
154
109

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

Portions of RGB colors in percentages

R + G + B =
106 + 154 + 109 = 369 (100%)
R 106 of 369 ~ 28.73%
G 154 of 369 ~ 41.73%
B 109 of 369 ~ 29.54%

%28.73
%41.73
%29.54

CMYK color model

#6A9A6D color CMYK value is (31,0,29,40).

  • cyan value is 31.17%
  • magenta value is 0.00%
  • yellow value is 29.22%
  • key color value is 39.61%
CMYK:
(31,0,29,40)
C31M0Y29K40 
(31%,0%,29%,40%)
(0.31/0.00/0.29/0.40)	

CMYK percentages

%31.17
%0
%29.22
%39.61

Codes

Color #6A9A6D in popluar color models

6A9A6D
RGB106154109
HSL124°19.20%50.98%
HSB/HSV124°31.17%60.39%
CMYK31.17%0.00%29.22%
39.61%

Color #6A9A6D in popluar number systems.

HEX6A9A6D
Decimal106154109
Binary1101010100110101101101
Octal152232155

Shades and tints

Shades of #6A9A6D

#6A9A6D
(106,154,109)
#618C64
(97,140,100)
#587E5B
(88,126,91)
#4F7052
(79,112,82)
#466249
(70,98,73)
#3D5440
(61,84,64)
#344637
(52,70,55)
#2B382E
(43,56,46)
#222A25
(34,42,37)
#191C1C
(25,28,28)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #6A9A6D

#6A9A6D
(106,154,109)
#77A37A
(119,163,122)
#84AC87
(132,172,135)
#91B594
(145,181,148)
#9EBEA1
(158,190,161)
#ABC7AE
(171,199,174)
#B8D0BB
(184,208,187)
#C5D9C8
(197,217,200)
#D2E2D5
(210,226,213)
#DFEBE2
(223,235,226)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9A6D color. Also use rgb(106,154,109) instead hex code.

Text Font Color

.myTextColor { color: #6A9A6D; }

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

This text font color is #6A9A6D.


Background Color

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

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

This div background color is #6A9A6D.


Border color

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

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

This div border color is #6A9A6D.


Opacity

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

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

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

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

This text has shadow with #6A9A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9A6D on black background.


Color preview on white background

This text has color #6A9A6D on white background.



Black color preview on #6A9A6D background

This text has black color on #6A9A6D background.


White color preview on #6A9A6D background

This text has white color on #6A9A6D background.