COLOR #6CA64B

HEX: #6CA64B
RGB: (108,166,75)

Color info

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

RGB color model

#6CA64B color RGB value is (108,166,75).

  • red value is 108;
  • green value is 166;
  • blue value is 75.
RGB:
(108,166,75)
(42%,65%,29%)

RGB channels and saturation

R 108 of 255 = 42%
G 166 of 255 = 65%
B 75 of 255 = 29%

108
166
75

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

Portions of RGB colors in percentages

R + G + B =
108 + 166 + 75 = 349 (100%)
R 108 of 349 ~ 30.95%
G 166 of 349 ~ 47.56%
B 75 of 349 ~ 21.49%

%30.95
%47.56
%21.49

CMYK color model

#6CA64B color CMYK value is (35,0,55,35).

  • cyan value is 34.94%
  • magenta value is 0.00%
  • yellow value is 54.82%
  • key color value is 34.90%
CMYK:
(35,0,55,35)
C35M0Y55K35 
(35%,0%,55%,35%)
(0.35/0.00/0.55/0.35)	

CMYK percentages

%34.94
%0
%54.82
%34.9

Codes

Color #6CA64B in popluar color models

6CA64B
RGB10816675
HSL98°37.76%47.25%
HSB/HSV98°54.82%65.10%
CMYK34.94%0.00%54.82%
34.90%

Color #6CA64B in popluar number systems.

HEX6CA64B
Decimal10816675
Binary1101100101001101001011
Octal154246113

Shades and tints

Shades of #6CA64B

#6CA64B
(108,166,75)
#639745
(99,151,69)
#5A883F
(90,136,63)
#517939
(81,121,57)
#486A33
(72,106,51)
#3F5B2D
(63,91,45)
#364C27
(54,76,39)
#2D3D21
(45,61,33)
#242E1B
(36,46,27)
#1B1F15
(27,31,21)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #6CA64B

#6CA64B
(108,166,75)
#79AE5B
(121,174,91)
#86B66B
(134,182,107)
#93BE7B
(147,190,123)
#A0C68B
(160,198,139)
#ADCE9B
(173,206,155)
#BAD6AB
(186,214,171)
#C7DEBB
(199,222,187)
#D4E6CB
(212,230,203)
#E1EEDB
(225,238,219)
#EEF6EB
(238,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA64B color. Also use rgb(108,166,75) instead hex code.

Text Font Color

.myTextColor { color: #6CA64B; }

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

This text font color is #6CA64B.


Background Color

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

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

This div background color is #6CA64B.


Border color

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

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

This div border color is #6CA64B.


Opacity

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

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

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

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

This text has shadow with #6CA64B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA64B on black background.


Color preview on white background

This text has color #6CA64B on white background.



Black color preview on #6CA64B background

This text has black color on #6CA64B background.


White color preview on #6CA64B background

This text has white color on #6CA64B background.