Shades of Watercourse #096A4D
Tints of Watercourse #096A4D
RGB
CMYK
RGB Variations
Color information
#096A4D (or 0x096A4D) is known color: Watercourse. HEX triplet: 09, 6A and 4D. RGB value is (9,106,77). Sum of RGB (Red+Green+Blue) = 9+106+77=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 106 (41.80% from 255 or 55.21% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 106 - color contains mainly: green. Hex color #096A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A4D is #F695B2. Grayscale: #494949. Windows color (decimal): -16160179 or 5073417. OLE color: 5073417.
HSL color Cylindrical-coordinate representation of color #096A4D: hue angle of 162.06º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A4D is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 106 | 77 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.58 |
| HSL | 162.06º | 0.84% | 0.23% | - |
| HSV(B) | 162.06º | 0.92% | 0.42% | - |
| XYZ | 6.61 | 10.9 | 8.78 | - |
| YUV | 73.69 | 129.86 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 77 | 0.92 | 0 | 0.27 | 0.58 | 162.06 | 0.84 | 0.23 |
| Hex | 9 | 6A | 4D | 5C | 0 | 1B | 3A | A2 | 54 | 17 |
| Octal | 11 | 152 | 115 | 134 | 0 | 33 | 72 | 242 | 124 | 27 |
| Binary | 1001 | 1101010 | 1001101 | 1011100 | 0 | 11011 | 111010 | 10100010 | 1010100 | 10111 |
Color Harmonies of #096A4D
Complementary color
Monochromatic Colors of #096A4D
Black with #096A4D
Text Example
Text Example
White with #096A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096A4D; }
p { color: rgb(9,106,77); }
H1.HeaderClassName
{
color: #096A4D;
}
.AnyTagClassName
{
color: #096A4D;
}
</style>
background-color css
<style>
a { background-color: #096A4D; }
a { background-color: rgb(9,106,77); }
div.DivClassName
{
background-color: #096A4D;
}
.BgClassName
{
background-color: #096A4D;
}
</style>
border-color css
<style>
span { border-color: #096A4D; }
span { border-color: rgb(9,106,77); }
td.TdClassName
{
border-color: #096A4D;
}
.TagClassName
{
border-color: #096A4D;
}
</style>