Shades of Watercourse #096950
Tints of Watercourse #096950
RGB
CMYK
RGB Variations
Color information
#096950 (or 0x096950) is known color: Watercourse. HEX triplet: 09, 69 and 50. RGB value is (9,105,80). Sum of RGB (Red+Green+Blue) = 9+105+80=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #096950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096950 is #F696AF. Grayscale: #494949. Windows color (decimal): -16160432 or 5269769. OLE color: 5269769.
HSL color Cylindrical-coordinate representation of color #096950: hue angle of 164.38º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096950 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 80 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.59 |
| HSL | 164.38º | 0.84% | 0.22% | - |
| HSV(B) | 164.38º | 0.91% | 0.41% | - |
| XYZ | 6.61 | 10.74 | 9.31 | - |
| YUV | 73.45 | 131.7 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 80 | 0.91 | 0 | 0.24 | 0.59 | 164.38 | 0.84 | 0.22 |
| Hex | 9 | 69 | 50 | 5B | 0 | 18 | 3B | A4 | 54 | 16 |
| Octal | 11 | 151 | 120 | 133 | 0 | 30 | 73 | 244 | 124 | 26 |
| Binary | 1001 | 1101001 | 1010000 | 1011011 | 0 | 11000 | 111011 | 10100100 | 1010100 | 10110 |
Color Harmonies of #096950
Complementary color
Monochromatic Colors of #096950
Black with #096950
Text Example
Text Example
White with #096950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096950; }
p { color: rgb(9,105,80); }
H1.HeaderClassName
{
color: #096950;
}
.AnyTagClassName
{
color: #096950;
}
</style>
background-color css
<style>
a { background-color: #096950; }
a { background-color: rgb(9,105,80); }
div.DivClassName
{
background-color: #096950;
}
.BgClassName
{
background-color: #096950;
}
</style>
border-color css
<style>
span { border-color: #096950; }
span { border-color: rgb(9,105,80); }
td.TdClassName
{
border-color: #096950;
}
.TagClassName
{
border-color: #096950;
}
</style>