Html Css Color HEX #076576 Blue Lagoon

📋 copy color: '#076576'

red 7 ◦ green 101 ◦ blue 118

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

Shades of Blue Lagoon #076576

Tints of Blue Lagoon #076576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.69%

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

R = 3.1%
G = 44.69%
B = 52.21%

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

#076576 (or 0x076576) is known color: Blue Lagoon. HEX triplet: 07, 65 and 76. RGB value is (7,101,118). Sum of RGB (Red+Green+Blue) = 7+101+118=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #076576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076576 is #F89A89. Grayscale: #4A4A4A. Windows color (decimal): -16292490 or 7759111. OLE color: 7759111.

HSL color Cylindrical-coordinate representation of color #076576: hue angle of 189.19º 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 #076576 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 101 118 -
CMYK 0.94 0.14 0 0.54
HSL 189.19º 0.89% 0.25% -
HSV(B) 189.19º 0.94% 0.46% -
XYZ 8.01 10.66 18.77 -
YUV 74.83 152.36 79.62 -
System Red Green Blue C M Y K H S L
Decimal 7 101 118 0.94 0.14 0 0.54 189.19 0.89 0.25
Hex 7 65 76 5E E 0 36 BD 59 19
Octal 7 145 166 136 16 0 66 275 131 31
Binary 111 1100101 1110110 1011110 1110 0 110110 10111101 1011001 11001

Color Harmonies of #076576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076576

Black with #076576

Text Example


Text Example

White with #076576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076576; }

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

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

background-color css

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

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

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

border-color css

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

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

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