#076979

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

Shades of Blue Lagoon #076979

Tints of Blue Lagoon #076979

Color information

#076979 (or 0x076979) is unknown color: approx Blue Lagoon. HEX triplet: 07, 69 and 79. RGB value is (7,105,121). Sum of RGB (Red+Green+Blue) = 7+105+121=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #076979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076979 is #F89686. Grayscale: #4D4D4D. Windows color (decimal): -16291463 or 7956743. OLE color: 7956743.

HSL color Cylindrical-coordinate representation of color #076979: hue angle of 188.42º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076979 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7105121-
CMYK0.940.1300.53
HSL188.42º89.06%25.1%-
HSV(B)188.42º94.21%47.45%-
XYZ8.5911.5319.86-
YUV77.52152.5377.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.00%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 121 (47.66% from 255) = 51.93%
R=3.00%
G=45.06%
B=51.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71051210.940.1300.53188.4289.0625.1
Hex769795ED035bc5919
Octal71511711361506527413131
Binary1111101001111100110111101101011010110111100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076979; }

 p { color: rgb(7,105,121); }

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

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

 a { background-color: rgb(7,105,121); }

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

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

 span { border-color: rgb(7,105,121); }

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