COLOR #6A8A66

HEX: #6A8A66
RGB: (106,138,102)

Color info

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

RGB color model

#6A8A66 color RGB value is (106,138,102).

  • red value is 106;
  • green value is 138;
  • blue value is 102.
RGB:
(106,138,102)
(42%,54%,40%)

RGB channels and saturation

R 106 of 255 = 42%
G 138 of 255 = 54%
B 102 of 255 = 40%

106
138
102

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

Portions of RGB colors in percentages

R + G + B =
106 + 138 + 102 = 346 (100%)
R 106 of 346 ~ 30.64%
G 138 of 346 ~ 39.88%
B 102 of 346 ~ 29.48%

%30.64
%39.88
%29.48

CMYK color model

#6A8A66 color CMYK value is (23,0,26,46).

  • cyan value is 23.19%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 45.88%
CMYK:
(23,0,26,46)
C23M0Y26K46 
(23%,0%,26%,46%)
(0.23/0.00/0.26/0.46)	

CMYK percentages

%23.19
%0
%26.09
%45.88

Codes

Color #6A8A66 in popluar color models

6A8A66
RGB106138102
HSL113°15.00%47.06%
HSB/HSV113°26.09%54.12%
CMYK23.19%0.00%26.09%
45.88%

Color #6A8A66 in popluar number systems.

HEX6A8A66
Decimal106138102
Binary1101010100010101100110
Octal152212146

Shades and tints

Shades of #6A8A66

#6A8A66
(106,138,102)
#617E5D
(97,126,93)
#587254
(88,114,84)
#4F664B
(79,102,75)
#465A42
(70,90,66)
#3D4E39
(61,78,57)
#344230
(52,66,48)
#2B3627
(43,54,39)
#222A1E
(34,42,30)
#191E15
(25,30,21)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #6A8A66

#6A8A66
(106,138,102)
#779473
(119,148,115)
#849E80
(132,158,128)
#91A88D
(145,168,141)
#9EB29A
(158,178,154)
#ABBCA7
(171,188,167)
#B8C6B4
(184,198,180)
#C5D0C1
(197,208,193)
#D2DACE
(210,218,206)
#DFE4DB
(223,228,219)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8A66 color. Also use rgb(106,138,102) instead hex code.

Text Font Color

.myTextColor { color: #6A8A66; }

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

This text font color is #6A8A66.


Background Color

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

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

This div background color is #6A8A66.


Border color

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

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

This div border color is #6A8A66.


Opacity

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

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

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

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

This text has shadow with #6A8A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8A66 on black background.


Color preview on white background

This text has color #6A8A66 on white background.



Black color preview on #6A8A66 background

This text has black color on #6A8A66 background.


White color preview on #6A8A66 background

This text has white color on #6A8A66 background.