COLOR #6CA042

HEX: #6CA042
RGB: (108,160,66)

Color info

#6CA042 contains mainly red and green colors. Web safe color of #6CA042 is #669933 (or #693).

RGB color model

#6CA042 color RGB value is (108,160,66).

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

RGB channels and saturation

R 108 of 255 = 42%
G 160 of 255 = 63%
B 66 of 255 = 26%

108
160
66

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

Portions of RGB colors in percentages

R + G + B =
108 + 160 + 66 = 334 (100%)
R 108 of 334 ~ 32.34%
G 160 of 334 ~ 47.9%
B 66 of 334 ~ 19.76%

%32.34
%47.9
%19.76

CMYK color model

#6CA042 color CMYK value is (33,0,59,37).

  • cyan value is 32.50%
  • magenta value is 0.00%
  • yellow value is 58.75%
  • key color value is 37.25%
CMYK:
(33,0,59,37)
C33M0Y59K37 
(33%,0%,59%,37%)
(0.33/0.00/0.59/0.37)	

CMYK percentages

%32.5
%0
%58.75
%37.25

Codes

Color #6CA042 in popluar color models

6CA042
RGB10816066
HSL93°41.59%44.31%
HSB/HSV93°58.75%62.75%
CMYK32.50%0.00%58.75%
37.25%

Color #6CA042 in popluar number systems.

HEX6CA042
Decimal10816066
Binary1101100101000001000010
Octal154240102

Shades and tints

Shades of #6CA042

#6CA042
(108,160,66)
#63923C
(99,146,60)
#5A8436
(90,132,54)
#517630
(81,118,48)
#48682A
(72,104,42)
#3F5A24
(63,90,36)
#364C1E
(54,76,30)
#2D3E18
(45,62,24)
#243012
(36,48,18)
#1B220C
(27,34,12)
#121406
(18,20,6)
#000000
(0,0,0)

Tints of #6CA042

#6CA042
(108,160,66)
#79A853
(121,168,83)
#86B064
(134,176,100)
#93B875
(147,184,117)
#A0C086
(160,192,134)
#ADC897
(173,200,151)
#BAD0A8
(186,208,168)
#C7D8B9
(199,216,185)
#D4E0CA
(212,224,202)
#E1E8DB
(225,232,219)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA042; }

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

This text font color is #6CA042.


Background Color

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

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

This div background color is #6CA042.


Border color

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

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

This div border color is #6CA042.


Opacity

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

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

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

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

This text has shadow with #6CA042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA042 on black background.


Color preview on white background

This text has color #6CA042 on white background.



Black color preview on #6CA042 background

This text has black color on #6CA042 background.


White color preview on #6CA042 background

This text has white color on #6CA042 background.