Html Css Color HEX #076B6E Blue Lagoon

📋 copy color: '#076B6E'

red 7 ◦ green 107 ◦ blue 110

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

Shades of Blue Lagoon #076B6E

Tints of Blue Lagoon #076B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 49.11%

R = 3.13%
G = 47.77%
B = 49.11%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#076B6E (or 0x076B6E) is known color: Blue Lagoon. HEX triplet: 07, 6B and 6E. RGB value is (7,107,110). Sum of RGB (Red+Green+Blue) = 7+107+110=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #076B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B6E is #F89491. Grayscale: #4D4D4D. Windows color (decimal): -16290962 or 7236359. OLE color: 7236359.

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

Color convert

RGB 7 107 110 -
CMYK 0.94 0.03 0 0.57
HSL 181.75º 0.88% 0.23% -
HSV(B) 181.75º 0.94% 0.43% -
XYZ 8.16 11.69 16.58 -
YUV 77.44 146.37 77.76 -
System Red Green Blue C M Y K H S L
Decimal 7 107 110 0.94 0.03 0 0.57 181.75 0.88 0.23
Hex 7 6B 6E 5E 3 0 39 B6 58 17
Octal 7 153 156 136 3 0 71 266 130 27
Binary 111 1101011 1101110 1011110 11 0 111001 10110110 1011000 10111

Color Harmonies of #076B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B6E

Black with #076B6E

Text Example


Text Example

White with #076B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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