#076576

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

Shades of Blue Lagoon #076576

Tints of Blue Lagoon #076576

Color information

#076576 (or 0x076576) is unknown color: approx Blue Lagoon. HEX triplet: 07, 65 and 76. RGB value is (7,101,118). Sum of RGB (Red+Green+Blue) = 7+101+118=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #076576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076576 is #F89A89. Grayscale: #4A4A4A. Windows color (decimal): -16292490 or 7759111. OLE color: 7759111.

HSL color Cylindrical-coordinate representation of color #076576: hue angle of 189.19º 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 #076576 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7101118-
CMYK0.940.1400.54
HSL189.19º88.8%24.51%-
HSV(B)189.19º94.07%46.27%-
XYZ8.0110.6618.77-
YUV74.83152.3679.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.10%
GREEN value IS 101 (39.84% from 255) = 44.69%
BLUE value IS 118 (46.48% from 255) = 52.21%
R=3.10%
G=44.69%
B=52.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71011180.940.1400.54189.1988.824.51
Hex765765EE036bd5919
Octal71451661361606627513131
Binary1111100101111011010111101110011011010111101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076576; }

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

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

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

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

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

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

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

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