Html Css Color HEX #076972 Blue Lagoon

📋 copy color: '#076972'

red 7 ◦ green 105 ◦ blue 114

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

Shades of Blue Lagoon #076972

Tints of Blue Lagoon #076972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.46%

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 3.1%
G = 46.46%
B = 50.44%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#076972 (or 0x076972) is known color: Blue Lagoon. HEX triplet: 07, 69 and 72. RGB value is (7,105,114). Sum of RGB (Red+Green+Blue) = 7+105+114=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #076972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076972 is #F8968D. Grayscale: #4C4C4C. Windows color (decimal): -16291470 or 7497991. OLE color: 7497991.

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

Color convert

RGB 7 105 114 -
CMYK 0.94 0.08 0 0.55
HSL 185.05º 0.88% 0.24% -
HSV(B) 185.05º 0.94% 0.45% -
XYZ 8.18 11.36 17.68 -
YUV 76.72 149.03 78.27 -
System Red Green Blue C M Y K H S L
Decimal 7 105 114 0.94 0.08 0 0.55 185.05 0.88 0.24
Hex 7 69 72 5E 8 0 37 B9 58 18
Octal 7 151 162 136 10 0 67 271 130 30
Binary 111 1101001 1110010 1011110 1000 0 110111 10111001 1011000 11000

Color Harmonies of #076972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076972

Black with #076972

Text Example


Text Example

White with #076972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076972; }

 p { color: rgb(7,105,114); }

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

background-color css

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

 a { background-color: rgb(7,105,114); }

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

border-color css

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

 span { border-color: rgb(7,105,114); }

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