COLOR #076655

HEX: #076655
RGB: (7,102,85)

Color info

#076655 contains mainly green and blue colors. Web safe color of #076655 is #006666 (or #066).

RGB color model

#076655 color RGB value is (7,102,85).

  • red value is 7;
  • green value is 102;
  • blue value is 85.
RGB:
(7,102,85)
(3%,40%,33%)

RGB channels and saturation

R 7 of 255 = 3%
G 102 of 255 = 40%
B 85 of 255 = 33%

7
102
85

R + G + B ~ 25%. #076655 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 102 + 85 = 194 (100%)
R 7 of 194 ~ 3.61%
G 102 of 194 ~ 52.58%
B 85 of 194 ~ 43.81%

%52.58
%43.81

CMYK color model

#076655 color CMYK value is (93,0,17,60).

  • cyan value is 93.14%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 60.00%
CMYK:
(93,0,17,60)
C93M0Y17K60 
(93%,0%,17%,60%)
(0.93/0.00/0.17/0.60)	

CMYK percentages

%93.14
%0
%16.67
%60

Codes

Color #076655 in popluar color models

076655
RGB710285
HSL169°87.16%21.37%
HSB/HSV169°93.14%40.00%
CMYK93.14%0.00%16.67%
60.00%

Color #076655 in popluar number systems.

HEX076655
Decimal710285
Binary11111001101010101
Octal7146125

Shades and tints

Shades of #076655

#076655
(7,102,85)
#075D4E
(7,93,78)
#075447
(7,84,71)
#074B40
(7,75,64)
#074239
(7,66,57)
#073932
(7,57,50)
#07302B
(7,48,43)
#072724
(7,39,36)
#071E1D
(7,30,29)
#071516
(7,21,22)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #076655

#076655
(7,102,85)
#1D7364
(29,115,100)
#338073
(51,128,115)
#498D82
(73,141,130)
#5F9A91
(95,154,145)
#75A7A0
(117,167,160)
#8BB4AF
(139,180,175)
#A1C1BE
(161,193,190)
#B7CECD
(183,206,205)
#CDDBDC
(205,219,220)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076655 color. Also use rgb(7,102,85) instead hex code.

Text Font Color

.myTextColor { color: #076655; }

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

This text font color is #076655.


Background Color

.myBgColor { background-color: #076655; }

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

This div background color is #076655.


Border color

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

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

This div border color is #076655.


Opacity

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

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

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

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

This text has shadow with #076655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076655 on black background.


Color preview on white background

This text has color #076655 on white background.



Black color preview on #076655 background

This text has black color on #076655 background.


White color preview on #076655 background

This text has white color on #076655 background.