Shades of Watercourse #096552
Tints of Watercourse #096552
RGB
CMYK
RGB Variations
Color information
#096552 (or 0x096552) is known color: Watercourse. HEX triplet: 09, 65 and 52. RGB value is (9,101,82). Sum of RGB (Red+Green+Blue) = 9+101+82=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 101 (39.84% from 255 or 52.60% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 101 - color contains mainly: green. Hex color #096552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096552 is #F69AAD. Grayscale: #474747. Windows color (decimal): -16161454 or 5399817. OLE color: 5399817.
HSL color Cylindrical-coordinate representation of color #096552: hue angle of 167.61º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096552 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 101 | 82 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.60 |
| HSL | 167.61º | 0.84% | 0.22% | - |
| HSV(B) | 167.61º | 0.91% | 0.4% | - |
| XYZ | 6.29 | 9.97 | 9.58 | - |
| YUV | 71.33 | 134.02 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 82 | 0.91 | 0 | 0.19 | 0.60 | 167.61 | 0.84 | 0.22 |
| Hex | 9 | 65 | 52 | 5B | 0 | 13 | 3C | A8 | 54 | 16 |
| Octal | 11 | 145 | 122 | 133 | 0 | 23 | 74 | 250 | 124 | 26 |
| Binary | 1001 | 1100101 | 1010010 | 1011011 | 0 | 10011 | 111100 | 10101000 | 1010100 | 10110 |
Color Harmonies of #096552
Complementary color
Monochromatic Colors of #096552
Black with #096552
Text Example
Text Example
White with #096552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096552; }
p { color: rgb(9,101,82); }
H1.HeaderClassName
{
color: #096552;
}
.AnyTagClassName
{
color: #096552;
}
</style>
background-color css
<style>
a { background-color: #096552; }
a { background-color: rgb(9,101,82); }
div.DivClassName
{
background-color: #096552;
}
.BgClassName
{
background-color: #096552;
}
</style>
border-color css
<style>
span { border-color: #096552; }
span { border-color: rgb(9,101,82); }
td.TdClassName
{
border-color: #096552;
}
.TagClassName
{
border-color: #096552;
}
</style>