Shades of Watercourse #096449
Tints of Watercourse #096449
RGB
CMYK
RGB Variations
Color information
#096449 (or 0x096449) is known color: Watercourse. HEX triplet: 09, 64 and 49. RGB value is (9,100,73). Sum of RGB (Red+Green+Blue) = 9+100+73=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #096449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096449 is #F69BB6. Grayscale: #454545. Windows color (decimal): -16161719 or 4809737. OLE color: 4809737.
HSL color Cylindrical-coordinate representation of color #096449: hue angle of 162.2º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096449 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 73 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.61 |
| HSL | 162.2º | 0.83% | 0.21% | - |
| HSV(B) | 162.2º | 0.91% | 0.39% | - |
| XYZ | 5.87 | 9.65 | 7.86 | - |
| YUV | 69.71 | 129.85 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 73 | 0.91 | 0 | 0.27 | 0.61 | 162.2 | 0.83 | 0.21 |
| Hex | 9 | 64 | 49 | 5B | 0 | 1B | 3D | A2 | 53 | 15 |
| Octal | 11 | 144 | 111 | 133 | 0 | 33 | 75 | 242 | 123 | 25 |
| Binary | 1001 | 1100100 | 1001001 | 1011011 | 0 | 11011 | 111101 | 10100010 | 1010011 | 10101 |
Color Harmonies of #096449
Complementary color
Monochromatic Colors of #096449
Black with #096449
Text Example
Text Example
White with #096449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096449; }
p { color: rgb(9,100,73); }
H1.HeaderClassName
{
color: #096449;
}
.AnyTagClassName
{
color: #096449;
}
</style>
background-color css
<style>
a { background-color: #096449; }
a { background-color: rgb(9,100,73); }
div.DivClassName
{
background-color: #096449;
}
.BgClassName
{
background-color: #096449;
}
</style>
border-color css
<style>
span { border-color: #096449; }
span { border-color: rgb(9,100,73); }
td.TdClassName
{
border-color: #096449;
}
.TagClassName
{
border-color: #096449;
}
</style>