Shades of Watercourse #096854
Tints of Watercourse #096854
RGB
CMYK
RGB Variations
Color information
#096854 (or 0x096854) is known color: Watercourse. HEX triplet: 09, 68 and 54. RGB value is (9,104,84). Sum of RGB (Red+Green+Blue) = 9+104+84=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #096854 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096854 is #F697AB. Grayscale: #494949. Windows color (decimal): -16160684 or 5531657. OLE color: 5531657.
HSL color Cylindrical-coordinate representation of color #096854: hue angle of 167.37º 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 #096854 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 104 | 84 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.59 |
| HSL | 167.37º | 0.84% | 0.22% | - |
| HSV(B) | 167.37º | 0.91% | 0.41% | - |
| XYZ | 6.66 | 10.6 | 10.08 | - |
| YUV | 73.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 84 | 0.91 | 0 | 0.19 | 0.59 | 167.37 | 0.84 | 0.22 |
| Hex | 9 | 68 | 54 | 5B | 0 | 13 | 3B | A7 | 54 | 16 |
| Octal | 11 | 150 | 124 | 133 | 0 | 23 | 73 | 247 | 124 | 26 |
| Binary | 1001 | 1101000 | 1010100 | 1011011 | 0 | 10011 | 111011 | 10100111 | 1010100 | 10110 |
Color Harmonies of #096854
Complementary color
Monochromatic Colors of #096854
Black with #096854
Text Example
Text Example
White with #096854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096854; }
p { color: rgb(9,104,84); }
H1.HeaderClassName
{
color: #096854;
}
.AnyTagClassName
{
color: #096854;
}
</style>
background-color css
<style>
a { background-color: #096854; }
a { background-color: rgb(9,104,84); }
div.DivClassName
{
background-color: #096854;
}
.BgClassName
{
background-color: #096854;
}
</style>
border-color css
<style>
span { border-color: #096854; }
span { border-color: rgb(9,104,84); }
td.TdClassName
{
border-color: #096854;
}
.TagClassName
{
border-color: #096854;
}
</style>