Shades of Watercourse #096149
Tints of Watercourse #096149
RGB
CMYK
RGB Variations
Color information
#096149 (or 0x096149) is known color: Watercourse. HEX triplet: 09, 61 and 49. RGB value is (9,97,73). Sum of RGB (Red+Green+Blue) = 9+97+73=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #096149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096149 is #F69EB6. Grayscale: #434343. Windows color (decimal): -16162487 or 4808969. OLE color: 4808969.
HSL color Cylindrical-coordinate representation of color #096149: hue angle of 163.64º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096149 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 73 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.62 |
| HSL | 163.64º | 0.83% | 0.21% | - |
| HSV(B) | 163.64º | 0.91% | 0.38% | - |
| XYZ | 5.59 | 9.09 | 7.76 | - |
| YUV | 67.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 73 | 0.91 | 0 | 0.25 | 0.62 | 163.64 | 0.83 | 0.21 |
| Hex | 9 | 61 | 49 | 5B | 0 | 19 | 3E | A4 | 53 | 15 |
| Octal | 11 | 141 | 111 | 133 | 0 | 31 | 76 | 244 | 123 | 25 |
| Binary | 1001 | 1100001 | 1001001 | 1011011 | 0 | 11001 | 111110 | 10100100 | 1010011 | 10101 |
Color Harmonies of #096149
Complementary color
Monochromatic Colors of #096149
Black with #096149
Text Example
Text Example
White with #096149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096149; }
p { color: rgb(9,97,73); }
H1.HeaderClassName
{
color: #096149;
}
.AnyTagClassName
{
color: #096149;
}
</style>
background-color css
<style>
a { background-color: #096149; }
a { background-color: rgb(9,97,73); }
div.DivClassName
{
background-color: #096149;
}
.BgClassName
{
background-color: #096149;
}
</style>
border-color css
<style>
span { border-color: #096149; }
span { border-color: rgb(9,97,73); }
td.TdClassName
{
border-color: #096149;
}
.TagClassName
{
border-color: #096149;
}
</style>