Shades of Watercourse #097752
Tints of Watercourse #097752
RGB
CMYK
RGB Variations
Color information
#097752 (or 0x097752) is known color: Watercourse. HEX triplet: 09, 77 and 52. RGB value is (9,119,82). Sum of RGB (Red+Green+Blue) = 9+119+82=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #097752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097752 is #F688AD. Grayscale: #515151. Windows color (decimal): -16156846 or 5404425. OLE color: 5404425.
HSL color Cylindrical-coordinate representation of color #097752: hue angle of 159.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097752 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 119 | 82 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.53 |
| HSL | 159.82º | 0.86% | 0.25% | - |
| HSV(B) | 159.82º | 0.92% | 0.47% | - |
| XYZ | 8.23 | 13.86 | 10.22 | - |
| YUV | 81.89 | 128.06 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 82 | 0.92 | 0 | 0.31 | 0.53 | 159.82 | 0.86 | 0.25 |
| Hex | 9 | 77 | 52 | 5C | 0 | 1F | 35 | A0 | 56 | 19 |
| Octal | 11 | 167 | 122 | 134 | 0 | 37 | 65 | 240 | 126 | 31 |
| Binary | 1001 | 1110111 | 1010010 | 1011100 | 0 | 11111 | 110101 | 10100000 | 1010110 | 11001 |
Color Harmonies of #097752
Complementary color
Monochromatic Colors of #097752
Black with #097752
Text Example
Text Example
White with #097752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097752; }
p { color: rgb(9,119,82); }
H1.HeaderClassName
{
color: #097752;
}
.AnyTagClassName
{
color: #097752;
}
</style>
background-color css
<style>
a { background-color: #097752; }
a { background-color: rgb(9,119,82); }
div.DivClassName
{
background-color: #097752;
}
.BgClassName
{
background-color: #097752;
}
</style>
border-color css
<style>
span { border-color: #097752; }
span { border-color: rgb(9,119,82); }
td.TdClassName
{
border-color: #097752;
}
.TagClassName
{
border-color: #097752;
}
</style>