Shades of Watercourse #097256
Tints of Watercourse #097256
RGB
CMYK
RGB Variations
Color information
#097256 (or 0x097256) is known color: Watercourse. HEX triplet: 09, 72 and 56. RGB value is (9,114,86). Sum of RGB (Red+Green+Blue) = 9+114+86=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #097256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097256 is #F68DA9. Grayscale: #4F4F4F. Windows color (decimal): -16158122 or 5665289. OLE color: 5665289.
HSL color Cylindrical-coordinate representation of color #097256: hue angle of 164º 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 #097256 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 114 | 86 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.55 |
| HSL | 164º | 0.85% | 0.24% | - |
| HSV(B) | 164º | 0.92% | 0.45% | - |
| XYZ | 7.81 | 12.76 | 10.86 | - |
| YUV | 79.41 | 131.71 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 86 | 0.92 | 0 | 0.25 | 0.55 | 164 | 0.85 | 0.24 |
| Hex | 9 | 72 | 56 | 5C | 0 | 19 | 37 | A4 | 55 | 18 |
| Octal | 11 | 162 | 126 | 134 | 0 | 31 | 67 | 244 | 125 | 30 |
| Binary | 1001 | 1110010 | 1010110 | 1011100 | 0 | 11001 | 110111 | 10100100 | 1010101 | 11000 |
Color Harmonies of #097256
Complementary color
Monochromatic Colors of #097256
Black with #097256
Text Example
Text Example
White with #097256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097256; }
p { color: rgb(9,114,86); }
H1.HeaderClassName
{
color: #097256;
}
.AnyTagClassName
{
color: #097256;
}
</style>
background-color css
<style>
a { background-color: #097256; }
a { background-color: rgb(9,114,86); }
div.DivClassName
{
background-color: #097256;
}
.BgClassName
{
background-color: #097256;
}
</style>
border-color css
<style>
span { border-color: #097256; }
span { border-color: rgb(9,114,86); }
td.TdClassName
{
border-color: #097256;
}
.TagClassName
{
border-color: #097256;
}
</style>