Html Css Color HEX #076975 Blue Lagoon

📋 copy color: '#076975'

red 7 ◦ green 105 ◦ blue 117

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

Shades of Blue Lagoon #076975

Tints of Blue Lagoon #076975

RGB

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

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

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

R = 3.06%
G = 45.85%
B = 51.09%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#076975 (or 0x076975) is known color: Blue Lagoon. HEX triplet: 07, 69 and 75. RGB value is (7,105,117). Sum of RGB (Red+Green+Blue) = 7+105+117=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #076975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076975 is #F8968A. Grayscale: #4C4C4C. Windows color (decimal): -16291467 or 7694599. OLE color: 7694599.

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

Color convert

RGB 7 105 117 -
CMYK 0.94 0.10 0 0.54
HSL 186.55º 0.89% 0.24% -
HSV(B) 186.55º 0.94% 0.46% -
XYZ 8.35 11.43 18.6 -
YUV 77.07 150.53 78.02 -
System Red Green Blue C M Y K H S L
Decimal 7 105 117 0.94 0.10 0 0.54 186.55 0.89 0.24
Hex 7 69 75 5E A 0 36 BB 59 18
Octal 7 151 165 136 12 0 66 273 131 30
Binary 111 1101001 1110101 1011110 1010 0 110110 10111011 1011001 11000

Color Harmonies of #076975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076975

Black with #076975

Text Example


Text Example

White with #076975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076975; }

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

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

background-color css

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

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

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

border-color css

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

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

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