Html Css Color HEX #07616B Blue Lagoon

📋 copy color: '#07616B'

red 7 ◦ green 97 ◦ blue 107

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

Shades of Blue Lagoon #07616B

Tints of Blue Lagoon #07616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 50.71%

R = 3.32%
G = 45.97%
B = 50.71%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#07616B (or 0x07616B) is known color: Blue Lagoon. HEX triplet: 07, 61 and 6B. RGB value is (7,97,107). Sum of RGB (Red+Green+Blue) = 7+97+107=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #07616B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07616B is #F89E94. Grayscale: #474747. Windows color (decimal): -16293525 or 7037191. OLE color: 7037191.

HSL color Cylindrical-coordinate representation of color #07616B: hue angle of 186º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07616B is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 97 107 -
CMYK 0.93 0.09 0 0.58
HSL 186º 0.88% 0.22% -
HSV(B) 186º 0.93% 0.42% -
XYZ 7.02 9.66 15.4 -
YUV 71.23 148.18 82.19 -
System Red Green Blue C M Y K H S L
Decimal 7 97 107 0.93 0.09 0 0.58 186 0.88 0.22
Hex 7 61 6B 5D 9 0 3A BA 58 16
Octal 7 141 153 135 11 0 72 272 130 26
Binary 111 1100001 1101011 1011101 1001 0 111010 10111010 1011000 10110

Color Harmonies of #07616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07616B

Black with #07616B

Text Example


Text Example

White with #07616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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