#076B75

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

Shades of Blue Lagoon #076B75

Tints of Blue Lagoon #076B75

Color information

#076B75 (or 0x076B75) is unknown color: approx Blue Lagoon. HEX triplet: 07, 6B and 75. RGB value is (7,107,117). Sum of RGB (Red+Green+Blue) = 7+107+117=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #076B75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B75 is #F8948A. Grayscale: #4E4E4E. Windows color (decimal): -16290955 or 7695111. OLE color: 7695111.

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

Color convert

RGB7107117-
CMYK0.940.0900.54
HSL185.45º88.71%24.31%-
HSV(B)185.45º94.02%45.88%-
XYZ8.5611.8418.66-
YUV78.24149.8777.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.03%
GREEN value IS 107 (42.19% from 255) = 46.32%
BLUE value IS 117 (46.09% from 255) = 50.65%
R=3.03%
G=46.32%
B=50.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71071170.940.0900.54185.4588.7124.31
Hex76B755E9036b95918
Octal71531651361106627113130
Binary1111101011111010110111101001011011010111001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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