#076972

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

Shades of Blue Lagoon #076972

Tints of Blue Lagoon #076972

Color information

#076972 (or 0x076972) is unknown color: approx Blue Lagoon. HEX triplet: 07, 69 and 72. RGB value is (7,105,114). Sum of RGB (Red+Green+Blue) = 7+105+114=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #076972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076972 is #F8968D. Grayscale: #4C4C4C. Windows color (decimal): -16291470 or 7497991. OLE color: 7497991.

HSL color Cylindrical-coordinate representation of color #076972: hue angle of 185.05º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076972 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7105114-
CMYK0.940.0800.55
HSL185.05º88.43%23.73%-
HSV(B)185.05º93.86%44.71%-
XYZ8.1811.3617.68-
YUV76.72149.0378.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.10%
GREEN value IS 105 (41.41% from 255) = 46.46%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=3.10%
G=46.46%
B=50.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71051140.940.0800.55185.0588.4323.73
Hex769725E8037b95818
Octal71511621361006727113030
Binary1111101001111001010111101000011011110111001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076972; }

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

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

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

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

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

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

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

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