Shades of Watercourse #096049
Tints of Watercourse #096049
RGB
CMYK
RGB Variations
Color information
#096049 (or 0x096049) is known color: Watercourse. HEX triplet: 09, 60 and 49. RGB value is (9,96,73). Sum of RGB (Red+Green+Blue) = 9+96+73=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #096049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096049 is #F69FB6. Grayscale: #434343. Windows color (decimal): -16162743 or 4808713. OLE color: 4808713.
HSL color Cylindrical-coordinate representation of color #096049: hue angle of 164.14º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096049 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 96 | 73 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.62 |
| HSL | 164.14º | 0.83% | 0.21% | - |
| HSV(B) | 164.14º | 0.91% | 0.38% | - |
| XYZ | 5.5 | 8.9 | 7.73 | - |
| YUV | 67.37 | 131.18 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 73 | 0.91 | 0 | 0.24 | 0.62 | 164.14 | 0.83 | 0.21 |
| Hex | 9 | 60 | 49 | 5B | 0 | 18 | 3E | A4 | 53 | 15 |
| Octal | 11 | 140 | 111 | 133 | 0 | 30 | 76 | 244 | 123 | 25 |
| Binary | 1001 | 1100000 | 1001001 | 1011011 | 0 | 11000 | 111110 | 10100100 | 1010011 | 10101 |
Color Harmonies of #096049
Complementary color
Monochromatic Colors of #096049
Black with #096049
Text Example
Text Example
White with #096049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096049; }
p { color: rgb(9,96,73); }
H1.HeaderClassName
{
color: #096049;
}
.AnyTagClassName
{
color: #096049;
}
</style>
background-color css
<style>
a { background-color: #096049; }
a { background-color: rgb(9,96,73); }
div.DivClassName
{
background-color: #096049;
}
.BgClassName
{
background-color: #096049;
}
</style>
border-color css
<style>
span { border-color: #096049; }
span { border-color: rgb(9,96,73); }
td.TdClassName
{
border-color: #096049;
}
.TagClassName
{
border-color: #096049;
}
</style>