COLOR #6CA954

HEX: #6CA954
RGB: (108,169,84)

Color info

#6CA954 contains mainly green color. Web safe color of #6CA954 is #669966 (or #696).

RGB color model

#6CA954 color RGB value is (108,169,84).

  • red value is 108;
  • green value is 169;
  • blue value is 84.
RGB:
(108,169,84)
(42%,66%,33%)

RGB channels and saturation

R 108 of 255 = 42%
G 169 of 255 = 66%
B 84 of 255 = 33%

108
169
84

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

Portions of RGB colors in percentages

R + G + B =
108 + 169 + 84 = 361 (100%)
R 108 of 361 ~ 29.92%
G 169 of 361 ~ 46.81%
B 84 of 361 ~ 23.27%

%29.92
%46.81
%23.27

CMYK color model

#6CA954 color CMYK value is (36,0,50,34).

  • cyan value is 36.09%
  • magenta value is 0.00%
  • yellow value is 50.30%
  • key color value is 33.73%
CMYK:
(36,0,50,34)
C36M0Y50K34 
(36%,0%,50%,34%)
(0.36/0.00/0.50/0.34)	

CMYK percentages

%36.09
%0
%50.3
%33.73

Codes

Color #6CA954 in popluar color models

6CA954
RGB10816984
HSL103°33.60%49.61%
HSB/HSV103°50.30%66.27%
CMYK36.09%0.00%50.30%
33.73%

Color #6CA954 in popluar number systems.

HEX6CA954
Decimal10816984
Binary1101100101010011010100
Octal154251124

Shades and tints

Shades of #6CA954

#6CA954
(108,169,84)
#639A4D
(99,154,77)
#5A8B46
(90,139,70)
#517C3F
(81,124,63)
#486D38
(72,109,56)
#3F5E31
(63,94,49)
#364F2A
(54,79,42)
#2D4023
(45,64,35)
#24311C
(36,49,28)
#1B2215
(27,34,21)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #6CA954

#6CA954
(108,169,84)
#79B063
(121,176,99)
#86B772
(134,183,114)
#93BE81
(147,190,129)
#A0C590
(160,197,144)
#ADCC9F
(173,204,159)
#BAD3AE
(186,211,174)
#C7DABD
(199,218,189)
#D4E1CC
(212,225,204)
#E1E8DB
(225,232,219)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA954 color. Also use rgb(108,169,84) instead hex code.

Text Font Color

.myTextColor { color: #6CA954; }

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

This text font color is #6CA954.


Background Color

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

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

This div background color is #6CA954.


Border color

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

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

This div border color is #6CA954.


Opacity

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

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

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

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

This text has shadow with #6CA954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA954 on black background.


Color preview on white background

This text has color #6CA954 on white background.



Black color preview on #6CA954 background

This text has black color on #6CA954 background.


White color preview on #6CA954 background

This text has white color on #6CA954 background.