COLOR #6CA35A

HEX: #6CA35A
RGB: (108,163,90)

Color info

#6CA35A contains mainly red and green colors. Web safe color of #6CA35A is #669966 (or #696).

RGB color model

#6CA35A color RGB value is (108,163,90).

  • red value is 108;
  • green value is 163;
  • blue value is 90.
RGB:
(108,163,90)
(42%,64%,35%)

RGB channels and saturation

R 108 of 255 = 42%
G 163 of 255 = 64%
B 90 of 255 = 35%

108
163
90

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

Portions of RGB colors in percentages

R + G + B =
108 + 163 + 90 = 361 (100%)
R 108 of 361 ~ 29.92%
G 163 of 361 ~ 45.15%
B 90 of 361 ~ 24.93%

%29.92
%45.15
%24.93

CMYK color model

#6CA35A color CMYK value is (34,0,45,36).

  • cyan value is 33.74%
  • magenta value is 0.00%
  • yellow value is 44.79%
  • key color value is 36.08%
CMYK:
(34,0,45,36)
C34M0Y45K36 
(34%,0%,45%,36%)
(0.34/0.00/0.45/0.36)	

CMYK percentages

%33.74
%0
%44.79
%36.08

Codes

Color #6CA35A in popluar color models

6CA35A
RGB10816390
HSL105°28.85%49.61%
HSB/HSV105°44.79%63.92%
CMYK33.74%0.00%44.79%
36.08%

Color #6CA35A in popluar number systems.

HEX6CA35A
Decimal10816390
Binary1101100101000111011010
Octal154243132

Shades and tints

Shades of #6CA35A

#6CA35A
(108,163,90)
#639552
(99,149,82)
#5A874A
(90,135,74)
#517942
(81,121,66)
#486B3A
(72,107,58)
#3F5D32
(63,93,50)
#364F2A
(54,79,42)
#2D4122
(45,65,34)
#24331A
(36,51,26)
#1B2512
(27,37,18)
#12170A
(18,23,10)
#000000
(0,0,0)

Tints of #6CA35A

#6CA35A
(108,163,90)
#79AB69
(121,171,105)
#86B378
(134,179,120)
#93BB87
(147,187,135)
#A0C396
(160,195,150)
#ADCBA5
(173,203,165)
#BAD3B4
(186,211,180)
#C7DBC3
(199,219,195)
#D4E3D2
(212,227,210)
#E1EBE1
(225,235,225)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA35A color. Also use rgb(108,163,90) instead hex code.

Text Font Color

.myTextColor { color: #6CA35A; }

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

This text font color is #6CA35A.


Background Color

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

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

This div background color is #6CA35A.


Border color

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

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

This div border color is #6CA35A.


Opacity

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

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

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

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

This text has shadow with #6CA35A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA35A on black background.


Color preview on white background

This text has color #6CA35A on white background.



Black color preview on #6CA35A background

This text has black color on #6CA35A background.


White color preview on #6CA35A background

This text has white color on #6CA35A background.