Shades of Watercourse #096549
Tints of Watercourse #096549
RGB
CMYK
RGB Variations
Color information
#096549 (or 0x096549) is known color: Watercourse. HEX triplet: 09, 65 and 49. RGB value is (9,101,73). Sum of RGB (Red+Green+Blue) = 9+101+73=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 101 (39.84% from 255 or 55.19% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 101 - color contains mainly: green. Hex color #096549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096549 is #F69AB6. Grayscale: #464646. Windows color (decimal): -16161463 or 4809993. OLE color: 4809993.
HSL color Cylindrical-coordinate representation of color #096549: hue angle of 161.74º 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 #096549 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 101 | 73 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.60 |
| HSL | 161.74º | 0.84% | 0.22% | - |
| HSV(B) | 161.74º | 0.91% | 0.4% | - |
| XYZ | 5.97 | 9.85 | 7.89 | - |
| YUV | 70.3 | 129.52 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 73 | 0.91 | 0 | 0.28 | 0.60 | 161.74 | 0.84 | 0.22 |
| Hex | 9 | 65 | 49 | 5B | 0 | 1C | 3C | A2 | 54 | 16 |
| Octal | 11 | 145 | 111 | 133 | 0 | 34 | 74 | 242 | 124 | 26 |
| Binary | 1001 | 1100101 | 1001001 | 1011011 | 0 | 11100 | 111100 | 10100010 | 1010100 | 10110 |
Color Harmonies of #096549
Complementary color
Monochromatic Colors of #096549
Black with #096549
Text Example
Text Example
White with #096549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096549; }
p { color: rgb(9,101,73); }
H1.HeaderClassName
{
color: #096549;
}
.AnyTagClassName
{
color: #096549;
}
</style>
background-color css
<style>
a { background-color: #096549; }
a { background-color: rgb(9,101,73); }
div.DivClassName
{
background-color: #096549;
}
.BgClassName
{
background-color: #096549;
}
</style>
border-color css
<style>
span { border-color: #096549; }
span { border-color: rgb(9,101,73); }
td.TdClassName
{
border-color: #096549;
}
.TagClassName
{
border-color: #096549;
}
</style>