Shades of Watercourse #097750
Tints of Watercourse #097750
RGB
CMYK
RGB Variations
Color information
#097750 (or 0x097750) is known color: Watercourse. HEX triplet: 09, 77 and 50. RGB value is (9,119,80). Sum of RGB (Red+Green+Blue) = 9+119+80=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 119 (46.88% from 255 or 57.21% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 119 - color contains mainly: green. Hex color #097750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097750 is #F688AF. Grayscale: #515151. Windows color (decimal): -16156848 or 5273353. OLE color: 5273353.
HSL color Cylindrical-coordinate representation of color #097750: hue angle of 158.73º 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 #097750 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 119 | 80 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.53 |
| HSL | 158.73º | 0.86% | 0.25% | - |
| HSV(B) | 158.73º | 0.92% | 0.47% | - |
| XYZ | 8.16 | 13.83 | 9.83 | - |
| YUV | 81.66 | 127.06 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 80 | 0.92 | 0 | 0.33 | 0.53 | 158.73 | 0.86 | 0.25 |
| Hex | 9 | 77 | 50 | 5C | 0 | 21 | 35 | 9F | 56 | 19 |
| Octal | 11 | 167 | 120 | 134 | 0 | 41 | 65 | 237 | 126 | 31 |
| Binary | 1001 | 1110111 | 1010000 | 1011100 | 0 | 100001 | 110101 | 10011111 | 1010110 | 11001 |
Color Harmonies of #097750
Complementary color
Monochromatic Colors of #097750
Black with #097750
Text Example
Text Example
White with #097750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097750; }
p { color: rgb(9,119,80); }
H1.HeaderClassName
{
color: #097750;
}
.AnyTagClassName
{
color: #097750;
}
</style>
background-color css
<style>
a { background-color: #097750; }
a { background-color: rgb(9,119,80); }
div.DivClassName
{
background-color: #097750;
}
.BgClassName
{
background-color: #097750;
}
</style>
border-color css
<style>
span { border-color: #097750; }
span { border-color: rgb(9,119,80); }
td.TdClassName
{
border-color: #097750;
}
.TagClassName
{
border-color: #097750;
}
</style>