Html Css Color HEX #076B73 Blue Lagoon

📋 copy color: '#076B73'

red 7 ◦ green 107 ◦ blue 115

#076B73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #076B73

Tints of Blue Lagoon #076B73

RGB

 RED value IS 7 (3.13% from 255) = 3.06%

 GREEN value IS 107 (42.19% from 255) = 46.72%

 BLUE value IS 115 (45.31% from 255) = 50.22%

R = 3.06%
G = 46.72%
B = 50.22%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#076B73 (or 0x076B73) is known color: Blue Lagoon. HEX triplet: 07, 6B and 73. RGB value is (7,107,115). Sum of RGB (Red+Green+Blue) = 7+107+115=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #076B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B73 is #F8948C. Grayscale: #4D4D4D. Windows color (decimal): -16290957 or 7564039. OLE color: 7564039.

HSL color Cylindrical-coordinate representation of color #076B73: hue angle of 184.44º degrees, saturation: 0.89, 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 #076B73 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 107 115 -
CMYK 0.94 0.07 0 0.55
HSL 184.44º 0.89% 0.24% -
HSV(B) 184.44º 0.94% 0.45% -
XYZ 8.44 11.8 18.05 -
YUV 78.01 148.87 77.35 -
System Red Green Blue C M Y K H S L
Decimal 7 107 115 0.94 0.07 0 0.55 184.44 0.89 0.24
Hex 7 6B 73 5E 7 0 37 B8 59 18
Octal 7 153 163 136 7 0 67 270 131 30
Binary 111 1101011 1110011 1011110 111 0 110111 10111000 1011001 11000

Color Harmonies of #076B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B73

Black with #076B73

Text Example


Text Example

White with #076B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,107,115); }

 H1.HeaderClassName
 {
   color: #076B73;
 }
 .AnyTagClassName
 {
   color: #076B73;
 }
</style>

background-color css

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

 a { background-color: rgb(7,107,115); }

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

border-color css

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

 span { border-color: rgb(7,107,115); }

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