COLOR #06876B

HEX: #06876B RGB: (6,135,107)

Color info

#06876B contains mainly green and blue colors. Web safe color of #06876B is #009966 (or #096).

RGB color model

#06876B color RGB value is (6,135,107).

RGB: (6,135,107) (2%, 53%, 42%)

RGB channels and saturation

R 6 of 255 = 2%
G 135 of 255 = 53%
B 107 of 255 = 42%

6
135
107

R + G + B ~ 32%. #06876B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 135 + 107 = 248 (100%)
R 6 of 248 ~ 2.42%
G 135 of 248 ~ 54.44%
B 107 of 248 ~ 43.15'%

%54.44
%43.15

CMYK color model

#06876B color CMYK value is (96,0,21,47).

  • cyan value is 95.56%
  • magenta value is 0.00%
  • yellow value is 20.74%
  • key color value is 47.06%

CMYK: (96,0,21,47)
C96M0Y21K47 (96%, 0%, 21%, 47%)
(0.96 / 0.00 / 0.21 / 0.47)

CMYK percentages

%95.56
%0
%20.74
%47.06

Codes

Color #06876B in popluar color models

06 87 6B
RGB 6 135 107
HSL 167° 91.49% 27.65%
HSB/HSV 167° 95.56% 52.94%
CMYK 95.56% 0.00% 20.74%
47.06%

Color #06876B in popluar number systems.

HEX 06 87 6B
Decimal 6 135 107
Binary 110 10000111 1101011
Octal 6 207 153

Shades and tints

Shades of #06876B

#06876B
(6,135,107)
#067B62
(6,123,98)
#066F59
(6,111,89)
#066350
(6,99,80)
#065747
(6,87,71)
#064B3E
(6,75,62)
#063F35
(6,63,53)
#06332C
(6,51,44)
#062723
(6,39,35)
#061B1A
(6,27,26)
#060F11
(6,15,17)
#000000
(0,0,0)

Tints of #06876B

#06876B
(6,135,107)
#1C9178
(28,145,120)
#329B85
(50,155,133)
#48A592
(72,165,146)
#5EAF9F
(94,175,159)
#74B9AC
(116,185,172)
#8AC3B9
(138,195,185)
#A0CDC6
(160,205,198)
#B6D7D3
(182,215,211)
#CCE1E0
(204,225,224)
#E2EBED
(226,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06876B color. Also use rgb(6,135,107) instead hex code.

Text Font Color

.myTextColor { color: #06876B; }

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

This text font color is #06876B.

Background Color

.myBgColor { background-color: #06876B; }

<div style="background-color:#06876B">Inner text</div>

This div background color is #06876B.

Border color

.myBorderColor { border: 1px solid #06876B; }

<div style="border:3px solid #06876B">Div</div>

This div border color is #06876B.

Opacity

.myOpacity80 { color: #06876B; opacity: 0.8; }

<p style="color:#06876B;opacity:0.8;">80%</p>

Text with #06876B 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 #06876B;}

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

This text has shadow with #06876B color.


.textShadow {text-shadow: 3px 3px 1px #06876B', 3px 3px 1px red;}

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

This text has shadow with #06876B primary color and red secondary color.


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

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

This text has shadow with #06876B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06876B; -webkit-box-shadow: 1px 1px 3px 2px #06876B; box-shadow:1px 1px 3px 2px #06876B;">
Div content here
</div>

This div box has shadow with color #06876B.

Preview

Color preview on black background

This text has color #06876B on black background.


Color preview on white background

This text has color #06876B on white background.


Black color preview on #06876B background

This text has black color on #06876B background.


White color preview on #06876B background

This text has white color on #06876B background.


Related colors

Complementary color

Complementary color for #hex is #F97894.


I love getcolorcode.com

Triadic colors

1 #6B0687 and #876B06 with #06876B are triadic colors.

2 #6B8706 and #87066B with #06876B are triadic colors.