COLOR #6A864A

HEX: #6A864A
RGB: (106,134,74)

Color info

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

RGB color model

#6A864A color RGB value is (106,134,74).

  • red value is 106;
  • green value is 134;
  • blue value is 74.
RGB:
(106,134,74)
(42%,53%,29%)

RGB channels and saturation

R 106 of 255 = 42%
G 134 of 255 = 53%
B 74 of 255 = 29%

106
134
74

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

Portions of RGB colors in percentages

R + G + B =
106 + 134 + 74 = 314 (100%)
R 106 of 314 ~ 33.76%
G 134 of 314 ~ 42.68%
B 74 of 314 ~ 23.57%

%33.76
%42.68
%23.57

CMYK color model

#6A864A color CMYK value is (21,0,45,47).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 44.78%
  • key color value is 47.45%
CMYK:
(21,0,45,47)
C21M0Y45K47 
(21%,0%,45%,47%)
(0.21/0.00/0.45/0.47)	

CMYK percentages

%20.9
%0
%44.78
%47.45

Codes

Color #6A864A in popluar color models

6A864A
RGB10613474
HSL88°28.85%40.78%
HSB/HSV88°44.78%52.55%
CMYK20.90%0.00%44.78%
47.45%

Color #6A864A in popluar number systems.

HEX6A864A
Decimal10613474
Binary1101010100001101001010
Octal152206112

Shades and tints

Shades of #6A864A

#6A864A
(106,134,74)
#617A44
(97,122,68)
#586E3E
(88,110,62)
#4F6238
(79,98,56)
#465632
(70,86,50)
#3D4A2C
(61,74,44)
#343E26
(52,62,38)
#2B3220
(43,50,32)
#22261A
(34,38,26)
#191A14
(25,26,20)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #6A864A

#6A864A
(106,134,74)
#77915A
(119,145,90)
#849C6A
(132,156,106)
#91A77A
(145,167,122)
#9EB28A
(158,178,138)
#ABBD9A
(171,189,154)
#B8C8AA
(184,200,170)
#C5D3BA
(197,211,186)
#D2DECA
(210,222,202)
#DFE9DA
(223,233,218)
#ECF4EA
(236,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A864A color. Also use rgb(106,134,74) instead hex code.

Text Font Color

.myTextColor { color: #6A864A; }

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

This text font color is #6A864A.


Background Color

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

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

This div background color is #6A864A.


Border color

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

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

This div border color is #6A864A.


Opacity

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

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

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

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

This text has shadow with #6A864A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A864A on black background.


Color preview on white background

This text has color #6A864A on white background.



Black color preview on #6A864A background

This text has black color on #6A864A background.


White color preview on #6A864A background

This text has white color on #6A864A background.