Html Css Color HEX #07696E Blue Lagoon

📋 copy color: '#07696E'

red 7 ◦ green 105 ◦ blue 110

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

Shades of Blue Lagoon #07696E

Tints of Blue Lagoon #07696E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 49.55%

R = 3.15%
G = 47.3%
B = 49.55%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#07696E (or 0x07696E) is known color: Blue Lagoon. HEX triplet: 07, 69 and 6E. RGB value is (7,105,110). Sum of RGB (Red+Green+Blue) = 7+105+110=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #07696E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07696E is #F89691. Grayscale: #4C4C4C. Windows color (decimal): -16291474 or 7235847. OLE color: 7235847.

HSL color Cylindrical-coordinate representation of color #07696E: hue angle of 182.91º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07696E is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 105 110 -
CMYK 0.94 0.05 0 0.57
HSL 182.91º 0.88% 0.23% -
HSV(B) 182.91º 0.94% 0.43% -
XYZ 7.95 11.27 16.51 -
YUV 76.27 147.03 78.59 -
System Red Green Blue C M Y K H S L
Decimal 7 105 110 0.94 0.05 0 0.57 182.91 0.88 0.23
Hex 7 69 6E 5E 5 0 39 B7 58 17
Octal 7 151 156 136 5 0 71 267 130 27
Binary 111 1101001 1101110 1011110 101 0 111001 10110111 1011000 10111

Color Harmonies of #07696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07696E

Black with #07696E

Text Example


Text Example

White with #07696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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