Shades of Watercourse #096A48
Tints of Watercourse #096A48
RGB
CMYK
RGB Variations
Color information
#096A48 (or 0x096A48) is known color: Watercourse. HEX triplet: 09, 6A and 48. RGB value is (9,106,72). Sum of RGB (Red+Green+Blue) = 9+106+72=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 106 (41.80% from 255 or 56.68% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 106 - color contains mainly: green. Hex color #096A48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096A48 is #F695B7. Grayscale: #494949. Windows color (decimal): -16160184 or 4745737. OLE color: 4745737.
HSL color Cylindrical-coordinate representation of color #096A48: hue angle of 158.97º 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 #096A48 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 106 | 72 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.58 |
| HSL | 158.97º | 0.84% | 0.23% | - |
| HSV(B) | 158.97º | 0.92% | 0.42% | - |
| XYZ | 6.44 | 10.83 | 7.88 | - |
| YUV | 73.12 | 127.36 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 72 | 0.92 | 0 | 0.32 | 0.58 | 158.97 | 0.84 | 0.23 |
| Hex | 9 | 6A | 48 | 5C | 0 | 20 | 3A | 9F | 54 | 17 |
| Octal | 11 | 152 | 110 | 134 | 0 | 40 | 72 | 237 | 124 | 27 |
| Binary | 1001 | 1101010 | 1001000 | 1011100 | 0 | 100000 | 111010 | 10011111 | 1010100 | 10111 |
Color Harmonies of #096A48
Complementary color
Monochromatic Colors of #096A48
Black with #096A48
Text Example
Text Example
White with #096A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096A48; }
p { color: rgb(9,106,72); }
H1.HeaderClassName
{
color: #096A48;
}
.AnyTagClassName
{
color: #096A48;
}
</style>
background-color css
<style>
a { background-color: #096A48; }
a { background-color: rgb(9,106,72); }
div.DivClassName
{
background-color: #096A48;
}
.BgClassName
{
background-color: #096A48;
}
</style>
border-color css
<style>
span { border-color: #096A48; }
span { border-color: rgb(9,106,72); }
td.TdClassName
{
border-color: #096A48;
}
.TagClassName
{
border-color: #096A48;
}
</style>