Html Css Color HEX #07636B Blue Lagoon

📋 copy color: '#07636B'

red 7 ◦ green 99 ◦ blue 107

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

Shades of Blue Lagoon #07636B

Tints of Blue Lagoon #07636B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.48%

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

R = 3.29%
G = 46.48%
B = 50.23%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#07636B (or 0x07636B) is known color: Blue Lagoon. HEX triplet: 07, 63 and 6B. RGB value is (7,99,107). Sum of RGB (Red+Green+Blue) = 7+99+107=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #07636B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07636B is #F89C94. Grayscale: #484848. Windows color (decimal): -16293013 or 7037703. OLE color: 7037703.

HSL color Cylindrical-coordinate representation of color #07636B: hue angle of 184.8º 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 #07636B is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 99 107 -
CMYK 0.93 0.07 0 0.58
HSL 184.8º 0.88% 0.22% -
HSV(B) 184.8º 0.93% 0.42% -
XYZ 7.2 10.03 15.47 -
YUV 72.4 147.52 81.35 -
System Red Green Blue C M Y K H S L
Decimal 7 99 107 0.93 0.07 0 0.58 184.8 0.88 0.22
Hex 7 63 6B 5D 7 0 3A B9 58 16
Octal 7 143 153 135 7 0 72 271 130 26
Binary 111 1100011 1101011 1011101 111 0 111010 10111001 1011000 10110

Color Harmonies of #07636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07636B

Black with #07636B

Text Example


Text Example

White with #07636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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