COLOR #068159

HEX: #068159
RGB: (6,129,89)

Color info

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

RGB color model

#068159 color RGB value is (6,129,89).

  • red value is 6;
  • green value is 129;
  • blue value is 89.
RGB:
(6,129,89)
(2%,51%,35%)

RGB channels and saturation

R 6 of 255 = 2%
G 129 of 255 = 51%
B 89 of 255 = 35%

6
129
89

R + G + B ~ 29%. #068159 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 129 + 89 = 224 (100%)
R 6 of 224 ~ 2.68%
G 129 of 224 ~ 57.59%
B 89 of 224 ~ 39.73%

%57.59
%39.73

CMYK color model

#068159 color CMYK value is (95,0,31,49).

  • cyan value is 95.35%
  • magenta value is 0.00%
  • yellow value is 31.01%
  • key color value is 49.41%
CMYK:
(95,0,31,49)
C95M0Y31K49 
(95%,0%,31%,49%)
(0.95/0.00/0.31/0.49)	

CMYK percentages

%95.35
%0
%31.01
%49.41

Codes

Color #068159 in popluar color models

068159
RGB612989
HSL160°91.11%26.47%
HSB/HSV160°95.35%50.59%
CMYK95.35%0.00%31.01%
49.41%

Color #068159 in popluar number systems.

HEX068159
Decimal612989
Binary110100000011011001
Octal6201131

Shades and tints

Shades of #068159

#068159
(6,129,89)
#067651
(6,118,81)
#066B49
(6,107,73)
#066041
(6,96,65)
#065539
(6,85,57)
#064A31
(6,74,49)
#063F29
(6,63,41)
#063421
(6,52,33)
#062919
(6,41,25)
#061E11
(6,30,17)
#061309
(6,19,9)
#000000
(0,0,0)

Tints of #068159

#068159
(6,129,89)
#1C8C68
(28,140,104)
#329777
(50,151,119)
#48A286
(72,162,134)
#5EAD95
(94,173,149)
#74B8A4
(116,184,164)
#8AC3B3
(138,195,179)
#A0CEC2
(160,206,194)
#B6D9D1
(182,217,209)
#CCE4E0
(204,228,224)
#E2EFEF
(226,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #068159 color. Also use rgb(6,129,89) instead hex code.

Text Font Color

.myTextColor { color: #068159; }

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

This text font color is #068159.


Background Color

.myBgColor { background-color: #068159; }

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

This div background color is #068159.


Border color

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

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

This div border color is #068159.


Opacity

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

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

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

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

This text has shadow with #068159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #068159 on black background.


Color preview on white background

This text has color #068159 on white background.



Black color preview on #068159 background

This text has black color on #068159 background.


White color preview on #068159 background

This text has white color on #068159 background.