Shades of Watercourse #097855
Tints of Watercourse #097855
RGB
CMYK
RGB Variations
Color information
#097855 (or 0x097855) is known color: Watercourse. HEX triplet: 09, 78 and 55. RGB value is (9,120,85). Sum of RGB (Red+Green+Blue) = 9+120+85=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #097855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097855 is #F687AA. Grayscale: #525252. Windows color (decimal): -16156587 or 5601289. OLE color: 5601289.
HSL color Cylindrical-coordinate representation of color #097855: hue angle of 161.08º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097855 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 120 | 85 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.53 |
| HSL | 161.08º | 0.86% | 0.25% | - |
| HSV(B) | 161.08º | 0.93% | 0.47% | - |
| XYZ | 8.47 | 14.15 | 10.88 | - |
| YUV | 82.82 | 129.23 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 85 | 0.92 | 0 | 0.29 | 0.53 | 161.08 | 0.86 | 0.25 |
| Hex | 9 | 78 | 55 | 5C | 0 | 1D | 35 | A1 | 56 | 19 |
| Octal | 11 | 170 | 125 | 134 | 0 | 35 | 65 | 241 | 126 | 31 |
| Binary | 1001 | 1111000 | 1010101 | 1011100 | 0 | 11101 | 110101 | 10100001 | 1010110 | 11001 |
Color Harmonies of #097855
Complementary color
Monochromatic Colors of #097855
Black with #097855
Text Example
Text Example
White with #097855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097855; }
p { color: rgb(9,120,85); }
H1.HeaderClassName
{
color: #097855;
}
.AnyTagClassName
{
color: #097855;
}
</style>
background-color css
<style>
a { background-color: #097855; }
a { background-color: rgb(9,120,85); }
div.DivClassName
{
background-color: #097855;
}
.BgClassName
{
background-color: #097855;
}
</style>
border-color css
<style>
span { border-color: #097855; }
span { border-color: rgb(9,120,85); }
td.TdClassName
{
border-color: #097855;
}
.TagClassName
{
border-color: #097855;
}
</style>