COLOR #6A8757

HEX: #6A8757 RGB: (106,135,87)

Color info

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

RGB color model

#6A8757 color RGB value is (106,135,87).

RGB: (106,135,87) (42%, 53%, 34%)

RGB channels and saturation

R 106 of 255 = 42%
G 135 of 255 = 53%
B 87 of 255 = 34%

106
135
87

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

Portions of RGB colors in percentages

R + G + B = 106 + 135 + 87 = 328 (100%)
R 106 of 328 ~ 32.32%
G 135 of 328 ~ 41.16%
B 87 of 328 ~ 26.52'%

%32.32
%41.16
%26.52

CMYK color model

#6A8757 color CMYK value is (21,0,36,47).

  • cyan value is 21.48%
  • magenta value is 0.00%
  • yellow value is 35.56%
  • key color value is 47.06%
CMYK: (21,0,36,47) C21M0Y36K47 (21%,0%,36%,47%) (0.21/0.00/0.36/0.47) 

CMYK percentages

%21.48
%0
%35.56
%47.06

Codes

Color #6A8757 in popluar color models

6A 87 57
RGB 106 135 87
HSL 96° 21.62% 43.53%
HSB/HSV 96° 35.56% 52.94%
CMYK 21.48% 0.00% 35.56%
47.06%

Color #6A8757 in popluar number systems.

HEX 6A 87 57
Decimal 106 135 87
Binary 1101010 10000111 1010111
Octal 152 207 127

Shades and tints

Shades of #6A8757

#6A8757
(106,135,87)
#617B50
(97,123,80)
#586F49
(88,111,73)
#4F6342
(79,99,66)
#46573B
(70,87,59)
#3D4B34
(61,75,52)
#343F2D
(52,63,45)
#2B3326
(43,51,38)
#22271F
(34,39,31)
#191B18
(25,27,24)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #6A8757

#6A8757
(106,135,87)
#779166
(119,145,102)
#849B75
(132,155,117)
#91A584
(145,165,132)
#9EAF93
(158,175,147)
#ABB9A2
(171,185,162)
#B8C3B1
(184,195,177)
#C5CDC0
(197,205,192)
#D2D7CF
(210,215,207)
#DFE1DE
(223,225,222)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8757 color. Also use rgb(106,135,87) instead hex code.

Text Font Color

.myTextColor { color: #6A8757; }

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

This text font color is #6A8757.

Background Color

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

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

This div background color is #6A8757.

Border color

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

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

This div border color is #6A8757.

Opacity

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

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

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

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

This text has shadow with #6A8757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A8757.

Preview

Color preview on black background

This text has color #6A8757 on black background.


Color preview on white background

This text has color #6A8757 on white background.


Black color preview on #6A8757 background

This text has black color on #6A8757 background.


White color preview on #6A8757 background

This text has white color on #6A8757 background.


Related colors

Complementary color

Complementary color for #hex is #9578A8.


I love getcolorcode.com

Triadic colors

1 #576A87 and #87576A with #6A8757 are triadic colors.

2 #57876A and #876A57 with #6A8757 are triadic colors.