Html Css Color HEX #07697F Blue Lagoon

📋 copy color: '#07697F'

red 7 ◦ green 105 ◦ blue 127

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

Shades of Blue Lagoon #07697F

Tints of Blue Lagoon #07697F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 53.14%

R = 2.93%
G = 43.93%
B = 53.14%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#07697F (or 0x07697F) is known color: Blue Lagoon. HEX triplet: 07, 69 and 7F. RGB value is (7,105,127). Sum of RGB (Red+Green+Blue) = 7+105+127=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #07697F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07697F is #F89680. Grayscale: #4E4E4E. Windows color (decimal): -16291457 or 8349959. OLE color: 8349959.

HSL color Cylindrical-coordinate representation of color #07697F: hue angle of 191º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07697F is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 7 105 127 -
CMYK 0.94 0.17 0 0.50
HSL 191º 0.9% 0.26% -
HSV(B) 191º 0.94% 0.5% -
XYZ 8.97 11.68 21.86 -
YUV 78.21 155.53 77.21 -
System Red Green Blue C M Y K H S L
Decimal 7 105 127 0.94 0.17 0 0.50 191 0.9 0.26
Hex 7 69 7F 5E 11 0 32 BF 5A 1A
Octal 7 151 177 136 21 0 62 277 132 32
Binary 111 1101001 1111111 1011110 10001 0 110010 10111111 1011010 11010

Color Harmonies of #07697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07697F

Black with #07697F

Text Example


Text Example

White with #07697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07697F; }

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

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

background-color css

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

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

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

border-color css

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

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

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