Html Css Color HEX #07656E Blue Lagoon

📋 copy color: '#07656E'

red 7 ◦ green 101 ◦ blue 110

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

Shades of Blue Lagoon #07656E

Tints of Blue Lagoon #07656E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.33%

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

R = 3.21%
G = 46.33%
B = 50.46%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#07656E (or 0x07656E) is known color: Blue Lagoon. HEX triplet: 07, 65 and 6E. RGB value is (7,101,110). Sum of RGB (Red+Green+Blue) = 7+101+110=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #07656E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07656E is #F89A91. Grayscale: #494949. Windows color (decimal): -16292498 or 7234823. OLE color: 7234823.

HSL color Cylindrical-coordinate representation of color #07656E: hue angle of 185.24º 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 #07656E is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 101 110 -
CMYK 0.94 0.08 0 0.57
HSL 185.24º 0.88% 0.23% -
HSV(B) 185.24º 0.94% 0.43% -
XYZ 7.56 10.48 16.38 -
YUV 73.92 148.36 80.27 -
System Red Green Blue C M Y K H S L
Decimal 7 101 110 0.94 0.08 0 0.57 185.24 0.88 0.23
Hex 7 65 6E 5E 8 0 39 B9 58 17
Octal 7 145 156 136 10 0 71 271 130 27
Binary 111 1100101 1101110 1011110 1000 0 111001 10111001 1011000 10111

Color Harmonies of #07656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07656E

Black with #07656E

Text Example


Text Example

White with #07656E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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