COLOR #6CA075

HEX: #6CA075 RGB: (108,160,117)

Color info

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

RGB color model

#6CA075 color RGB value is (108,160,117).

RGB: (108,160,117) (42%, 63%, 46%)

RGB channels and saturation

R 108 of 255 = 42%
G 160 of 255 = 63%
B 117 of 255 = 46%

108
160
117

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

Portions of RGB colors in percentages

R + G + B = 108 + 160 + 117 = 385 (100%)
R 108 of 385 ~ 28.05%
G 160 of 385 ~ 41.56%
B 117 of 385 ~ 30.39'%

%28.05
%41.56
%30.39

CMYK color model

#6CA075 color CMYK value is (33,0,27,37).

  • cyan value is 32.50%
  • magenta value is 0.00%
  • yellow value is 26.88%
  • key color value is 37.25%

CMYK: (33,0,27,37)
C33M0Y27K37 (33%, 0%, 27%, 37%)
(0.33 / 0.00 / 0.27 / 0.37)

CMYK percentages

%32.5
%0
%26.88
%37.25

Codes

Color #6CA075 in popluar color models

6C A0 75
RGB 108 160 117
HSL 130° 21.49% 52.55%
HSB/HSV 130° 32.50% 62.75%
CMYK 32.50% 0.00% 26.88%
37.25%

Color #6CA075 in popluar number systems.

HEX 6C A0 75
Decimal 108 160 117
Binary 1101100 10100000 1110101
Octal 154 240 165

Shades and tints

Shades of #6CA075

#6CA075
(108,160,117)
#63926B
(99,146,107)
#5A8461
(90,132,97)
#517657
(81,118,87)
#48684D
(72,104,77)
#3F5A43
(63,90,67)
#364C39
(54,76,57)
#2D3E2F
(45,62,47)
#243025
(36,48,37)
#1B221B
(27,34,27)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #6CA075

#6CA075
(108,160,117)
#79A881
(121,168,129)
#86B08D
(134,176,141)
#93B899
(147,184,153)
#A0C0A5
(160,192,165)
#ADC8B1
(173,200,177)
#BAD0BD
(186,208,189)
#C7D8C9
(199,216,201)
#D4E0D5
(212,224,213)
#E1E8E1
(225,232,225)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA075; }

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

This text font color is #6CA075.

Background Color

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

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

This div background color is #6CA075.

Border color

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

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

This div border color is #6CA075.

Opacity

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

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

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

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

This text has shadow with #6CA075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA075.

Preview

Color preview on black background

This text has color #6CA075 on black background.


Color preview on white background

This text has color #6CA075 on white background.


Black color preview on #6CA075 background

This text has black color on #6CA075 background.


White color preview on #6CA075 background

This text has white color on #6CA075 background.


Related colors

Complementary color

Complementary color for #hex is #935F8A.


I love getcolorcode.com

Triadic colors

1 #756CA0 and #A0756C with #6CA075 are triadic colors.

2 #75A06C and #A06C75 with #6CA075 are triadic colors.