#076870

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

Shades of Blue Lagoon #076870

Tints of Blue Lagoon #076870

Color information

#076870 (or 0x076870) is unknown color: approx Blue Lagoon. HEX triplet: 07, 68 and 70. RGB value is (7,104,112). Sum of RGB (Red+Green+Blue) = 7+104+112=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #076870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076870 is #F8978F. Grayscale: #4B4B4B. Windows color (decimal): -16291728 or 7366663. OLE color: 7366663.

HSL color Cylindrical-coordinate representation of color #076870: hue angle of 184.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076870 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7104112-
CMYK0.940.0700.56
HSL184.57º88.24%23.33%-
HSV(B)184.57º93.75%43.92%-
XYZ7.9611.1217.06-
YUV75.91148.3678.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.14%
GREEN value IS 104 (41.02% from 255) = 46.64%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=3.14%
G=46.64%
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.56
SystemRedGreenBlueCMYKHSL
Decimal71041120.940.0700.56184.5788.2423.33
Hex768705E7038b95817
Octal7150160136707027113027
Binary111110100011100001011110111011100010111001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076870; }

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

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

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

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

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

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

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

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