#076675

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

Shades of Blue Lagoon #076675

Tints of Blue Lagoon #076675

Color information

#076675 (or 0x076675) is unknown color: approx Blue Lagoon. HEX triplet: 07, 66 and 75. RGB value is (7,102,117). Sum of RGB (Red+Green+Blue) = 7+102+117=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #076675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076675 is #F8998A. Grayscale: #4B4B4B. Windows color (decimal): -16292235 or 7693831. OLE color: 7693831.

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

Color convert

RGB7102117-
CMYK0.940.1300.54
HSL188.18º88.71%24.31%-
HSV(B)188.18º94.02%45.88%-
XYZ8.0510.8318.5-
YUV75.31151.5379.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.10%
GREEN value IS 102 (40.23% from 255) = 45.13%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=3.10%
G=45.13%
B=51.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71021170.940.1300.54188.1888.7124.31
Hex766755ED036bc5918
Octal71461651361506627413130
Binary1111100110111010110111101101011011010111100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076675; }

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

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

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

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

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

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

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

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