#076872

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

Shades of Blue Lagoon #076872

Tints of Blue Lagoon #076872

Color information

#076872 (or 0x076872) is unknown color: approx Blue Lagoon. HEX triplet: 07, 68 and 72. RGB value is (7,104,114). Sum of RGB (Red+Green+Blue) = 7+104+114=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #076872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076872 is #F8978D. Grayscale: #4C4C4C. Windows color (decimal): -16291726 or 7497735. OLE color: 7497735.

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

Color convert

RGB7104114-
CMYK0.940.0900.55
HSL185.61º88.43%23.73%-
HSV(B)185.61º93.86%44.71%-
XYZ8.0811.1617.65-
YUV76.14149.3678.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.11%
GREEN value IS 104 (41.02% from 255) = 46.22%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=3.11%
G=46.22%
B=50.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71041140.940.0900.55185.6188.4323.73
Hex768725E9037ba5818
Octal71501621361106727213030
Binary1111101000111001010111101001011011110111010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076872; }

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

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

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

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

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

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

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

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