COLOR #6CA039

HEX: #6CA039
RGB: (108,160,57)

Color info

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

RGB color model

#6CA039 color RGB value is (108,160,57).

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

RGB channels and saturation

R 108 of 255 = 42%
G 160 of 255 = 63%
B 57 of 255 = 22%

108
160
57

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

Portions of RGB colors in percentages

R + G + B =
108 + 160 + 57 = 325 (100%)
R 108 of 325 ~ 33.23%
G 160 of 325 ~ 49.23%
B 57 of 325 ~ 17.54%

%33.23
%49.23
%17.54

CMYK color model

#6CA039 color CMYK value is (33,0,64,37).

  • cyan value is 32.50%
  • magenta value is 0.00%
  • yellow value is 64.38%
  • key color value is 37.25%
CMYK:
(33,0,64,37)
C33M0Y64K37 
(33%,0%,64%,37%)
(0.33/0.00/0.64/0.37)	

CMYK percentages

%32.5
%0
%64.38
%37.25

Codes

Color #6CA039 in popluar color models

6CA039
RGB10816057
HSL90°47.47%42.55%
HSB/HSV90°64.38%62.75%
CMYK32.50%0.00%64.38%
37.25%

Color #6CA039 in popluar number systems.

HEX6CA039
Decimal10816057
Binary110110010100000111001
Octal15424071

Shades and tints

Shades of #6CA039

#6CA039
(108,160,57)
#639234
(99,146,52)
#5A842F
(90,132,47)
#51762A
(81,118,42)
#486825
(72,104,37)
#3F5A20
(63,90,32)
#364C1B
(54,76,27)
#2D3E16
(45,62,22)
#243011
(36,48,17)
#1B220C
(27,34,12)
#121407
(18,20,7)
#000000
(0,0,0)

Tints of #6CA039

#6CA039
(108,160,57)
#79A84B
(121,168,75)
#86B05D
(134,176,93)
#93B86F
(147,184,111)
#A0C081
(160,192,129)
#ADC893
(173,200,147)
#BAD0A5
(186,208,165)
#C7D8B7
(199,216,183)
#D4E0C9
(212,224,201)
#E1E8DB
(225,232,219)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA039; }

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

This text font color is #6CA039.


Background Color

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

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

This div background color is #6CA039.


Border color

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

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

This div border color is #6CA039.


Opacity

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

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

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

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

This text has shadow with #6CA039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA039 on black background.


Color preview on white background

This text has color #6CA039 on white background.



Black color preview on #6CA039 background

This text has black color on #6CA039 background.


White color preview on #6CA039 background

This text has white color on #6CA039 background.