COLOR #6CA07B

HEX: #6CA07B
RGB: (108,160,123)

Color info

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

RGB color model

#6CA07B color RGB value is (108,160,123).

  • red value is 108;
  • green value is 160;
  • blue value is 123.
RGB:
(108,160,123)
(42%,63%,48%)

RGB channels and saturation

R 108 of 255 = 42%
G 160 of 255 = 63%
B 123 of 255 = 48%

108
160
123

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

Portions of RGB colors in percentages

R + G + B =
108 + 160 + 123 = 391 (100%)
R 108 of 391 ~ 27.62%
G 160 of 391 ~ 40.92%
B 123 of 391 ~ 31.46%

%27.62
%40.92
%31.46

CMYK color model

#6CA07B color CMYK value is (33,0,23,37).

  • cyan value is 32.50%
  • magenta value is 0.00%
  • yellow value is 23.13%
  • key color value is 37.25%
CMYK:
(33,0,23,37)
C33M0Y23K37 
(33%,0%,23%,37%)
(0.33/0.00/0.23/0.37)	

CMYK percentages

%32.5
%0
%23.13
%37.25

Codes

Color #6CA07B in popluar color models

6CA07B
RGB108160123
HSL137°21.49%52.55%
HSB/HSV137°32.50%62.75%
CMYK32.50%0.00%23.13%
37.25%

Color #6CA07B in popluar number systems.

HEX6CA07B
Decimal108160123
Binary1101100101000001111011
Octal154240173

Shades and tints

Shades of #6CA07B

#6CA07B
(108,160,123)
#639270
(99,146,112)
#5A8465
(90,132,101)
#51765A
(81,118,90)
#48684F
(72,104,79)
#3F5A44
(63,90,68)
#364C39
(54,76,57)
#2D3E2E
(45,62,46)
#243023
(36,48,35)
#1B2218
(27,34,24)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #6CA07B

#6CA07B
(108,160,123)
#79A887
(121,168,135)
#86B093
(134,176,147)
#93B89F
(147,184,159)
#A0C0AB
(160,192,171)
#ADC8B7
(173,200,183)
#BAD0C3
(186,208,195)
#C7D8CF
(199,216,207)
#D4E0DB
(212,224,219)
#E1E8E7
(225,232,231)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA07B; }

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

This text font color is #6CA07B.


Background Color

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

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

This div background color is #6CA07B.


Border color

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

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

This div border color is #6CA07B.


Opacity

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

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

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

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

This text has shadow with #6CA07B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA07B on black background.


Color preview on white background

This text has color #6CA07B on white background.



Black color preview on #6CA07B background

This text has black color on #6CA07B background.


White color preview on #6CA07B background

This text has white color on #6CA07B background.