COLOR #6C9975

HEX: #6C9975 RGB: (108,153,117)

Color info

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

RGB color model

#6C9975 color RGB value is (108,153,117).

RGB: (108,153,117) (42%, 60%, 46%)

RGB channels and saturation

R 108 of 255 = 42%
G 153 of 255 = 60%
B 117 of 255 = 46%

108
153
117

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

Portions of RGB colors in percentages

R + G + B = 108 + 153 + 117 = 378 (100%)
R 108 of 378 ~ 28.57%
G 153 of 378 ~ 40.48%
B 117 of 378 ~ 30.95'%

%28.57
%40.48
%30.95

CMYK color model

#6C9975 color CMYK value is (29,0,24,40).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 40.00%

CMYK: (29,0,24,40)
C29M0Y24K40 (29%, 0%, 24%, 40%)
(0.29 / 0.00 / 0.24 / 0.40)

CMYK percentages

%29.41
%0
%23.53
%40

Codes

Color #6C9975 in popluar color models

6C 99 75
RGB 108 153 117
HSL 132° 18.07% 51.18%
HSB/HSV 132° 29.41% 60.00%
CMYK 29.41% 0.00% 23.53%
40.00%

Color #6C9975 in popluar number systems.

HEX 6C 99 75
Decimal 108 153 117
Binary 1101100 10011001 1110101
Octal 154 231 165

Shades and tints

Shades of #6C9975

#6C9975
(108,153,117)
#638C6B
(99,140,107)
#5A7F61
(90,127,97)
#517257
(81,114,87)
#48654D
(72,101,77)
#3F5843
(63,88,67)
#364B39
(54,75,57)
#2D3E2F
(45,62,47)
#243125
(36,49,37)
#1B241B
(27,36,27)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #6C9975

#6C9975
(108,153,117)
#79A281
(121,162,129)
#86AB8D
(134,171,141)
#93B499
(147,180,153)
#A0BDA5
(160,189,165)
#ADC6B1
(173,198,177)
#BACFBD
(186,207,189)
#C7D8C9
(199,216,201)
#D4E1D5
(212,225,213)
#E1EAE1
(225,234,225)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9975 color. Also use rgb(108,153,117) instead hex code.

Text Font Color

.myTextColor { color: #6C9975; }

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

This text font color is #6C9975.

Background Color

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

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

This div background color is #6C9975.

Border color

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

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

This div border color is #6C9975.

Opacity

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

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

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

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

This text has shadow with #6C9975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C9975.

Preview

Color preview on black background

This text has color #6C9975 on black background.


Color preview on white background

This text has color #6C9975 on white background.


Black color preview on #6C9975 background

This text has black color on #6C9975 background.


White color preview on #6C9975 background

This text has white color on #6C9975 background.


Related colors

Complementary color

Complementary color for #hex is #93668A.


I love getcolorcode.com

Triadic colors

1 #756C99 and #99756C with #6C9975 are triadic colors.

2 #75996C and #996C75 with #6C9975 are triadic colors.