#076D7F

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

Shades of Blue Lagoon #076D7F

Tints of Blue Lagoon #076D7F

Color information

#076D7F (or 0x076D7F) is unknown color: approx Blue Lagoon. HEX triplet: 07, 6D and 7F. RGB value is (7,109,127). Sum of RGB (Red+Green+Blue) = 7+109+127=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #076D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076D7F is #F89280. Grayscale: #505050. Windows color (decimal): -16290433 or 8350983. OLE color: 8350983.

HSL color Cylindrical-coordinate representation of color #076D7F: hue angle of 189º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D7F is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7109127-
CMYK0.940.1400.50
HSL189º89.55%26.27%-
HSV(B)189º94.49%49.8%-
XYZ9.3912.5122-
YUV80.55154.2175.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.88%
GREEN value IS 109 (42.97% from 255) = 44.86%
BLUE value IS 127 (50% from 255) = 52.26%
R=2.88%
G=44.86%
B=52.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71091270.940.1400.5018989.5526.27
Hex76D7F5EE032bd5a1a
Octal71551771361606227513232
Binary1111101101111111110111101110011001010111101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076D7F; }

 p { color: rgb(7,109,127); }

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

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

 a { background-color: rgb(7,109,127); }

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

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

 span { border-color: rgb(7,109,127); }

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