COLOR #06BD77

HEX: #06BD77
RGB: (6,189,119)

Color info

#06BD77 contains mainly green color. Web safe color of #06BD77 is #00CC66 (or #0C6).

RGB color model

#06BD77 color RGB value is (6,189,119).

  • red value is 6;
  • green value is 189;
  • blue value is 119.
RGB:
(6,189,119)
(2%,74%,47%)

RGB channels and saturation

R 6 of 255 = 2%
G 189 of 255 = 74%
B 119 of 255 = 47%

6
189
119

R + G + B ~ 41%. #06BD77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 189 + 119 = 314 (100%)
R 6 of 314 ~ 1.91%
G 189 of 314 ~ 60.19%
B 119 of 314 ~ 37.9%

%60.19
%37.9

CMYK color model

#06BD77 color CMYK value is (97,0,37,26).

  • cyan value is 96.83%
  • magenta value is 0.00%
  • yellow value is 37.04%
  • key color value is 25.88%
CMYK:
(97,0,37,26)
C97M0Y37K26 
(97%,0%,37%,26%)
(0.97/0.00/0.37/0.26)	

CMYK percentages

%96.83
%0
%37.04
%25.88

Codes

Color #06BD77 in popluar color models

06BD77
RGB6189119
HSL157°93.85%38.24%
HSB/HSV157°96.83%74.12%
CMYK96.83%0.00%37.04%
25.88%

Color #06BD77 in popluar number systems.

HEX06BD77
Decimal6189119
Binary110101111011110111
Octal6275167

Shades and tints

Shades of #06BD77

#06BD77
(6,189,119)
#06AC6D
(6,172,109)
#069B63
(6,155,99)
#068A59
(6,138,89)
#06794F
(6,121,79)
#066845
(6,104,69)
#06573B
(6,87,59)
#064631
(6,70,49)
#063527
(6,53,39)
#06241D
(6,36,29)
#061313
(6,19,19)
#000000
(0,0,0)

Tints of #06BD77

#06BD77
(6,189,119)
#1CC383
(28,195,131)
#32C98F
(50,201,143)
#48CF9B
(72,207,155)
#5ED5A7
(94,213,167)
#74DBB3
(116,219,179)
#8AE1BF
(138,225,191)
#A0E7CB
(160,231,203)
#B6EDD7
(182,237,215)
#CCF3E3
(204,243,227)
#E2F9EF
(226,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06BD77 color. Also use rgb(6,189,119) instead hex code.

Text Font Color

.myTextColor { color: #06BD77; }

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

This text font color is #06BD77.


Background Color

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

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

This div background color is #06BD77.


Border color

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

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

This div border color is #06BD77.


Opacity

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

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

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

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

This text has shadow with #06BD77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06BD77 on black background.


Color preview on white background

This text has color #06BD77 on white background.



Black color preview on #06BD77 background

This text has black color on #06BD77 background.


White color preview on #06BD77 background

This text has white color on #06BD77 background.