COLOR #068B66

HEX: #068B66 RGB: (6,139,102)

Color info

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

RGB color model

#068B66 color RGB value is (6,139,102).

RGB: (6,139,102) (2%, 55%, 40%)

RGB channels and saturation

R 6 of 255 = 2%
G 139 of 255 = 55%
B 102 of 255 = 40%

6
139
102

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

Portions of RGB colors in percentages

R + G + B = 6 + 139 + 102 = 247 (100%)
R 6 of 247 ~ 2.43%
G 139 of 247 ~ 56.28%
B 102 of 247 ~ 41.3'%

%56.28
%41.3

CMYK color model

#068B66 color CMYK value is (96,0,27,45).

  • cyan value is 95.68%
  • magenta value is 0.00%
  • yellow value is 26.62%
  • key color value is 45.49%

CMYK: (96,0,27,45)
C96M0Y27K45 (96%, 0%, 27%, 45%)
(0.96 / 0.00 / 0.27 / 0.45)

CMYK percentages

%95.68
%0
%26.62
%45.49

Codes

Color #068B66 in popluar color models

06 8B 66
RGB 6 139 102
HSL 163° 91.72% 28.43%
HSB/HSV 163° 95.68% 54.51%
CMYK 95.68% 0.00% 26.62%
45.49%

Color #068B66 in popluar number systems.

HEX 06 8B 66
Decimal 6 139 102
Binary 110 10001011 1100110
Octal 6 213 146

Shades and tints

Shades of #068B66

#068B66
(6,139,102)
#067F5D
(6,127,93)
#067354
(6,115,84)
#06674B
(6,103,75)
#065B42
(6,91,66)
#064F39
(6,79,57)
#064330
(6,67,48)
#063727
(6,55,39)
#062B1E
(6,43,30)
#061F15
(6,31,21)
#06130C
(6,19,12)
#000000
(0,0,0)

Tints of #068B66

#068B66
(6,139,102)
#1C9573
(28,149,115)
#329F80
(50,159,128)
#48A98D
(72,169,141)
#5EB39A
(94,179,154)
#74BDA7
(116,189,167)
#8AC7B4
(138,199,180)
#A0D1C1
(160,209,193)
#B6DBCE
(182,219,206)
#CCE5DB
(204,229,219)
#E2EFE8
(226,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #068B66 color. Also use rgb(6,139,102) instead hex code.

Text Font Color

.myTextColor { color: #068B66; }

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

This text font color is #068B66.

Background Color

.myBgColor { background-color: #068B66; }

<div style="background-color:#068B66">Inner text</div>

This div background color is #068B66.

Border color

.myBorderColor { border: 1px solid #068B66; }

<div style="border:3px solid #068B66">Div</div>

This div border color is #068B66.

Opacity

.myOpacity80 { color: #068B66; opacity: 0.8; }

<p style="color:#068B66;opacity:0.8;">80%</p>

Text with #068B66 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 #068B66;}

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

This text has shadow with #068B66 color.


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

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

This text has shadow with #068B66 primary color and red secondary color.


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

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

This text has shadow with #068B66 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #068B66.

Preview

Color preview on black background

This text has color #068B66 on black background.


Color preview on white background

This text has color #068B66 on white background.


Black color preview on #068B66 background

This text has black color on #068B66 background.


White color preview on #068B66 background

This text has white color on #068B66 background.


Related colors

Complementary color

Complementary color for #hex is #F97499.


I love getcolorcode.com

Triadic colors

1 #66068B and #8B6606 with #068B66 are triadic colors.

2 #668B06 and #8B0666 with #068B66 are triadic colors.