Shades of Watercourse #096551
Tints of Watercourse #096551
RGB
CMYK
RGB Variations
Color information
#096551 (or 0x096551) is known color: Watercourse. HEX triplet: 09, 65 and 51. RGB value is (9,101,81). Sum of RGB (Red+Green+Blue) = 9+101+81=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #096551 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096551 is #F69AAE. Grayscale: #474747. Windows color (decimal): -16161455 or 5334281. OLE color: 5334281.
HSL color Cylindrical-coordinate representation of color #096551: hue angle of 166.96º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096551 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 101 | 81 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.60 |
| HSL | 166.96º | 0.84% | 0.22% | - |
| HSV(B) | 166.96º | 0.91% | 0.4% | - |
| XYZ | 6.25 | 9.96 | 9.38 | - |
| YUV | 71.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 81 | 0.91 | 0 | 0.20 | 0.60 | 166.96 | 0.84 | 0.22 |
| Hex | 9 | 65 | 51 | 5B | 0 | 14 | 3C | A7 | 54 | 16 |
| Octal | 11 | 145 | 121 | 133 | 0 | 24 | 74 | 247 | 124 | 26 |
| Binary | 1001 | 1100101 | 1010001 | 1011011 | 0 | 10100 | 111100 | 10100111 | 1010100 | 10110 |
Color Harmonies of #096551
Complementary color
Monochromatic Colors of #096551
Black with #096551
Text Example
Text Example
White with #096551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096551; }
p { color: rgb(9,101,81); }
H1.HeaderClassName
{
color: #096551;
}
.AnyTagClassName
{
color: #096551;
}
</style>
background-color css
<style>
a { background-color: #096551; }
a { background-color: rgb(9,101,81); }
div.DivClassName
{
background-color: #096551;
}
.BgClassName
{
background-color: #096551;
}
</style>
border-color css
<style>
span { border-color: #096551; }
span { border-color: rgb(9,101,81); }
td.TdClassName
{
border-color: #096551;
}
.TagClassName
{
border-color: #096551;
}
</style>