COLOR #068F5E

HEX: #068F5E
RGB: (6,143,94)

Color info

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

RGB color model

#068F5E color RGB value is (6,143,94).

  • red value is 6;
  • green value is 143;
  • blue value is 94.
RGB:
(6,143,94)
(2%,56%,37%)

RGB channels and saturation

R 6 of 255 = 2%
G 143 of 255 = 56%
B 94 of 255 = 37%

6
143
94

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

Portions of RGB colors in percentages

R + G + B =
6 + 143 + 94 = 243 (100%)
R 6 of 243 ~ 2.47%
G 143 of 243 ~ 58.85%
B 94 of 243 ~ 38.68%

%58.85
%38.68

CMYK color model

#068F5E color CMYK value is (96,0,34,44).

  • cyan value is 95.80%
  • magenta value is 0.00%
  • yellow value is 34.27%
  • key color value is 43.92%
CMYK:
(96,0,34,44)
C96M0Y34K44 
(96%,0%,34%,44%)
(0.96/0.00/0.34/0.44)	

CMYK percentages

%95.8
%0
%34.27
%43.92

Codes

Color #068F5E in popluar color models

068F5E
RGB614394
HSL159°91.95%29.22%
HSB/HSV159°95.80%56.08%
CMYK95.80%0.00%34.27%
43.92%

Color #068F5E in popluar number systems.

HEX068F5E
Decimal614394
Binary110100011111011110
Octal6217136

Shades and tints

Shades of #068F5E

#068F5E
(6,143,94)
#068256
(6,130,86)
#06754E
(6,117,78)
#066846
(6,104,70)
#065B3E
(6,91,62)
#064E36
(6,78,54)
#06412E
(6,65,46)
#063426
(6,52,38)
#06271E
(6,39,30)
#061A16
(6,26,22)
#060D0E
(6,13,14)
#000000
(0,0,0)

Tints of #068F5E

#068F5E
(6,143,94)
#1C996C
(28,153,108)
#32A37A
(50,163,122)
#48AD88
(72,173,136)
#5EB796
(94,183,150)
#74C1A4
(116,193,164)
#8ACBB2
(138,203,178)
#A0D5C0
(160,213,192)
#B6DFCE
(182,223,206)
#CCE9DC
(204,233,220)
#E2F3EA
(226,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #068F5E color. Also use rgb(6,143,94) instead hex code.

Text Font Color

.myTextColor { color: #068F5E; }

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

This text font color is #068F5E.


Background Color

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

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

This div background color is #068F5E.


Border color

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

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

This div border color is #068F5E.


Opacity

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

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

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

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

This text has shadow with #068F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #068F5E on black background.


Color preview on white background

This text has color #068F5E on white background.



Black color preview on #068F5E background

This text has black color on #068F5E background.


White color preview on #068F5E background

This text has white color on #068F5E background.