Shades of Watercourse #097950
Tints of Watercourse #097950
RGB
CMYK
RGB Variations
Color information
#097950 (or 0x097950) is known color: Watercourse. HEX triplet: 09, 79 and 50. RGB value is (9,121,80). Sum of RGB (Red+Green+Blue) = 9+121+80=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 121 (47.66% from 255 or 57.62% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 121 - color contains mainly: green. Hex color #097950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097950 is #F686AF. Grayscale: #525252. Windows color (decimal): -16156336 or 5273865. OLE color: 5273865.
HSL color Cylindrical-coordinate representation of color #097950: hue angle of 158.04º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097950 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 121 | 80 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.53 |
| HSL | 158.04º | 0.86% | 0.25% | - |
| HSV(B) | 158.04º | 0.93% | 0.47% | - |
| XYZ | 8.4 | 14.31 | 9.91 | - |
| YUV | 82.84 | 126.39 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 80 | 0.93 | 0 | 0.34 | 0.53 | 158.04 | 0.86 | 0.25 |
| Hex | 9 | 79 | 50 | 5D | 0 | 22 | 35 | 9E | 56 | 19 |
| Octal | 11 | 171 | 120 | 135 | 0 | 42 | 65 | 236 | 126 | 31 |
| Binary | 1001 | 1111001 | 1010000 | 1011101 | 0 | 100010 | 110101 | 10011110 | 1010110 | 11001 |
Color Harmonies of #097950
Complementary color
Monochromatic Colors of #097950
Black with #097950
Text Example
Text Example
White with #097950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097950; }
p { color: rgb(9,121,80); }
H1.HeaderClassName
{
color: #097950;
}
.AnyTagClassName
{
color: #097950;
}
</style>
background-color css
<style>
a { background-color: #097950; }
a { background-color: rgb(9,121,80); }
div.DivClassName
{
background-color: #097950;
}
.BgClassName
{
background-color: #097950;
}
</style>
border-color css
<style>
span { border-color: #097950; }
span { border-color: rgb(9,121,80); }
td.TdClassName
{
border-color: #097950;
}
.TagClassName
{
border-color: #097950;
}
</style>