Shades of Watercourse #096F48
Tints of Watercourse #096F48
RGB
CMYK
RGB Variations
Color information
#096F48 (or 0x096F48) is known color: Watercourse. HEX triplet: 09, 6F and 48. RGB value is (9,111,72). Sum of RGB (Red+Green+Blue) = 9+111+72=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 111 (43.75% from 255 or 57.81% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 111 - color contains mainly: green. Hex color #096F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096F48 is #F690B7. Grayscale: #4C4C4C. Windows color (decimal): -16158904 or 4747017. OLE color: 4747017.
HSL color Cylindrical-coordinate representation of color #096F48: hue angle of 157.06º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096F48 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 111 | 72 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.56 |
| HSL | 157.06º | 0.85% | 0.24% | - |
| HSV(B) | 157.06º | 0.92% | 0.44% | - |
| XYZ | 6.97 | 11.89 | 8.06 | - |
| YUV | 76.06 | 125.71 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 72 | 0.92 | 0 | 0.35 | 0.56 | 157.06 | 0.85 | 0.24 |
| Hex | 9 | 6F | 48 | 5C | 0 | 23 | 38 | 9D | 55 | 18 |
| Octal | 11 | 157 | 110 | 134 | 0 | 43 | 70 | 235 | 125 | 30 |
| Binary | 1001 | 1101111 | 1001000 | 1011100 | 0 | 100011 | 111000 | 10011101 | 1010101 | 11000 |
Color Harmonies of #096F48
Complementary color
Monochromatic Colors of #096F48
Black with #096F48
Text Example
Text Example
White with #096F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096F48; }
p { color: rgb(9,111,72); }
H1.HeaderClassName
{
color: #096F48;
}
.AnyTagClassName
{
color: #096F48;
}
</style>
background-color css
<style>
a { background-color: #096F48; }
a { background-color: rgb(9,111,72); }
div.DivClassName
{
background-color: #096F48;
}
.BgClassName
{
background-color: #096F48;
}
</style>
border-color css
<style>
span { border-color: #096F48; }
span { border-color: rgb(9,111,72); }
td.TdClassName
{
border-color: #096F48;
}
.TagClassName
{
border-color: #096F48;
}
</style>