COLOR #64B76C

HEX: #64B76C
RGB: (100,183,108)

Color info

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

RGB color model

#64B76C color RGB value is (100,183,108).

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

RGB channels and saturation

R 100 of 255 = 39%
G 183 of 255 = 72%
B 108 of 255 = 42%

100
183
108

R + G + B ~ 51%. #64B76C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 183 + 108 = 391 (100%)
R 100 of 391 ~ 25.58%
G 183 of 391 ~ 46.8%
B 108 of 391 ~ 27.62%

%25.58
%46.8
%27.62

CMYK color model

#64B76C color CMYK value is (45,0,41,28).

  • cyan value is 45.36%
  • magenta value is 0.00%
  • yellow value is 40.98%
  • key color value is 28.24%
CMYK:
(45,0,41,28)
C45M0Y41K28 
(45%,0%,41%,28%)
(0.45/0.00/0.41/0.28)	

CMYK percentages

%45.36
%0
%40.98
%28.24

Codes

Color #64B76C in popluar color models

64B76C
RGB100183108
HSL126°36.56%55.49%
HSB/HSV126°45.36%71.76%
CMYK45.36%0.00%40.98%
28.24%

Color #64B76C in popluar number systems.

HEX64B76C
Decimal100183108
Binary1100100101101111101100
Octal144267154

Shades and tints

Shades of #64B76C

#64B76C
(100,183,108)
#5BA763
(91,167,99)
#52975A
(82,151,90)
#498751
(73,135,81)
#407748
(64,119,72)
#37673F
(55,103,63)
#2E5736
(46,87,54)
#25472D
(37,71,45)
#1C3724
(28,55,36)
#13271B
(19,39,27)
#0A1712
(10,23,18)
#000000
(0,0,0)

Tints of #64B76C

#64B76C
(100,183,108)
#72BD79
(114,189,121)
#80C386
(128,195,134)
#8EC993
(142,201,147)
#9CCFA0
(156,207,160)
#AAD5AD
(170,213,173)
#B8DBBA
(184,219,186)
#C6E1C7
(198,225,199)
#D4E7D4
(212,231,212)
#E2EDE1
(226,237,225)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64B76C color. Also use rgb(100,183,108) instead hex code.

Text Font Color

.myTextColor { color: #64B76C; }

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

This text font color is #64B76C.


Background Color

.myBgColor { background-color: #64B76C; }

<div style="background-color:#64B76C">Inner text</div>

This div background color is #64B76C.


Border color

.myBorderColor { border: 1px solid #64B76C; }

<div style="border:3px solid #64B76C">Div</div>

This div border color is #64B76C.


Opacity

.myOpacity80 { color: #64B76C; opacity: 0.8; }

<p style="color:#64B76C;opacity:0.8;">80%</p>

Text with #64B76C 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 #64B76C;}

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

This text has shadow with #64B76C color.

.textShadow {text-shadow: 3px 3px 1px #64B76C, 3px 3px 1px red;}

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

This text has shadow with #64B76C primary color and red secondary color.


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

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

This text has shadow with #64B76C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64B76C on black background.


Color preview on white background

This text has color #64B76C on white background.



Black color preview on #64B76C background

This text has black color on #64B76C background.


White color preview on #64B76C background

This text has white color on #64B76C background.