Html Css Color HEX #076B70 Blue Lagoon

📋 copy color: '#076B70'

red 7 ◦ green 107 ◦ blue 112

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

Shades of Blue Lagoon #076B70

Tints of Blue Lagoon #076B70

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.35%

 BLUE value IS 112 (44.14% from 255) = 49.56%

R = 3.1%
G = 47.35%
B = 49.56%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#076B70 (or 0x076B70) is known color: Blue Lagoon. HEX triplet: 07, 6B and 70. RGB value is (7,107,112). Sum of RGB (Red+Green+Blue) = 7+107+112=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #076B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B70 is #F8948F. Grayscale: #4D4D4D. Windows color (decimal): -16290960 or 7367431. OLE color: 7367431.

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

Color convert

RGB 7 107 112 -
CMYK 0.94 0.04 0 0.56
HSL 182.86º 0.88% 0.23% -
HSV(B) 182.86º 0.94% 0.44% -
XYZ 8.27 11.73 17.16 -
YUV 77.67 147.37 77.59 -
System Red Green Blue C M Y K H S L
Decimal 7 107 112 0.94 0.04 0 0.56 182.86 0.88 0.23
Hex 7 6B 70 5E 4 0 38 B7 58 17
Octal 7 153 160 136 4 0 70 267 130 27
Binary 111 1101011 1110000 1011110 100 0 111000 10110111 1011000 10111

Color Harmonies of #076B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B70

Black with #076B70

Text Example


Text Example

White with #076B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076B70; }

 p { color: rgb(7,107,112); }

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

background-color css

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

 a { background-color: rgb(7,107,112); }

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

border-color css

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

 span { border-color: rgb(7,107,112); }

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