Html Css Color HEX #076371 Blue Lagoon

📋 copy color: '#076371'

red 7 ◦ green 99 ◦ blue 113

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

Shades of Blue Lagoon #076371

Tints of Blue Lagoon #076371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.21%

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

R = 3.2%
G = 45.21%
B = 51.6%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#076371 (or 0x076371) is known color: Blue Lagoon. HEX triplet: 07, 63 and 71. RGB value is (7,99,113). Sum of RGB (Red+Green+Blue) = 7+99+113=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #076371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076371 is #F89C8E. Grayscale: #484848. Windows color (decimal): -16293007 or 7430919. OLE color: 7430919.

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

Color convert

RGB 7 99 113 -
CMYK 0.94 0.12 0 0.56
HSL 187.92º 0.88% 0.24% -
HSV(B) 187.92º 0.94% 0.44% -
XYZ 7.53 10.16 17.19 -
YUV 73.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 7 99 113 0.94 0.12 0 0.56 187.92 0.88 0.24
Hex 7 63 71 5E C 0 38 BC 58 18
Octal 7 143 161 136 14 0 70 274 130 30
Binary 111 1100011 1110001 1011110 1100 0 111000 10111100 1011000 11000

Color Harmonies of #076371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076371

Black with #076371

Text Example


Text Example

White with #076371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076371; }

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

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

background-color css

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

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

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

border-color css

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

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

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