Shades of Watercourse #097051
Tints of Watercourse #097051
RGB
CMYK
RGB Variations
Color information
#097051 (or 0x097051) is known color: Watercourse. HEX triplet: 09, 70 and 51. RGB value is (9,112,81). Sum of RGB (Red+Green+Blue) = 9+112+81=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #097051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097051 is #F68FAE. Grayscale: #4D4D4D. Windows color (decimal): -16158639 or 5337097. OLE color: 5337097.
HSL color Cylindrical-coordinate representation of color #097051: hue angle of 161.94º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097051 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 81 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.56 |
| HSL | 161.94º | 0.85% | 0.24% | - |
| HSV(B) | 161.94º | 0.92% | 0.44% | - |
| XYZ | 7.39 | 12.24 | 9.76 | - |
| YUV | 77.67 | 129.88 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 81 | 0.92 | 0 | 0.28 | 0.56 | 161.94 | 0.85 | 0.24 |
| Hex | 9 | 70 | 51 | 5C | 0 | 1C | 38 | A2 | 55 | 18 |
| Octal | 11 | 160 | 121 | 134 | 0 | 34 | 70 | 242 | 125 | 30 |
| Binary | 1001 | 1110000 | 1010001 | 1011100 | 0 | 11100 | 111000 | 10100010 | 1010101 | 11000 |
Color Harmonies of #097051
Complementary color
Monochromatic Colors of #097051
Black with #097051
Text Example
Text Example
White with #097051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097051; }
p { color: rgb(9,112,81); }
H1.HeaderClassName
{
color: #097051;
}
.AnyTagClassName
{
color: #097051;
}
</style>
background-color css
<style>
a { background-color: #097051; }
a { background-color: rgb(9,112,81); }
div.DivClassName
{
background-color: #097051;
}
.BgClassName
{
background-color: #097051;
}
</style>
border-color css
<style>
span { border-color: #097051; }
span { border-color: rgb(9,112,81); }
td.TdClassName
{
border-color: #097051;
}
.TagClassName
{
border-color: #097051;
}
</style>