COLOR #6CCC64

HEX: #6CCC64
RGB: (108,204,100)

Color info

#6CCC64 contains mainly green color. Web safe color of #6CCC64 is #66CC66 (or #6C6).

RGB color model

#6CCC64 color RGB value is (108,204,100).

  • red value is 108;
  • green value is 204;
  • blue value is 100.
RGB:
(108,204,100)
(42%,80%,39%)

RGB channels and saturation

R 108 of 255 = 42%
G 204 of 255 = 80%
B 100 of 255 = 39%

108
204
100

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

Portions of RGB colors in percentages

R + G + B =
108 + 204 + 100 = 412 (100%)
R 108 of 412 ~ 26.21%
G 204 of 412 ~ 49.51%
B 100 of 412 ~ 24.27%

%26.21
%49.51
%24.27

CMYK color model

#6CCC64 color CMYK value is (47,0,51,20).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 20.00%
CMYK:
(47,0,51,20)
C47M0Y51K20 
(47%,0%,51%,20%)
(0.47/0.00/0.51/0.20)	

CMYK percentages

%47.06
%0
%50.98
%20

Codes

Color #6CCC64 in popluar color models

6CCC64
RGB108204100
HSL115°50.49%59.61%
HSB/HSV115°50.98%80.00%
CMYK47.06%0.00%50.98%
20.00%

Color #6CCC64 in popluar number systems.

HEX6CCC64
Decimal108204100
Binary1101100110011001100100
Octal154314144

Shades and tints

Shades of #6CCC64

#6CCC64
(108,204,100)
#63BA5B
(99,186,91)
#5AA852
(90,168,82)
#519649
(81,150,73)
#488440
(72,132,64)
#3F7237
(63,114,55)
#36602E
(54,96,46)
#2D4E25
(45,78,37)
#243C1C
(36,60,28)
#1B2A13
(27,42,19)
#12180A
(18,24,10)
#000000
(0,0,0)

Tints of #6CCC64

#6CCC64
(108,204,100)
#79D072
(121,208,114)
#86D480
(134,212,128)
#93D88E
(147,216,142)
#A0DC9C
(160,220,156)
#ADE0AA
(173,224,170)
#BAE4B8
(186,228,184)
#C7E8C6
(199,232,198)
#D4ECD4
(212,236,212)
#E1F0E2
(225,240,226)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CCC64 color. Also use rgb(108,204,100) instead hex code.

Text Font Color

.myTextColor { color: #6CCC64; }

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

This text font color is #6CCC64.


Background Color

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

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

This div background color is #6CCC64.


Border color

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

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

This div border color is #6CCC64.


Opacity

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

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

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

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

This text has shadow with #6CCC64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CCC64 on black background.


Color preview on white background

This text has color #6CCC64 on white background.



Black color preview on #6CCC64 background

This text has black color on #6CCC64 background.


White color preview on #6CCC64 background

This text has white color on #6CCC64 background.