COLOR #6A8A62

HEX: #6A8A62
RGB: (106,138,98)

Color info

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

RGB color model

#6A8A62 color RGB value is (106,138,98).

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

RGB channels and saturation

R 106 of 255 = 42%
G 138 of 255 = 54%
B 98 of 255 = 38%

106
138
98

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

Portions of RGB colors in percentages

R + G + B =
106 + 138 + 98 = 342 (100%)
R 106 of 342 ~ 30.99%
G 138 of 342 ~ 40.35%
B 98 of 342 ~ 28.65%

%30.99
%40.35
%28.65

CMYK color model

#6A8A62 color CMYK value is (23,0,29,46).

  • cyan value is 23.19%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 45.88%
CMYK:
(23,0,29,46)
C23M0Y29K46 
(23%,0%,29%,46%)
(0.23/0.00/0.29/0.46)	

CMYK percentages

%23.19
%0
%28.99
%45.88

Codes

Color #6A8A62 in popluar color models

6A8A62
RGB10613898
HSL108°16.95%46.27%
HSB/HSV108°28.99%54.12%
CMYK23.19%0.00%28.99%
45.88%

Color #6A8A62 in popluar number systems.

HEX6A8A62
Decimal10613898
Binary1101010100010101100010
Octal152212142

Shades and tints

Shades of #6A8A62

#6A8A62
(106,138,98)
#617E5A
(97,126,90)
#587252
(88,114,82)
#4F664A
(79,102,74)
#465A42
(70,90,66)
#3D4E3A
(61,78,58)
#344232
(52,66,50)
#2B362A
(43,54,42)
#222A22
(34,42,34)
#191E1A
(25,30,26)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #6A8A62

#6A8A62
(106,138,98)
#779470
(119,148,112)
#849E7E
(132,158,126)
#91A88C
(145,168,140)
#9EB29A
(158,178,154)
#ABBCA8
(171,188,168)
#B8C6B6
(184,198,182)
#C5D0C4
(197,208,196)
#D2DAD2
(210,218,210)
#DFE4E0
(223,228,224)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8A62; }

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

This text font color is #6A8A62.


Background Color

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

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

This div background color is #6A8A62.


Border color

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

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

This div border color is #6A8A62.


Opacity

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

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

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

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

This text has shadow with #6A8A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8A62 on black background.


Color preview on white background

This text has color #6A8A62 on white background.



Black color preview on #6A8A62 background

This text has black color on #6A8A62 background.


White color preview on #6A8A62 background

This text has white color on #6A8A62 background.