#076168

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

Shades of Blue Lagoon #076168

Tints of Blue Lagoon #076168

Color information

#076168 (or 0x076168) is unknown color: approx Blue Lagoon. HEX triplet: 07, 61 and 68. RGB value is (7,97,104). Sum of RGB (Red+Green+Blue) = 7+97+104=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #076168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076168 is #F89E97. Grayscale: #464646. Windows color (decimal): -16293528 or 6840583. OLE color: 6840583.

HSL color Cylindrical-coordinate representation of color #076168: hue angle of 184.33º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076168 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB797104-
CMYK0.930.0700.59
HSL184.33º87.39%21.76%-
HSV(B)184.33º93.27%40.78%-
XYZ6.869.5914.59-
YUV70.89146.6882.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.37%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 104 (41.02% from 255) = 50%
R=3.37%
G=46.63%
B=50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7971040.930.0700.59184.3387.3921.76
Hex761685D703Bb85716
Octal7141150135707327012726
Binary111110000111010001011101111011101110111000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076168; }

 p { color: rgb(7,97,104); }

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

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

 a { background-color: rgb(7,97,104); }

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

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

 span { border-color: rgb(7,97,104); }

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