Html Css Color HEX #076171 Blue Lagoon

📋 copy color: '#076171'

red 7 ◦ green 97 ◦ blue 113

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

Shades of Blue Lagoon #076171

Tints of Blue Lagoon #076171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.7%

 BLUE value IS 113 (44.53% from 255) = 52.07%

R = 3.23%
G = 44.7%
B = 52.07%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#076171 (or 0x076171) is known color: Blue Lagoon. HEX triplet: 07, 61 and 71. RGB value is (7,97,113). Sum of RGB (Red+Green+Blue) = 7+97+113=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #076171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076171 is #F89E8E. Grayscale: #474747. Windows color (decimal): -16293519 or 7430407. OLE color: 7430407.

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

Color convert

RGB 7 97 113 -
CMYK 0.94 0.14 0 0.56
HSL 189.06º 0.88% 0.24% -
HSV(B) 189.06º 0.94% 0.44% -
XYZ 7.34 9.79 17.12 -
YUV 71.91 151.18 81.7 -
System Red Green Blue C M Y K H S L
Decimal 7 97 113 0.94 0.14 0 0.56 189.06 0.88 0.24
Hex 7 61 71 5E E 0 38 BD 58 18
Octal 7 141 161 136 16 0 70 275 130 30
Binary 111 1100001 1110001 1011110 1110 0 111000 10111101 1011000 11000

Color Harmonies of #076171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076171

Black with #076171

Text Example


Text Example

White with #076171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076171; }

 p { color: rgb(7,97,113); }

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

background-color css

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

 a { background-color: rgb(7,97,113); }

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

border-color css

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

 span { border-color: rgb(7,97,113); }

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