Html Css Color HEX #076B6C Blue Lagoon

📋 copy color: '#076B6C'

red 7 ◦ green 107 ◦ blue 108

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

Shades of Blue Lagoon #076B6C

Tints of Blue Lagoon #076B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.65%

R = 3.15%
G = 48.2%
B = 48.65%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#076B6C (or 0x076B6C) is known color: Blue Lagoon. HEX triplet: 07, 6B and 6C. RGB value is (7,107,108). Sum of RGB (Red+Green+Blue) = 7+107+108=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #076B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B6C is #F89493. Grayscale: #4D4D4D. Windows color (decimal): -16290964 or 7105287. OLE color: 7105287.

HSL color Cylindrical-coordinate representation of color #076B6C: hue angle of 180.59º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076B6C is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 107 108 -
CMYK 0.94 0.01 0 0.58
HSL 180.59º 0.88% 0.23% -
HSV(B) 180.59º 0.94% 0.42% -
XYZ 8.05 11.64 16.01 -
YUV 77.21 145.37 77.92 -
System Red Green Blue C M Y K H S L
Decimal 7 107 108 0.94 0.01 0 0.58 180.59 0.88 0.23
Hex 7 6B 6C 5E 1 0 3A B5 58 17
Octal 7 153 154 136 1 0 72 265 130 27
Binary 111 1101011 1101100 1011110 1 0 111010 10110101 1011000 10111

Color Harmonies of #076B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B6C

Black with #076B6C

Text Example


Text Example

White with #076B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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