COLOR #06B644

HEX: #06B644
RGB: (6,182,68)

Color info

#06B644 contains mainly green color. Web safe color of #06B644 is #00CC33 (or #0C3).

RGB color model

#06B644 color RGB value is (6,182,68).

  • red value is 6;
  • green value is 182;
  • blue value is 68.
RGB:
(6,182,68)
(2%,71%,27%)

RGB channels and saturation

R 6 of 255 = 2%
G 182 of 255 = 71%
B 68 of 255 = 27%

6
182
68

R + G + B ~ 33%. #06B644 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 182 + 68 = 256 (100%)
R 6 of 256 ~ 2.34%
G 182 of 256 ~ 71.09%
B 68 of 256 ~ 26.56%

%71.09
%26.56

CMYK color model

#06B644 color CMYK value is (97,0,63,29).

  • cyan value is 96.70%
  • magenta value is 0.00%
  • yellow value is 62.64%
  • key color value is 28.63%
CMYK:
(97,0,63,29)
C97M0Y63K29 
(97%,0%,63%,29%)
(0.97/0.00/0.63/0.29)	

CMYK percentages

%96.7
%0
%62.64
%28.63

Codes

Color #06B644 in popluar color models

06B644
RGB618268
HSL141°93.62%36.86%
HSB/HSV141°96.70%71.37%
CMYK96.70%0.00%62.64%
28.63%

Color #06B644 in popluar number systems.

HEX06B644
Decimal618268
Binary110101101101000100
Octal6266104

Shades and tints

Shades of #06B644

#06B644
(6,182,68)
#06A63E
(6,166,62)
#069638
(6,150,56)
#068632
(6,134,50)
#06762C
(6,118,44)
#066626
(6,102,38)
#065620
(6,86,32)
#06461A
(6,70,26)
#063614
(6,54,20)
#06260E
(6,38,14)
#061608
(6,22,8)
#000000
(0,0,0)

Tints of #06B644

#06B644
(6,182,68)
#1CBC55
(28,188,85)
#32C266
(50,194,102)
#48C877
(72,200,119)
#5ECE88
(94,206,136)
#74D499
(116,212,153)
#8ADAAA
(138,218,170)
#A0E0BB
(160,224,187)
#B6E6CC
(182,230,204)
#CCECDD
(204,236,221)
#E2F2EE
(226,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06B644 color. Also use rgb(6,182,68) instead hex code.

Text Font Color

.myTextColor { color: #06B644; }

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

This text font color is #06B644.


Background Color

.myBgColor { background-color: #06B644; }

<div style="background-color:#06B644">Inner text</div>

This div background color is #06B644.


Border color

.myBorderColor { border: 1px solid #06B644; }

<div style="border:3px solid #06B644">Div</div>

This div border color is #06B644.


Opacity

.myOpacity80 { color: #06B644; opacity: 0.8; }

<p style="color:#06B644;opacity:0.8;">80%</p>

Text with #06B644 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 #06B644;}

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

This text has shadow with #06B644 color.

.textShadow {text-shadow: 3px 3px 1px #06B644, 3px 3px 1px red;}

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

This text has shadow with #06B644 primary color and red secondary color.


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

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

This text has shadow with #06B644 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06B644 on black background.


Color preview on white background

This text has color #06B644 on white background.



Black color preview on #06B644 background

This text has black color on #06B644 background.


White color preview on #06B644 background

This text has white color on #06B644 background.