Shades of Watercourse #096851
Tints of Watercourse #096851
RGB
CMYK
RGB Variations
Color information
#096851 (or 0x096851) is known color: Watercourse. HEX triplet: 09, 68 and 51. RGB value is (9,104,81). Sum of RGB (Red+Green+Blue) = 9+104+81=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #096851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096851 is #F697AE. Grayscale: #484848. Windows color (decimal): -16160687 or 5335049. OLE color: 5335049.
HSL color Cylindrical-coordinate representation of color #096851: hue angle of 165.47º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096851 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 104 | 81 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.59 |
| HSL | 165.47º | 0.84% | 0.22% | - |
| HSV(B) | 165.47º | 0.91% | 0.41% | - |
| XYZ | 6.55 | 10.55 | 9.48 | - |
| YUV | 72.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 81 | 0.91 | 0 | 0.22 | 0.59 | 165.47 | 0.84 | 0.22 |
| Hex | 9 | 68 | 51 | 5B | 0 | 16 | 3B | A5 | 54 | 16 |
| Octal | 11 | 150 | 121 | 133 | 0 | 26 | 73 | 245 | 124 | 26 |
| Binary | 1001 | 1101000 | 1010001 | 1011011 | 0 | 10110 | 111011 | 10100101 | 1010100 | 10110 |
Color Harmonies of #096851
Complementary color
Monochromatic Colors of #096851
Black with #096851
Text Example
Text Example
White with #096851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096851; }
p { color: rgb(9,104,81); }
H1.HeaderClassName
{
color: #096851;
}
.AnyTagClassName
{
color: #096851;
}
</style>
background-color css
<style>
a { background-color: #096851; }
a { background-color: rgb(9,104,81); }
div.DivClassName
{
background-color: #096851;
}
.BgClassName
{
background-color: #096851;
}
</style>
border-color css
<style>
span { border-color: #096851; }
span { border-color: rgb(9,104,81); }
td.TdClassName
{
border-color: #096851;
}
.TagClassName
{
border-color: #096851;
}
</style>