#076D7B

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

Shades of Blue Lagoon #076D7B

Tints of Blue Lagoon #076D7B

Color information

#076D7B (or 0x076D7B) is unknown color: approx Blue Lagoon. HEX triplet: 07, 6D and 7B. RGB value is (7,109,123). Sum of RGB (Red+Green+Blue) = 7+109+123=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #076D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076D7B is #F89284. Grayscale: #4F4F4F. Windows color (decimal): -16290437 or 8088839. OLE color: 8088839.

HSL color Cylindrical-coordinate representation of color #076D7B: hue angle of 187.24º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D7B is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7109123-
CMYK0.940.1100.52
HSL187.24º89.23%25.49%-
HSV(B)187.24º94.31%48.24%-
XYZ9.1312.4120.65-
YUV80.1152.2175.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.93%
GREEN value IS 109 (42.97% from 255) = 45.61%
BLUE value IS 123 (48.44% from 255) = 51.46%
R=2.93%
G=45.61%
B=51.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71091230.940.1100.52187.2489.2325.49
Hex76D7B5EB034bb5919
Octal71551731361306427313131
Binary1111101101111101110111101011011010010111011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,109,123); }

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

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

 a { background-color: rgb(7,109,123); }

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

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

 span { border-color: rgb(7,109,123); }

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