#076670

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

Shades of Blue Lagoon #076670

Tints of Blue Lagoon #076670

Color information

#076670 (or 0x076670) is unknown color: approx Blue Lagoon. HEX triplet: 07, 66 and 70. RGB value is (7,102,112). Sum of RGB (Red+Green+Blue) = 7+102+112=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #076670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076670 is #F8998F. Grayscale: #4A4A4A. Windows color (decimal): -16292240 or 7366151. OLE color: 7366151.

HSL color Cylindrical-coordinate representation of color #076670: hue angle of 185.71º 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 #076670 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7102112-
CMYK0.940.0900.56
HSL185.71º88.24%23.33%-
HSV(B)185.71º93.75%43.92%-
XYZ7.7610.7216.99-
YUV74.74149.0379.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.17%
GREEN value IS 102 (40.23% from 255) = 46.15%
BLUE value IS 112 (44.14% from 255) = 50.68%
R=3.17%
G=46.15%
B=50.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71021120.940.0900.56185.7188.2423.33
Hex766705E9038ba5817
Octal71461601361107027213027
Binary1111100110111000010111101001011100010111010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076670; }

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

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

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

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

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

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

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

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