Shades of Watercourse #097355
Tints of Watercourse #097355
RGB
CMYK
RGB Variations
Color information
#097355 (or 0x097355) is known color: Watercourse. HEX triplet: 09, 73 and 55. RGB value is (9,115,85). Sum of RGB (Red+Green+Blue) = 9+115+85=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #097355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097355 is #F68CAA. Grayscale: #4F4F4F. Windows color (decimal): -16157867 or 5600009. OLE color: 5600009.
HSL color Cylindrical-coordinate representation of color #097355: hue angle of 163.02º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097355 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 115 | 85 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.55 |
| HSL | 163.02º | 0.85% | 0.24% | - |
| HSV(B) | 163.02º | 0.92% | 0.45% | - |
| XYZ | 7.88 | 12.98 | 10.68 | - |
| YUV | 79.89 | 130.88 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 85 | 0.92 | 0 | 0.26 | 0.55 | 163.02 | 0.85 | 0.24 |
| Hex | 9 | 73 | 55 | 5C | 0 | 1A | 37 | A3 | 55 | 18 |
| Octal | 11 | 163 | 125 | 134 | 0 | 32 | 67 | 243 | 125 | 30 |
| Binary | 1001 | 1110011 | 1010101 | 1011100 | 0 | 11010 | 110111 | 10100011 | 1010101 | 11000 |
Color Harmonies of #097355
Complementary color
Monochromatic Colors of #097355
Black with #097355
Text Example
Text Example
White with #097355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097355; }
p { color: rgb(9,115,85); }
H1.HeaderClassName
{
color: #097355;
}
.AnyTagClassName
{
color: #097355;
}
</style>
background-color css
<style>
a { background-color: #097355; }
a { background-color: rgb(9,115,85); }
div.DivClassName
{
background-color: #097355;
}
.BgClassName
{
background-color: #097355;
}
</style>
border-color css
<style>
span { border-color: #097355; }
span { border-color: rgb(9,115,85); }
td.TdClassName
{
border-color: #097355;
}
.TagClassName
{
border-color: #097355;
}
</style>