#076A72

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

Shades of Blue Lagoon #076A72

Tints of Blue Lagoon #076A72

Color information

#076A72 (or 0x076A72) is unknown color: approx Blue Lagoon. HEX triplet: 07, 6A and 72. RGB value is (7,106,114). Sum of RGB (Red+Green+Blue) = 7+106+114=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #076A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076A72 is #F8958D. Grayscale: #4D4D4D. Windows color (decimal): -16291214 or 7498247. OLE color: 7498247.

HSL color Cylindrical-coordinate representation of color #076A72: hue angle of 184.49º 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 #076A72 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7106114-
CMYK0.940.0700.55
HSL184.49º88.43%23.73%-
HSV(B)184.49º93.86%44.71%-
XYZ8.2811.5717.72-
YUV77.31148.777.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.08%
GREEN value IS 106 (41.80% from 255) = 46.70%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=3.08%
G=46.70%
B=50.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71061140.940.0700.55184.4988.4323.73
Hex76A725E7037b85818
Octal7152162136706727013030
Binary111110101011100101011110111011011110111000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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