Html Css Color HEX #076575 Blue Lagoon

📋 copy color: '#076575'

red 7 ◦ green 101 ◦ blue 117

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

Shades of Blue Lagoon #076575

Tints of Blue Lagoon #076575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52%

R = 3.11%
G = 44.89%
B = 52%

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

#076575 (or 0x076575) is known color: Blue Lagoon. HEX triplet: 07, 65 and 75. RGB value is (7,101,117). Sum of RGB (Red+Green+Blue) = 7+101+117=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #076575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076575 is #F89A8A. Grayscale: #4A4A4A. Windows color (decimal): -16292491 or 7693575. OLE color: 7693575.

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

Color convert

RGB 7 101 117 -
CMYK 0.94 0.14 0 0.54
HSL 188.73º 0.89% 0.24% -
HSV(B) 188.73º 0.94% 0.46% -
XYZ 7.95 10.64 18.46 -
YUV 74.72 151.86 79.7 -
System Red Green Blue C M Y K H S L
Decimal 7 101 117 0.94 0.14 0 0.54 188.73 0.89 0.24
Hex 7 65 75 5E E 0 36 BD 59 18
Octal 7 145 165 136 16 0 66 275 131 30
Binary 111 1100101 1110101 1011110 1110 0 110110 10111101 1011001 11000

Color Harmonies of #076575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076575

Black with #076575

Text Example


Text Example

White with #076575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076575; }

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

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

background-color css

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

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

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

border-color css

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

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

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