Shades of Watercourse #096749
Tints of Watercourse #096749
RGB
CMYK
RGB Variations
Color information
#096749 (or 0x096749) is known color: Watercourse. HEX triplet: 09, 67 and 49. RGB value is (9,103,73). Sum of RGB (Red+Green+Blue) = 9+103+73=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #096749 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096749 is #F698B6. Grayscale: #474747. Windows color (decimal): -16160951 or 4810505. OLE color: 4810505.
HSL color Cylindrical-coordinate representation of color #096749: hue angle of 160.85º 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 #096749 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 103 | 73 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.60 |
| HSL | 160.85º | 0.84% | 0.22% | - |
| HSV(B) | 160.85º | 0.91% | 0.4% | - |
| XYZ | 6.17 | 10.24 | 7.95 | - |
| YUV | 71.47 | 128.86 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 73 | 0.91 | 0 | 0.29 | 0.60 | 160.85 | 0.84 | 0.22 |
| Hex | 9 | 67 | 49 | 5B | 0 | 1D | 3C | A1 | 54 | 16 |
| Octal | 11 | 147 | 111 | 133 | 0 | 35 | 74 | 241 | 124 | 26 |
| Binary | 1001 | 1100111 | 1001001 | 1011011 | 0 | 11101 | 111100 | 10100001 | 1010100 | 10110 |
Color Harmonies of #096749
Complementary color
Monochromatic Colors of #096749
Black with #096749
Text Example
Text Example
White with #096749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096749; }
p { color: rgb(9,103,73); }
H1.HeaderClassName
{
color: #096749;
}
.AnyTagClassName
{
color: #096749;
}
</style>
background-color css
<style>
a { background-color: #096749; }
a { background-color: rgb(9,103,73); }
div.DivClassName
{
background-color: #096749;
}
.BgClassName
{
background-color: #096749;
}
</style>
border-color css
<style>
span { border-color: #096749; }
span { border-color: rgb(9,103,73); }
td.TdClassName
{
border-color: #096749;
}
.TagClassName
{
border-color: #096749;
}
</style>