Shades of Watercourse #096E56
Tints of Watercourse #096E56
RGB
CMYK
RGB Variations
Color information
#096E56 (or 0x096E56) is known color: Watercourse. HEX triplet: 09, 6E and 56. RGB value is (9,110,86). Sum of RGB (Red+Green+Blue) = 9+110+86=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 110 (43.36% from 255 or 53.66% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 110 - color contains mainly: green. Hex color #096E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E56 is #F691A9. Grayscale: #4D4D4D. Windows color (decimal): -16159146 or 5664265. OLE color: 5664265.
HSL color Cylindrical-coordinate representation of color #096E56: hue angle of 165.74º 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 #096E56 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 110 | 86 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.57 |
| HSL | 165.74º | 0.85% | 0.23% | - |
| HSV(B) | 165.74º | 0.92% | 0.43% | - |
| XYZ | 7.37 | 11.88 | 10.71 | - |
| YUV | 77.07 | 133.04 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 86 | 0.92 | 0 | 0.22 | 0.57 | 165.74 | 0.85 | 0.23 |
| Hex | 9 | 6E | 56 | 5C | 0 | 16 | 39 | A6 | 55 | 17 |
| Octal | 11 | 156 | 126 | 134 | 0 | 26 | 71 | 246 | 125 | 27 |
| Binary | 1001 | 1101110 | 1010110 | 1011100 | 0 | 10110 | 111001 | 10100110 | 1010101 | 10111 |
Color Harmonies of #096E56
Complementary color
Monochromatic Colors of #096E56
Black with #096E56
Text Example
Text Example
White with #096E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096E56; }
p { color: rgb(9,110,86); }
H1.HeaderClassName
{
color: #096E56;
}
.AnyTagClassName
{
color: #096E56;
}
</style>
background-color css
<style>
a { background-color: #096E56; }
a { background-color: rgb(9,110,86); }
div.DivClassName
{
background-color: #096E56;
}
.BgClassName
{
background-color: #096E56;
}
</style>
border-color css
<style>
span { border-color: #096E56; }
span { border-color: rgb(9,110,86); }
td.TdClassName
{
border-color: #096E56;
}
.TagClassName
{
border-color: #096E56;
}
</style>