Html Css Color HEX #07616E Blue Lagoon

📋 copy color: '#07616E'

red 7 ◦ green 97 ◦ blue 110

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

Shades of Blue Lagoon #07616E

Tints of Blue Lagoon #07616E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.33%

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

R = 3.27%
G = 45.33%
B = 51.4%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#07616E (or 0x07616E) is known color: Blue Lagoon. HEX triplet: 07, 61 and 6E. RGB value is (7,97,110). Sum of RGB (Red+Green+Blue) = 7+97+110=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #07616E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07616E is #F89E91. Grayscale: #474747. Windows color (decimal): -16293522 or 7233799. OLE color: 7233799.

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

Color convert

RGB 7 97 110 -
CMYK 0.94 0.12 0 0.57
HSL 187.57º 0.88% 0.23% -
HSV(B) 187.57º 0.94% 0.43% -
XYZ 7.18 9.72 16.25 -
YUV 71.57 149.68 81.94 -
System Red Green Blue C M Y K H S L
Decimal 7 97 110 0.94 0.12 0 0.57 187.57 0.88 0.23
Hex 7 61 6E 5E C 0 39 BC 58 17
Octal 7 141 156 136 14 0 71 274 130 27
Binary 111 1100001 1101110 1011110 1100 0 111001 10111100 1011000 10111

Color Harmonies of #07616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07616E

Black with #07616E

Text Example


Text Example

White with #07616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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