COLOR #068A56

HEX: #068A56
RGB: (6,138,86)

Color info

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

RGB color model

#068A56 color RGB value is (6,138,86).

  • red value is 6;
  • green value is 138;
  • blue value is 86.
RGB:
(6,138,86)
(2%,54%,34%)

RGB channels and saturation

R 6 of 255 = 2%
G 138 of 255 = 54%
B 86 of 255 = 34%

6
138
86

R + G + B ~ 30%. #068A56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 138 + 86 = 230 (100%)
R 6 of 230 ~ 2.61%
G 138 of 230 ~ 60%
B 86 of 230 ~ 37.39%

%60
%37.39

CMYK color model

#068A56 color CMYK value is (96,0,38,46).

  • cyan value is 95.65%
  • magenta value is 0.00%
  • yellow value is 37.68%
  • key color value is 45.88%
CMYK:
(96,0,38,46)
C96M0Y38K46 
(96%,0%,38%,46%)
(0.96/0.00/0.38/0.46)	

CMYK percentages

%95.65
%0
%37.68
%45.88

Codes

Color #068A56 in popluar color models

068A56
RGB613886
HSL156°91.67%28.24%
HSB/HSV156°95.65%54.12%
CMYK95.65%0.00%37.68%
45.88%

Color #068A56 in popluar number systems.

HEX068A56
Decimal613886
Binary110100010101010110
Octal6212126

Shades and tints

Shades of #068A56

#068A56
(6,138,86)
#067E4F
(6,126,79)
#067248
(6,114,72)
#066641
(6,102,65)
#065A3A
(6,90,58)
#064E33
(6,78,51)
#06422C
(6,66,44)
#063625
(6,54,37)
#062A1E
(6,42,30)
#061E17
(6,30,23)
#061210
(6,18,16)
#000000
(0,0,0)

Tints of #068A56

#068A56
(6,138,86)
#1C9465
(28,148,101)
#329E74
(50,158,116)
#48A883
(72,168,131)
#5EB292
(94,178,146)
#74BCA1
(116,188,161)
#8AC6B0
(138,198,176)
#A0D0BF
(160,208,191)
#B6DACE
(182,218,206)
#CCE4DD
(204,228,221)
#E2EEEC
(226,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #068A56 color. Also use rgb(6,138,86) instead hex code.

Text Font Color

.myTextColor { color: #068A56; }

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

This text font color is #068A56.


Background Color

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

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

This div background color is #068A56.


Border color

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

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

This div border color is #068A56.


Opacity

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

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

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

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

This text has shadow with #068A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #068A56 on black background.


Color preview on white background

This text has color #068A56 on white background.



Black color preview on #068A56 background

This text has black color on #068A56 background.


White color preview on #068A56 background

This text has white color on #068A56 background.