#076267

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

Shades of Blue Lagoon #076267

Tints of Blue Lagoon #076267

Color information

#076267 (or 0x076267) is unknown color: approx Blue Lagoon. HEX triplet: 07, 62 and 67. RGB value is (7,98,103). Sum of RGB (Red+Green+Blue) = 7+98+103=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #076267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076267 is #F89D98. Grayscale: #474747. Windows color (decimal): -16293273 or 6775303. OLE color: 6775303.

HSL color Cylindrical-coordinate representation of color #076267: hue angle of 183.12º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076267 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB798103-
CMYK0.930.0500.60
HSL183.12º87.27%21.57%-
HSV(B)183.12º93.2%40.39%-
XYZ6.99.7614.35-
YUV71.36145.8582.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.37%
GREEN value IS 98 (38.67% from 255) = 47.12%
BLUE value IS 103 (40.62% from 255) = 49.52%
R=3.37%
G=47.12%
B=49.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7981030.930.0500.60183.1287.2721.57
Hex762675D503Cb75716
Octal7142147135507426712726
Binary111110001011001111011101101011110010110111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076267; }

 p { color: rgb(7,98,103); }

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

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

 a { background-color: rgb(7,98,103); }

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

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

 span { border-color: rgb(7,98,103); }

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