COLOR #068769

HEX: #068769
RGB: (6,135,105)

Color info

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

RGB color model

#068769 color RGB value is (6,135,105).

  • red value is 6;
  • green value is 135;
  • blue value is 105.
RGB:
(6,135,105)
(2%,53%,41%)

RGB channels and saturation

R 6 of 255 = 2%
G 135 of 255 = 53%
B 105 of 255 = 41%

6
135
105

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

Portions of RGB colors in percentages

R + G + B =
6 + 135 + 105 = 246 (100%)
R 6 of 246 ~ 2.44%
G 135 of 246 ~ 54.88%
B 105 of 246 ~ 42.68%

%54.88
%42.68

CMYK color model

#068769 color CMYK value is (96,0,22,47).

  • cyan value is 95.56%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 47.06%
CMYK:
(96,0,22,47)
C96M0Y22K47 
(96%,0%,22%,47%)
(0.96/0.00/0.22/0.47)	

CMYK percentages

%95.56
%0
%22.22
%47.06

Codes

Color #068769 in popluar color models

068769
RGB6135105
HSL166°91.49%27.65%
HSB/HSV166°95.56%52.94%
CMYK95.56%0.00%22.22%
47.06%

Color #068769 in popluar number systems.

HEX068769
Decimal6135105
Binary110100001111101001
Octal6207151

Shades and tints

Shades of #068769

#068769
(6,135,105)
#067B60
(6,123,96)
#066F57
(6,111,87)
#06634E
(6,99,78)
#065745
(6,87,69)
#064B3C
(6,75,60)
#063F33
(6,63,51)
#06332A
(6,51,42)
#062721
(6,39,33)
#061B18
(6,27,24)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #068769

#068769
(6,135,105)
#1C9176
(28,145,118)
#329B83
(50,155,131)
#48A590
(72,165,144)
#5EAF9D
(94,175,157)
#74B9AA
(116,185,170)
#8AC3B7
(138,195,183)
#A0CDC4
(160,205,196)
#B6D7D1
(182,215,209)
#CCE1DE
(204,225,222)
#E2EBEB
(226,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #068769; }

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

This text font color is #068769.


Background Color

.myBgColor { background-color: #068769; }

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

This div background color is #068769.


Border color

.myBorderColor { border: 1px solid #068769; }

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

This div border color is #068769.


Opacity

.myOpacity80 { color: #068769; opacity: 0.8; }

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

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

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

This text has shadow with #068769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #068769 on black background.


Color preview on white background

This text has color #068769 on white background.



Black color preview on #068769 background

This text has black color on #068769 background.


White color preview on #068769 background

This text has white color on #068769 background.