#076A73

Color #076A73 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #076A73

Tints of Blue Lagoon #076A73

Color information

#076A73 (or 0x076A73) is unknown color: approx Blue Lagoon. HEX triplet: 07, 6A and 73. RGB value is (7,106,115). Sum of RGB (Red+Green+Blue) = 7+106+115=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #076A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076A73 is #F8958C. Grayscale: #4D4D4D. Windows color (decimal): -16291213 or 7563783. OLE color: 7563783.

HSL color Cylindrical-coordinate representation of color #076A73: hue angle of 185º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076A73 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7106115-
CMYK0.940.0800.55
HSL185º88.52%23.92%-
HSV(B)185º93.91%45.1%-
XYZ8.3411.5918.02-
YUV77.42149.277.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 3.07%
GREEN value IS 106 (41.80% from 255) = 46.49%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=3.07%
G=46.49%
B=50.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71061150.940.0800.5518588.5223.92
Hex76A735E8037b95918
Octal71521631361006727113130
Binary1111101010111001110111101000011011110111001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076A73; }

 p { color: rgb(7,106,115); }

 H1.HeaderClassName
 {
   color: #076A73;
 }
 .AnyTagClassName
 {
   color: #076A73;
 }
</style>
background-color css

<style>
 a { background-color: #076A73; }

 a { background-color: rgb(7,106,115); }

 div.DivClassName
 {
   background-color: #076A73;
 }
 .BgClassName
 {
   background-color: #076A73;
 }
</style>
border-color css

<style>
 span { border-color: #076A73; }

 span { border-color: rgb(7,106,115); }

 td.TdClassName
 {
   border-color: #076A73;
 }
 .TagClassName
 {
   border-color: #076A73;
 }
</style>