Html Css Color HEX #076676 Blue Lagoon

📋 copy color: '#076676'

red 7 ◦ green 102 ◦ blue 118

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

Shades of Blue Lagoon #076676

Tints of Blue Lagoon #076676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.93%

 BLUE value IS 118 (46.48% from 255) = 51.98%

R = 3.08%
G = 44.93%
B = 51.98%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#076676 (or 0x076676) is known color: Blue Lagoon. HEX triplet: 07, 66 and 76. RGB value is (7,102,118). Sum of RGB (Red+Green+Blue) = 7+102+118=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #076676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076676 is #F89989. Grayscale: #4B4B4B. Windows color (decimal): -16292234 or 7759367. OLE color: 7759367.

HSL color Cylindrical-coordinate representation of color #076676: hue angle of 188.65º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076676 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 102 118 -
CMYK 0.94 0.14 0 0.54
HSL 188.65º 0.89% 0.25% -
HSV(B) 188.65º 0.94% 0.46% -
XYZ 8.11 10.86 18.81 -
YUV 75.42 152.03 79.2 -
System Red Green Blue C M Y K H S L
Decimal 7 102 118 0.94 0.14 0 0.54 188.65 0.89 0.25
Hex 7 66 76 5E E 0 36 BD 59 19
Octal 7 146 166 136 16 0 66 275 131 31
Binary 111 1100110 1110110 1011110 1110 0 110110 10111101 1011001 11001

Color Harmonies of #076676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076676

Black with #076676

Text Example


Text Example

White with #076676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076676; }

 p { color: rgb(7,102,118); }

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

background-color css

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

 a { background-color: rgb(7,102,118); }

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

border-color css

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

 span { border-color: rgb(7,102,118); }

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