#07616F

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

Shades of Blue Lagoon #07616F

Tints of Blue Lagoon #07616F

Color information

#07616F (or 0x07616F) is unknown color: approx Blue Lagoon. HEX triplet: 07, 61 and 6F. RGB value is (7,97,111). Sum of RGB (Red+Green+Blue) = 7+97+111=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #07616F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07616F is #F89E90. Grayscale: #474747. Windows color (decimal): -16293521 or 7299335. OLE color: 7299335.

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

Color convert

RGB797111-
CMYK0.940.1300.56
HSL188.08º88.14%23.14%-
HSV(B)188.08º93.69%43.53%-
XYZ7.239.7416.54-
YUV71.69150.1881.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.26%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=3.26%
G=45.12%
B=51.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7971110.940.1300.56188.0888.1423.14
Hex7616F5ED038bc5817
Octal71411571361507027413027
Binary1111100001110111110111101101011100010111100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07616F; }

 p { color: rgb(7,97,111); }

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

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

 a { background-color: rgb(7,97,111); }

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

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

 span { border-color: rgb(7,97,111); }

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