COLOR #6C9572

HEX: #6C9572 RGB: (108,149,114)

Color info

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

RGB color model

#6C9572 color RGB value is (108,149,114).

RGB: (108,149,114) (42%, 58%, 45%)

RGB channels and saturation

R 108 of 255 = 42%
G 149 of 255 = 58%
B 114 of 255 = 45%

108
149
114

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

Portions of RGB colors in percentages

R + G + B = 108 + 149 + 114 = 371 (100%)
R 108 of 371 ~ 29.11%
G 149 of 371 ~ 40.16%
B 114 of 371 ~ 30.73'%

%29.11
%40.16
%30.73

CMYK color model

#6C9572 color CMYK value is (28,0,23,42).

  • cyan value is 27.52%
  • magenta value is 0.00%
  • yellow value is 23.49%
  • key color value is 41.57%

CMYK: (28,0,23,42)
C28M0Y23K42 (28%, 0%, 23%, 42%)
(0.28 / 0.00 / 0.23 / 0.42)

CMYK percentages

%27.52
%0
%23.49
%41.57

Codes

Color #6C9572 in popluar color models

6C 95 72
RGB 108 149 114
HSL 129° 16.21% 50.39%
HSB/HSV 129° 27.52% 58.43%
CMYK 27.52% 0.00% 23.49%
41.57%

Color #6C9572 in popluar number systems.

HEX 6C 95 72
Decimal 108 149 114
Binary 1101100 10010101 1110010
Octal 154 225 162

Shades and tints

Shades of #6C9572

#6C9572
(108,149,114)
#638868
(99,136,104)
#5A7B5E
(90,123,94)
#516E54
(81,110,84)
#48614A
(72,97,74)
#3F5440
(63,84,64)
#364736
(54,71,54)
#2D3A2C
(45,58,44)
#242D22
(36,45,34)
#1B2018
(27,32,24)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #6C9572

#6C9572
(108,149,114)
#799E7E
(121,158,126)
#86A78A
(134,167,138)
#93B096
(147,176,150)
#A0B9A2
(160,185,162)
#ADC2AE
(173,194,174)
#BACBBA
(186,203,186)
#C7D4C6
(199,212,198)
#D4DDD2
(212,221,210)
#E1E6DE
(225,230,222)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9572 color. Also use rgb(108,149,114) instead hex code.

Text Font Color

.myTextColor { color: #6C9572; }

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

This text font color is #6C9572.

Background Color

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

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

This div background color is #6C9572.

Border color

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

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

This div border color is #6C9572.

Opacity

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

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

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

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

This text has shadow with #6C9572 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C9572.

Preview

Color preview on black background

This text has color #6C9572 on black background.


Color preview on white background

This text has color #6C9572 on white background.


Black color preview on #6C9572 background

This text has black color on #6C9572 background.


White color preview on #6C9572 background

This text has white color on #6C9572 background.


Related colors

Complementary color

Complementary color for #hex is #936A8D.


I love getcolorcode.com

Triadic colors

1 #726C95 and #95726C with #6C9572 are triadic colors.

2 #72956C and #956C72 with #6C9572 are triadic colors.