COLOR #6C8862

HEX: #6C8862 RGB: (108,136,98)

Color info

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

RGB color model

#6C8862 color RGB value is (108,136,98).

RGB: (108,136,98) (42%, 53%, 38%)

RGB channels and saturation

R 108 of 255 = 42%
G 136 of 255 = 53%
B 98 of 255 = 38%

108
136
98

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

Portions of RGB colors in percentages

R + G + B = 108 + 136 + 98 = 342 (100%)
R 108 of 342 ~ 31.58%
G 136 of 342 ~ 39.77%
B 98 of 342 ~ 28.65'%

%31.58
%39.77
%28.65

CMYK color model

#6C8862 color CMYK value is (21,0,28,47).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 27.94%
  • key color value is 46.67%

CMYK: (21,0,28,47)
C21M0Y28K47 (21%, 0%, 28%, 47%)
(0.21 / 0.00 / 0.28 / 0.47)

CMYK percentages

%20.59
%0
%27.94
%46.67

Codes

Color #6C8862 in popluar color models

6C 88 62
RGB 108 136 98
HSL 104° 16.24% 45.88%
HSB/HSV 104° 27.94% 53.33%
CMYK 20.59% 0.00% 27.94%
46.67%

Color #6C8862 in popluar number systems.

HEX 6C 88 62
Decimal 108 136 98
Binary 1101100 10001000 1100010
Octal 154 210 142

Shades and tints

Shades of #6C8862

#6C8862
(108,136,98)
#637C5A
(99,124,90)
#5A7052
(90,112,82)
#51644A
(81,100,74)
#485842
(72,88,66)
#3F4C3A
(63,76,58)
#364032
(54,64,50)
#2D342A
(45,52,42)
#242822
(36,40,34)
#1B1C1A
(27,28,26)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #6C8862

#6C8862
(108,136,98)
#799270
(121,146,112)
#869C7E
(134,156,126)
#93A68C
(147,166,140)
#A0B09A
(160,176,154)
#ADBAA8
(173,186,168)
#BAC4B6
(186,196,182)
#C7CEC4
(199,206,196)
#D4D8D2
(212,216,210)
#E1E2E0
(225,226,224)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8862 color. Also use rgb(108,136,98) instead hex code.

Text Font Color

.myTextColor { color: #6C8862; }

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

This text font color is #6C8862.

Background Color

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

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

This div background color is #6C8862.

Border color

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

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

This div border color is #6C8862.

Opacity

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

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

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

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

This text has shadow with #6C8862 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8862.

Preview

Color preview on black background

This text has color #6C8862 on black background.


Color preview on white background

This text has color #6C8862 on white background.


Black color preview on #6C8862 background

This text has black color on #6C8862 background.


White color preview on #6C8862 background

This text has white color on #6C8862 background.


Related colors

Complementary color

Complementary color for #hex is #93779D.


I love getcolorcode.com

Triadic colors

1 #626C88 and #88626C with #6C8862 are triadic colors.

2 #62886C and #886C62 with #6C8862 are triadic colors.