#076B6C

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

Shades of Blue Lagoon #076B6C

Tints of Blue Lagoon #076B6C

Color information

#076B6C (or 0x076B6C) is unknown color: approx Blue Lagoon. HEX triplet: 07, 6B and 6C. RGB value is (7,107,108). Sum of RGB (Red+Green+Blue) = 7+107+108=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #076B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B6C is #F89493. Grayscale: #4D4D4D. Windows color (decimal): -16290964 or 7105287. OLE color: 7105287.

HSL color Cylindrical-coordinate representation of color #076B6C: hue angle of 180.59º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076B6C is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7107108-
CMYK0.940.0100.58
HSL180.59º87.83%22.55%-
HSV(B)180.59º93.52%42.35%-
XYZ8.0511.6416.01-
YUV77.21145.3777.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.15%
GREEN value IS 107 (42.19% from 255) = 48.20%
BLUE value IS 108 (42.58% from 255) = 48.65%
R=3.15%
G=48.20%
B=48.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71071080.940.0100.58180.5987.8322.55
Hex76B6C5E103Ab55817
Octal7153154136107226513027
Binary1111101011110110010111101011101010110101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,107,108); }

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

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

 a { background-color: rgb(7,107,108); }

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

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

 span { border-color: rgb(7,107,108); }

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