#096D55

Color #096D55 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #096D55

Tints of Watercourse #096D55

Color information

#096D55 (or 0x096D55) is unknown color: approx Watercourse. HEX triplet: 09, 6D and 55. RGB value is (9,109,85). Sum of RGB (Red+Green+Blue) = 9+109+85=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 109 (42.97% from 255 or 53.69% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 109 - color contains mainly: green. Hex color #096D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D55 is #F692AA. Grayscale: #4C4C4C. Windows color (decimal): -16159403 or 5598473. OLE color: 5598473.

HSL color Cylindrical-coordinate representation of color #096D55: hue angle of 165.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096D55 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB910985-
CMYK0.9200.220.57
HSL165.6º84.75%23.14%-
HSV(B)165.6º91.74%42.75%-
XYZ7.2211.6510.46-
YUV76.36132.8779.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.43%
GREEN value IS 109 (42.97% from 255) = 53.69%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=4.43%
G=53.69%
B=41.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9109850.9200.220.57165.684.7523.14
Hex96D555C01639a65517
Octal111551251340267124612527
Binary100111011011010101101110001011011100110100110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #096D55;
 }
 .AnyTagClassName
 {
   color: #096D55;
 }
</style>
background-color css

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

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

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

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

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

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