Html Css Color HEX #096A55 Watercourse

📋 copy color: '#096A55'

red 9 ◦ green 106 ◦ blue 85

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

Shades of Watercourse #096A55

Tints of Watercourse #096A55

RGB

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

 GREEN value IS 106 (41.8% from 255) = 53%

 BLUE value IS 85 (33.59% from 255) = 42.5%

R = 4.5%
G = 53%
B = 42.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#096A55 (or 0x096A55) is known color: Watercourse. HEX triplet: 09, 6A and 55. RGB value is (9,106,85). Sum of RGB (Red+Green+Blue) = 9+106+85=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 106 (41.80% from 255 or 53% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 106 - color contains mainly: green. Hex color #096A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A55 is #F695AA. Grayscale: #4A4A4A. Windows color (decimal): -16160171 or 5597705. OLE color: 5597705.

HSL color Cylindrical-coordinate representation of color #096A55: hue angle of 167.01º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A55 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 106 85 -
CMYK 0.92 0 0.20 0.58
HSL 167.01º 0.84% 0.23% -
HSV(B) 167.01º 0.92% 0.42% -
XYZ 6.91 11.02 10.36 -
YUV 74.6 133.86 81.21 -
System Red Green Blue C M Y K H S L
Decimal 9 106 85 0.92 0 0.20 0.58 167.01 0.84 0.23
Hex 9 6A 55 5C 0 14 3A A7 54 17
Octal 11 152 125 134 0 24 72 247 124 27
Binary 1001 1101010 1010101 1011100 0 10100 111010 10100111 1010100 10111

Color Harmonies of #096A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A55

Black with #096A55

Text Example


Text Example

White with #096A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096A55; }

 p { color: rgb(9,106,85); }

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

background-color css

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

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

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

border-color css

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

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

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