#076B81

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

Shades of Blue Lagoon #076B81

Tints of Blue Lagoon #076B81

Color information

#076B81 (or 0x076B81) is unknown color: approx Blue Lagoon. HEX triplet: 07, 6B and 81. RGB value is (7,107,129). Sum of RGB (Red+Green+Blue) = 7+107+129=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #076B81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076B81 is #F8947E. Grayscale: #4F4F4F. Windows color (decimal): -16290943 or 8481543. OLE color: 8481543.

HSL color Cylindrical-coordinate representation of color #076B81: hue angle of 190.82º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076B81 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7107129-
CMYK0.950.1700.49
HSL190.82º89.71%26.67%-
HSV(B)190.82º94.57%50.59%-
XYZ9.3112.1522.62-
YUV79.61155.8776.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.88%
GREEN value IS 107 (42.19% from 255) = 44.03%
BLUE value IS 129 (50.78% from 255) = 53.09%
R=2.88%
G=44.03%
B=53.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71071290.950.1700.49190.8289.7126.67
Hex76B815F11031bf5a1b
Octal71532011372106127713233
Binary111110101110000001101111110001011000110111111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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