Shades of Watercourse #096951
Tints of Watercourse #096951
RGB
CMYK
RGB Variations
Color information
#096951 (or 0x096951) is known color: Watercourse. HEX triplet: 09, 69 and 51. RGB value is (9,105,81). Sum of RGB (Red+Green+Blue) = 9+105+81=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 105 (41.41% from 255 or 53.85% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 105 - color contains mainly: green. Hex color #096951 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096951 is #F696AE. Grayscale: #494949. Windows color (decimal): -16160431 or 5335305. OLE color: 5335305.
HSL color Cylindrical-coordinate representation of color #096951: hue angle of 165º 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 #096951 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 81 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.59 |
| HSL | 165º | 0.84% | 0.22% | - |
| HSV(B) | 165º | 0.91% | 0.41% | - |
| XYZ | 6.65 | 10.76 | 9.51 | - |
| YUV | 73.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 81 | 0.91 | 0 | 0.23 | 0.59 | 165 | 0.84 | 0.22 |
| Hex | 9 | 69 | 51 | 5B | 0 | 17 | 3B | A5 | 54 | 16 |
| Octal | 11 | 151 | 121 | 133 | 0 | 27 | 73 | 245 | 124 | 26 |
| Binary | 1001 | 1101001 | 1010001 | 1011011 | 0 | 10111 | 111011 | 10100101 | 1010100 | 10110 |
Color Harmonies of #096951
Complementary color
Monochromatic Colors of #096951
Black with #096951
Text Example
Text Example
White with #096951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096951; }
p { color: rgb(9,105,81); }
H1.HeaderClassName
{
color: #096951;
}
.AnyTagClassName
{
color: #096951;
}
</style>
background-color css
<style>
a { background-color: #096951; }
a { background-color: rgb(9,105,81); }
div.DivClassName
{
background-color: #096951;
}
.BgClassName
{
background-color: #096951;
}
</style>
border-color css
<style>
span { border-color: #096951; }
span { border-color: rgb(9,105,81); }
td.TdClassName
{
border-color: #096951;
}
.TagClassName
{
border-color: #096951;
}
</style>