#076466

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

Shades of Blue Lagoon #076466

Tints of Blue Lagoon #076466

Color information

#076466 (or 0x076466) is unknown color: approx Blue Lagoon. HEX triplet: 07, 64 and 66. RGB value is (7,100,102). Sum of RGB (Red+Green+Blue) = 7+100+102=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #076466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076466 is #F89B99. Grayscale: #484848. Windows color (decimal): -16292762 or 6710279. OLE color: 6710279.

HSL color Cylindrical-coordinate representation of color #076466: hue angle of 181.26º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076466 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7100102-
CMYK0.930.0200.6
HSL181.26º87.16%21.37%-
HSV(B)181.26º93.14%40%-
XYZ7.0410.1214.15-
YUV72.42144.6981.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.35%
GREEN value IS 100 (39.45% from 255) = 47.85%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=3.35%
G=47.85%
B=48.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71001020.930.0200.6181.2687.1621.37
Hex764665D203Cb55715
Octal7144146135207426512725
Binary11111001001100110101110110011110010110101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076466; }

 p { color: rgb(7,100,102); }

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

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

 a { background-color: rgb(7,100,102); }

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

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

 span { border-color: rgb(7,100,102); }

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