#076B76

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

Shades of Blue Lagoon #076B76

Tints of Blue Lagoon #076B76

Color information

#076B76 (or 0x076B76) is unknown color: approx Blue Lagoon. HEX triplet: 07, 6B and 76. RGB value is (7,107,118). Sum of RGB (Red+Green+Blue) = 7+107+118=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #076B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B76 is #F89489. Grayscale: #4E4E4E. Windows color (decimal): -16290954 or 7760647. OLE color: 7760647.

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

Color convert

RGB7107118-
CMYK0.940.0900.54
HSL185.95º88.8%24.51%-
HSV(B)185.95º94.07%46.27%-
XYZ8.6211.8718.98-
YUV78.35150.3777.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.02%
GREEN value IS 107 (42.19% from 255) = 46.12%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=3.02%
G=46.12%
B=50.86%

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
Decimal71071180.940.0900.54185.9588.824.51
Hex76B765E9036ba5919
Octal71531661361106627213131
Binary1111101011111011010111101001011011010111010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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