Shades of Watercourse #096C55
Tints of Watercourse #096C55
RGB
CMYK
RGB Variations
Color information
#096C55 (or 0x096C55) is known color: Watercourse. HEX triplet: 09, 6C and 55. RGB value is (9,108,85). Sum of RGB (Red+Green+Blue) = 9+108+85=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 108 (42.58% from 255 or 53.47% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 108 - color contains mainly: green. Hex color #096C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C55 is #F693AA. Grayscale: #4B4B4B. Windows color (decimal): -16159659 or 5598217. OLE color: 5598217.
HSL color Cylindrical-coordinate representation of color #096C55: hue angle of 166.06º degrees, saturation: 0.85, 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 #096C55 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 108 | 85 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.58 |
| HSL | 166.06º | 0.85% | 0.23% | - |
| HSV(B) | 166.06º | 0.92% | 0.42% | - |
| XYZ | 7.11 | 11.44 | 10.43 | - |
| YUV | 75.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 85 | 0.92 | 0 | 0.21 | 0.58 | 166.06 | 0.85 | 0.23 |
| Hex | 9 | 6C | 55 | 5C | 0 | 15 | 3A | A6 | 55 | 17 |
| Octal | 11 | 154 | 125 | 134 | 0 | 25 | 72 | 246 | 125 | 27 |
| Binary | 1001 | 1101100 | 1010101 | 1011100 | 0 | 10101 | 111010 | 10100110 | 1010101 | 10111 |
Color Harmonies of #096C55
Complementary color
Monochromatic Colors of #096C55
Black with #096C55
Text Example
Text Example
White with #096C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096C55; }
p { color: rgb(9,108,85); }
H1.HeaderClassName
{
color: #096C55;
}
.AnyTagClassName
{
color: #096C55;
}
</style>
background-color css
<style>
a { background-color: #096C55; }
a { background-color: rgb(9,108,85); }
div.DivClassName
{
background-color: #096C55;
}
.BgClassName
{
background-color: #096C55;
}
</style>
border-color css
<style>
span { border-color: #096C55; }
span { border-color: rgb(9,108,85); }
td.TdClassName
{
border-color: #096C55;
}
.TagClassName
{
border-color: #096C55;
}
</style>