Html Css Color HEX #096768 Blue Lagoon

📋 copy color: '#096768'

red 9 ◦ green 103 ◦ blue 104

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

Shades of Blue Lagoon #096768

Tints of Blue Lagoon #096768

RGB

 RED value IS 9 (3.91% from 255) = 4.17%

 GREEN value IS 103 (40.63% from 255) = 47.69%

 BLUE value IS 104 (41.02% from 255) = 48.15%

R = 4.17%
G = 47.69%
B = 48.15%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#096768 (or 0x096768) is known color: Blue Lagoon. HEX triplet: 09, 67 and 68. RGB value is (9,103,104). Sum of RGB (Red+Green+Blue) = 9+103+104=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #096768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096768 is #F69897. Grayscale: #4A4A4A. Windows color (decimal): -16160920 or 6842121. OLE color: 6842121.

HSL color Cylindrical-coordinate representation of color #096768: hue angle of 180.63º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096768 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 103 104 -
CMYK 0.91 0.01 0 0.59
HSL 180.63º 0.84% 0.22% -
HSV(B) 180.63º 0.91% 0.41% -
XYZ 7.46 10.76 14.78 -
YUV 75.01 144.36 80.92 -
System Red Green Blue C M Y K H S L
Decimal 9 103 104 0.91 0.01 0 0.59 180.63 0.84 0.22
Hex 9 67 68 5B 1 0 3B B5 54 16
Octal 11 147 150 133 1 0 73 265 124 26
Binary 1001 1100111 1101000 1011011 1 0 111011 10110101 1010100 10110

Color Harmonies of #096768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096768

Black with #096768

Text Example


Text Example

White with #096768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096768; }

 p { color: rgb(9,103,104); }

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

background-color css

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

 a { background-color: rgb(9,103,104); }

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

border-color css

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

 span { border-color: rgb(9,103,104); }

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