Html Css Color HEX #096969 Blue Lagoon

📋 copy color: '#096969'

red 9 ◦ green 105 ◦ blue 105

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

Shades of Blue Lagoon #096969

Tints of Blue Lagoon #096969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.95%

 BLUE value IS 105 (41.41% from 255) = 47.95%

R = 4.11%
G = 47.95%
B = 47.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#096969 (or 0x096969) is known color: Blue Lagoon. HEX triplet: 09, 69 and 69. RGB value is (9,105,105). Sum of RGB (Red+Green+Blue) = 9+105+105=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #096969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096969 is #F69696. Grayscale: #4C4C4C. Windows color (decimal): -16160407 or 6908169. OLE color: 6908169.

HSL color Cylindrical-coordinate representation of color #096969: hue angle of 180º 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 #096969 is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 105 105 -
CMYK 0.91 0 0 0.59
HSL 180º 0.84% 0.22% -
HSV(B) 180º 0.91% 0.41% -
XYZ 7.71 11.18 15.12 -
YUV 76.3 144.2 80 -
System Red Green Blue C M Y K H S L
Decimal 9 105 105 0.91 0 0 0.59 180 0.84 0.22
Hex 9 69 69 5B 0 0 3B B4 54 16
Octal 11 151 151 133 0 0 73 264 124 26
Binary 1001 1101001 1101001 1011011 0 0 111011 10110100 1010100 10110

Color Harmonies of #096969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096969

Black with #096969

Text Example


Text Example

White with #096969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096969; }

 p { color: rgb(9,105,105); }

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

background-color css

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

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

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

border-color css

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

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

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